Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Trades data handling #9065

Merged
merged 23 commits into from
Aug 18, 2023
Merged

Improve Trades data handling #9065

merged 23 commits into from
Aug 18, 2023

Conversation

xmatthias
Copy link
Member

@xmatthias xmatthias commented Aug 18, 2023

Summary

Trades data should be handled as dataframes. That'll speed up most operations quite some, and avoid double-conversation on all formats except json, which load / store data as dataframes already.

Quick changelog

  • Add parquet dataformat support for trades data
  • Convert trades data handling to use dataframes

@coveralls
Copy link

Coverage Status

coverage: 94.651%. remained the same when pulling 3d8dcd1 on trades_data_handling into d4bc736 on develop.

@xmatthias xmatthias added the Enhancement Enhancements to the bot. Get lower priority than bugs by default. label Aug 18, 2023
@xmatthias xmatthias merged commit aa1dcd1 into develop Aug 18, 2023
24 checks passed
@xmatthias xmatthias deleted the trades_data_handling branch August 18, 2023 16:04
@xmatthias xmatthias mentioned this pull request Sep 25, 2023
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhancements to the bot. Get lower priority than bugs by default.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants