We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_pickle.html
Across FRED, US Treasury, BLS, yfinance datasets, we want to publish the same data as pandas Dataframe Pickle file format.
Why? Because in 99% of the use cases, we end up converting CSVs to PKL anyway.
These pkl files should be generated at the same time as the CSV
They should be stored in the same folder, as the same base filename @AmazingAbhi
Thank you 😄
The text was updated successfully, but these errors were encountered:
AmazingAbhi
Successfully merging a pull request may close this issue.
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_pickle.html
Across FRED, US Treasury, BLS, yfinance datasets, we want to publish the same data as pandas Dataframe Pickle file format.
Why? Because in 99% of the use cases, we end up converting CSVs to PKL anyway.
These pkl files should be generated at the same time as the CSV
They should be stored in the same folder, as the same base filename
@AmazingAbhi
Thank you 😄
The text was updated successfully, but these errors were encountered: