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

use pandas.io for storage and export #6

Open
e7dal opened this issue Feb 2, 2018 · 1 comment
Open

use pandas.io for storage and export #6

e7dal opened this issue Feb 2, 2018 · 1 comment

Comments

@e7dal
Copy link
Owner

e7dal commented Feb 2, 2018

use https://pandas.pydata.org/pandas-docs/stable/io.html for export

Format Type Data Description Reader Writer
text CSV read_csv to_csv
text JSON read_json to_json
text HTML read_html to_html
text Local clipboard read_clipboard to_clipboard
binary MS Excel read_excel to_excel
binary HDF5 Format read_hdf to_hdf
binary Feather Format read_feather to_feather
binary Parquet Format read_parquet to_parquet
binary Msgpack read_msgpack to_msgpack
binary Stata read_stata to_stata
binary SAS read_sas  
binary Python Pickle Format read_pickle to_pickle
SQL SQL read_sql to_sql
SQL Google Big Query read_gbq to_gbq
@e7dal
Copy link
Owner Author

e7dal commented Sep 4, 2018

reading and writing jsonlines is also trivial:
https://stackoverflow.com/questions/20037430/pandas-reading-multiple-json-records-into-dataframe#22135309

https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_json.html
lines : boolean, default False

Read the file as a json object per line.

New in version 0.19.0.

add pandas and eventuall remove dataset and tablib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant