gage-russell / pandas-lineage

Apache License 2.0
13 stars 6 forks source link

Add support For read_json and to_json #26

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 json files.

Add Support For read_json and to_json.

example read_csv

example to_csv

example reader tests

The DataFrame methods (to_csv) are not currently tested. Feel free to take a stab at how you might test to_json, but that is not a requirement of this issue.

fwalsh-pl commented 1 year ago

I'll pick this one up

gage-russell commented 1 year ago

@fwalsh-pl assigning to you!