-
Notifications
You must be signed in to change notification settings - Fork 11
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
Pandas pickle dump format #123
Comments
Hi, this looks interesting! I will add you as a contributor so that you can push a branch and create a pull request. (Unless you have forked it? Then I would expect that you might be allowed to create a pull request from the fork). Edit: |
Hi @mariustk 😀 This is very welcome. Indeed a handy format. Please add tests and example(s) too. |
For multiple reasons a pandas dataframe might be stored in pickle format. This format have advantages in speed and size compared with csv and json. However it is not directly supported by qats, typically we have patched a qats installation with a pickle reader, however it is not optimal to do this every time a new release of qats is published.
An additional pandas pickle format to load pandas pickle dumps.
I can push a commit if I am added as contributor.
The text was updated successfully, but these errors were encountered: