gage-russell / pandas-lineage

Apache License 2.0
13 stars 6 forks source link

Add Support For read_orc and to_orc #27

Open gage-russell opened 1 year ago

gage-russell commented 1 year ago

Following the same patterns used in read_csv and to_csv, add support for orc files.

Add Support For read_orc and to_orc

This requires pandas 1.5.0: https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.to_orc.html

Maybe we should answer the question of how we support multiple versions of pandas first.

gage-russell commented 1 year ago

pandas 1.5.0 has been released:

https://pandas.pydata.org/pandas-docs/version/1.5.0/whatsnew/v1.5.0.html#writing-to-orc-files