Skip to content

ENH: rejected support for Python data structures containing Pandas DataFrames/Series #33738

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

Closed
xuancong84 opened this issue Apr 23, 2020 · 2 comments

Comments

@xuancong84
Copy link

It is great that you have implemented to_csv and read_csv() to export and import tables in CSV format. It would be even better to be able to serialize/deserialize Python data structures such as list and dict containing DataFrames/Series. For example, something like this.

Would that be possible? Thanks!

@xuancong84 xuancong84 added Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Apr 23, 2020
@jreback
Copy link
Contributor

jreback commented Apr 23, 2020

-1 on this as general serialization like this out of scope

better handled by pyarrow or plain old pickle

I don’t view human readability in a custom format as a plus

@xuancong84
Copy link
Author

-1 on @jreback , you seem to view everything as negative and simply refuse to implement anything useful to the general public, your attitude is very negative and arrogant. Okay, so be it.

I am pretty sure that people would like to see something like pd.serialize and pd.deserialize

@xuancong84 xuancong84 changed the title ENH: support for Python data structures containing Pandas DataFrames/Series ENH: rejected support for Python data structures containing Pandas DataFrames/Series Apr 23, 2020
@bashtage bashtage removed the Needs Triage Issue that has not been reviewed by a pandas team member label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants