- Fix decimal type for newer pyarrow versions
- Allow casting of int64 -> int32
- Bump PyArrow and allow int32 data
- Allow passing partition columns when getting a Redshift schema, so they can be skipped
- Fix conversion of timestamp columns again
- Fix conversion of timestamp columns
- Force converted Timestamps to max out at pandas.Timestamp.max if they exceed the resolution of datetime[ns]
- Add automatic downcasting for Python
float
tofloat32
via pandas when schema specifiespa.float32()
- Fix conversion of float types to be size specific
- Fix ingestion of timestamp data with ns resolution
- Add pandas dependency
- Add proper ingestion of timestamp data using Pandas
to_datetime
- Fix formatting of README so it displays on PyPI
- Initial release
- JSON/data writing support
- Redshift Schema reading support