binance / binance/binance-public-data
missing data in aggTrades
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 613
- PR merge metrics
- No merged PRs in 30d
Description
- https://data.binance.vision/data/futures/um/daily/aggTrades/BTCUSDT/BTCUSDT-aggTrades-2024-07-04.zip
```['2228503268',
'60276.3',
'0.029',
'5129698194',
'5129698195',
'1720055357510',
'false'],
['2228503269',
'60276.2',
'0.049',
'5129698197',
'5129698198',
'1720055357601',
'true'],
```
gap between 5129698195 and 5129698197
```
['2228503270',
'60276.2',
'0.008',
'5129698199',
'5129698199',
'1720055357781',
'true'],
['2228503271',
'60276.3',
'0.009',
'5129698201',
'5129698201',
'1720055357799',
'false'],
```
gap between 5129698199 and 5129698201
more gaps from this dataset https://gist.github.com/tachikoma-av/3ff7103cc7374f804e5963a15ffea471
not quite sure if it's supposed to be in this way. cheers!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the BTCUSDT 2024-07-04 aggTrades archive linked in the issue and compare the reported trade-ID gaps with the additional examples in the linked gist. Determine whether the missing IDs indicate an actual dataset defect or expected aggregation behavior; done means the expected behavior is established and the archive is corrected or the finding is documented.
Written by the indexing model from the issue text.
Assessment
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100