First Major Release
- Changed API for reader and writer to simplify entry point to readers and writers
- Reduced support for multiple readers currently only uses Pandas for CSV and JSONL and Arrow for Parquet. Codebase can be expanded in the future.
- Automatically reads from S3 or local depending on string filepath
- README.md discusses use of package. Changes are not backwards compatible.
- Pushed arrow dependency to at least version `5.0.0`. This is to reflect changes made in the parquet reader that is necessary for packages in our other eco systems.