Browse Source

Added information on the time series.

Jan Yperman 3 years ago
parent
commit
1f10ee5086
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -15,6 +15,8 @@ The dataset itself is stored in [mep_dataset.zip](mep_dataset.zip). The general
 * __measurement.csv:__ Contains the records for the various measurements.
 * __edss.csv:__ Contains the records for the various edss measurements.
 
+Besides these files the dataset also contains textfiles for each of the actual time series. The filenames of these files contain a unique identifier which can be used to link back to the column "timeseries" in the measurement.csv file. Some code to automate this linking (in Python) is included in [create_df_from_portable_dataset.py](create_df_from_portable_dataset.py).
+
 More details about specifics fields can be found in the dataset descriptor.
 
 ## Getting started