Fangchen Li
Fangchen Li
> Didn't realize there is an existing PR...
``` FAILED pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_ordered FAILED pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_codes_immutable FAILED pandas/tests/indexes/multi/test_get_set.py::test_set_levels_codes_directly FAILED pandas/tests/indexes/period/test_freq_attr.py::TestFreq::test_freq_setter_deprecated FAILED pandas/tests/io/parser/test_quoting.py::test_null_quote_char[python--0] FAILED pandas/tests/io/parser/test_quoting.py::test_null_quote_char[python--3] FAILED pandas/tests/io/parser/common/test_read_errors.py::test_null_byte_char[python] ERROR pandas/tests/scalar/test_nat.py - TypeError: '
@lithomas1 Thank you very much for finishing this up.
We also need to be able to read json file with comments, so still need the minify_json. We could add support for writing config in `pyproject.toml` and deprecated the existing...
I was playing with GitHub Actions on my asv fork https://github.com/fangchenli/asv. I have linux and macOS builds with python 3.7, 3.8 on GitHub Actions. They all have test failures related...
The 2.0 beta is out. https://github.com/sqlalchemy/sqlalchemy/issues/8631
We could redo the SQL API to add compat for sqlalchemy 1.4/2.0. #40686. #36893 is also related. We should come up with a solution to solve both issues. To add...
I'm exploring if `pandas` could use `setuptools_scm` to replace `versioneer`. The only piece missing is the complete git commit hash. `pandas` displays it as a part of its version information....
https://github.com/pandas-dev/pandas/issues/39415#issuecomment-1189354996 Someone posted a workaround. I haven't tested it yet. Just share it here for reference.