Is the downloaded data duplicated?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • onereadyplayer
    Junior Member
    • Mar 2020
    • 6

    #1

    Is the downloaded data duplicated?

    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
  • BetfairDeveloperProgram
    Administrator
    • Oct 2008
    • 680

    #2
    Hi onereadplayer.

    File are provided by both marketId and eventId.

    Event files contain all marketId’s within an event and these are interleaved with each other based on ascending published time order.

    Kind Regards

    Neil

    Comment

    • onereadyplayer
      Junior Member
      • Mar 2020
      • 6

      #3
      Thanks Neil!

      Comment

      Working...
      X