I've downloaded a dataset as a sample. The dataset is Other Sports, Advanced. The tree structure of an extracted sample is below (the `.json` extension is added).
In each directory, there's a file named identically to the directory, and then at least one other file.
Is all the information duplicated between a) the identically named file (i.e. "297...") and all the other files in the dir (i.e. "1.16...")?
A cursory look suggests that's the case, but I haven't seen that documented anywhere. TBC, the lines aren't duplicated, because it seems events at the same time are placed in the same array, but the information seems to be.
Thanks!
├── 1
│ ├── 29715565
│ │ ├── 1.169199684.json
│ │ └── 29715565.json
│ ├── 29715775
│ │ ├── 1.169170978.json
│ │ └── 29715775.json
│ ├── 29715913
│ │ ├── 1.169199665.json
│ │ └── 29715913.json
│ ├── 29728022
│ │ ├── 1.169475553.json
│ │ ├── 1.169475555.json
│ │ └── 29728022.json
│ ├── 29728281
│ │ ├── 1.169483760.json
│ │ ├── 1.169483761.json
│ │ ├── 1.169483763.json
│ │ └── 29728281.json
│ ├── 29728346
│ │ ├── 1.169484606.json
│ │ ├── 1.169484607.json
│ │ ├── 1.169484608.json
│ │ ├── 1.169484609.json
│ │ ├── 1.169484610.json
│ │ ├── 1.169484611.json
│ │ ├── 1.169484612.json
│ │ ├── 1.169484613.json
│ │ ├── 1.169484614.json
│ │ ├── 1.169484669.json
│ │ └── 29728346.json
In each directory, there's a file named identically to the directory, and then at least one other file.
Is all the information duplicated between a) the identically named file (i.e. "297...") and all the other files in the dir (i.e. "1.16...")?
A cursory look suggests that's the case, but I haven't seen that documented anywhere. TBC, the lines aren't duplicated, because it seems events at the same time are placed in the same array, but the information seems to be.
Thanks!
├── 1
│ ├── 29715565
│ │ ├── 1.169199684.json
│ │ └── 29715565.json
│ ├── 29715775
│ │ ├── 1.169170978.json
│ │ └── 29715775.json
│ ├── 29715913
│ │ ├── 1.169199665.json
│ │ └── 29715913.json
│ ├── 29728022
│ │ ├── 1.169475553.json
│ │ ├── 1.169475555.json
│ │ └── 29728022.json
│ ├── 29728281
│ │ ├── 1.169483760.json
│ │ ├── 1.169483761.json
│ │ ├── 1.169483763.json
│ │ └── 29728281.json
│ ├── 29728346
│ │ ├── 1.169484606.json
│ │ ├── 1.169484607.json
│ │ ├── 1.169484608.json
│ │ ├── 1.169484609.json
│ │ ├── 1.169484610.json
│ │ ├── 1.169484611.json
│ │ ├── 1.169484612.json
│ │ ├── 1.169484613.json
│ │ ├── 1.169484614.json
│ │ ├── 1.169484669.json
│ │ └── 29728346.json


Comment