- Fixes issue with checking parquet schema following write
(see [this issue](https://github.com/moj-analytical-services/mojap-arrow-pd-parser/issues/96)). See PR [99](https://github.com/moj-analytical-services/mojap-arrow-pd-parser/pull/99) for more
information.
- Allows ability to ignore unnamed columns on using the pandas csv
reader by setting `ignore_unnamed_columns` to `True`. See PR [98](https://github.com/moj-analytical-services/mojap-arrow-pd-parser/pull/99) for more information.