Open anna-geller opened 1 year ago
The code snippet seems fairly small enough to not need to be maintained directly in pandas so I would be -1 on this proposal. If you or someone else developed a 3rd party library to wrap that code snippet, we'd happily include it in our ecosystem docs
Feature Type
Problem Description
We heavily rely on Amazon ION file format. Currently, reading ION files as Pandas dataframes requires workarounds.
Feature Description
It would be great to add support for ION in pandas using
read_ion
andwrite_ion
methods.Alternative Solutions
Here is a reproducer of a workaround we use for now:
For writing files: