mberk / betfairutil

Utility functions for working with Betfair data
MIT License
30 stars 9 forks source link

Handle event-level historic prices files #11

Closed mberk closed 2 years ago

mberk commented 2 years ago

Currently, these files are not correctly handled by read_prices_file, prices_file_to_data_frame or prices_file_to_csv_file

Specifically, only the first market book is handled at each iteration of the historical stream generator

mberk commented 2 years ago

Merged into the next release