Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 None is not dumped as null without cp dict
- config dict has to be copied. Otherwise value None is not dumped as null: Before: - column_names: "None" Now: - column_names: null
- Loading branch information