Hi Benyang: Thanks a lot. We will integrate into DB.
Best regards, Jia On Wed, Aug 26, 2015 at 7:21 PM, Benyang Tang <[email protected]> wrote: > Enclosed is a dataset table. It is a csv file, one variable each line. > > On Tue, Aug 18, 2015 at 10:59 AM, Benyang Tang <[email protected]> > wrote: > >> Hi Jia and Wei, >> >> Enclosed are two javascript files, containing the dataset information. >> >> The structure of the two files are identical, but the time range >> information are slightly different. >> >> dataList2.js is for Benyang's services (Difference plot, Scatter and >> Histogram, correlationMap, random forest) >> dataList1.js is for Chengxing's services (all the rest). >> >> The file contains a javascript object named dataList. It is almost the >> same as a python dictionary. In fact, you can almost parse it to a python >> dictionary. >> >> >> Each item of the object dataList is like this: (you can ignore the group >> lines.) >> >> datasetName: [ groupName, variableList, variableTimeRange] >> >> You can ignore groupName. >> >> variableList is a list of the variables for the dataset. >> >> variableTimeRange's structure is like: >> variableName: [startTime, endTime, location]. You can ignore location. >> >> I assume that startTime and endTime are what you need. >> > >
