40%
40%
This PR is almost done. `test_pandas_methods.py::test_fillna` was splitted into two, and `test_extension_array.py::TestMissing::test_fillna_series` was updated. But it still has a little problem. ci/envs/38-minimal.yaml failed.
Better update the pyspark version in environment-dev.yml and mkdocs/environment.yaml files to 3.2.2
@samukweku Hi, this problem (test_pivot_longer.py fail) needs you to have a look. https://github.com/pyjanitor-devs/pyjanitor/runs/7332617267?check_suite_focus=true
> @Zeroto521 is it possible to extend this to what users can install? I feel it might help with #826 and #793 I'm in the progress to do this, see...
> I feel this is triggered because in pandas 3.6, the order of a dictionary is not assured; compared to 3.7 and above, where the order of a dictionary is...
I finally get some spare time to continue this work. Hope I finished this pr on weekends.
Why does the test action don't work? Is it a project setting problem?
I opened this PR and pushed an empty commit, but it still can't trigger test ci.
It seems these functions really have problems. Need to fix: - [x] tests/functions/test_pivot_longer.py::test_names_pattern_str #1155 - [x] tests/functions/test_pivot_longer.py::test_names_sep #1155 - [x] tests/functions/test_pivot_longer.py::test_names_transform_numeric #1155 - [x] tests/functions/test_encode_categorical.py::test_categories_ndim_array_gt_1_in_kwargs #1153 - [x] tests/utils/test__select_column.py::test_unsorted_dates #1152...
I just skip tests/test_documentation_build.py. I thought we should test documentation in documentation building CI not in the test CI. I want to keep a clean environment, don't want to mix...