- Remove logging statements and error handling for json and datetime parsing ([`3ff9742`](https://github.com/markm-io/dataframe-schema-sync/commit/3ff9742194532981afaf571aa96b34a9033eec03))
0.21.5
Bug fixes
- Replace empty strings with na values in schema inference before dropping columns ([`2c59972`](https://github.com/markm-io/dataframe-schema-sync/commit/2c599725dce917db63d934f60738760ed71257ea))
0.21.4
Bug fixes
- Simplify boolean value detection by removing redundant unique value checks ([`62b6572`](https://github.com/markm-io/dataframe-schema-sync/commit/62b657240a9ff7305539201d8efd671f0865ffb0))
0.21.3
Bug fixes
- Drop columns with all nan values in schema inference before cleaning names ([`6e69cba`](https://github.com/markm-io/dataframe-schema-sync/commit/6e69cba7d6ab1410a7dda0677530adbb324d13fe))
0.21.2
Bug fixes
- Drop columns with all nan values before cleaning names in dataframe ([`936b98c`](https://github.com/markm-io/dataframe-schema-sync/commit/936b98c1ef1df454c58d2402128803f12bc6b48e))
0.21.1
Bug fixes
- Enhance clean_dataframe_names to support cleaning index names for both regular and multiindex dataframes ([`49233e8`](https://github.com/markm-io/dataframe-schema-sync/commit/49233e82c8f068803a80690391637e672ebd8fdb))