Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Backport PR #60795: TST(string dtype): Resolve xfails in pytables IO HDF5 read_hdf, HDFStore Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#60916 by rhshadrach was merged Feb 16, 2025 Loading… updated Feb 16, 2025
5 tasks
2.3
Backport PR #60713: TST(string dtype): Resolve xfail in test_base.py Copy / view semantics ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#60742 by rhshadrach was merged Jan 21, 2025 Loading… updated Jan 22, 2025 2.3
Backport PR #60683: TST(string dtype): Resolve xfails in test_to_csv Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#60687 by WillAyd was merged Jan 9, 2025 Loading… updated Jan 9, 2025 2.3
Backport PR #60312 on branch 2.3.x (TST (string dtype): resolve xfails in pandas/tests/apply + raise TypeError for ArrowArray accumulate) Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#60328 by WillAyd was merged Nov 15, 2024 Loading… updated Nov 16, 2024 2.3
Backport PR #60318 on branch 2.3.x (TST (string dtype): resolve all xfails in JSON IO tests) IO JSON read_json, to_json, json_normalize Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#60327 by WillAyd was merged Nov 15, 2024 Loading… updated Nov 16, 2024 2.3
[backport 2.3.x] TST (string dtype): fix groupby xfails with using_infer_string + update error message (#59430) Groupby Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#60246 by jorisvandenbossche was merged Nov 9, 2024 Loading… updated Nov 11, 2024 2.3
[backport 2.3.x] BUG (string dtype): correctly enable idxmin/max for python-storage strings (#60242) Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#60256 by jorisvandenbossche was merged Nov 8, 2024 Loading… updated Nov 9, 2024 2.3
[backport 2.3.x] TST (string dtype): update all tests in tests/frame/indexing (#60193) Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#60212 by jorisvandenbossche was merged Nov 6, 2024 Loading… updated Nov 6, 2024 2.3
BUG: assert_index_equal does not raise error for check_categorical=False when comparing 2 CategoricalIndex objects Categorical Categorical Data Type Testing pandas testing functions or related to the test suite
#21092 by alysivji was merged May 19, 2018 Loading… updated Jun 17, 2024
4 tasks done
0.23.1
CI: Add fixture back in Testing pandas testing functions or related to the test suite
#56803 by phofl was merged Jan 9, 2024 Loading… updated Jan 9, 2024 2.2
Parametrized groupby allowlist test Groupby Testing pandas testing functions or related to the test suite
#38829 by WillAyd was merged Dec 31, 2020 Loading… updated Apr 12, 2023 1.3
Json parametrize more2 IO JSON read_json, to_json, json_normalize Testing pandas testing functions or related to the test suite
#33163 by WillAyd was merged Mar 31, 2020 Loading… updated Apr 12, 2023 1.1
Groupby test_apply_mutate Groupby Testing pandas testing functions or related to the test suite
#33468 by WillAyd was merged Apr 10, 2020 Loading… updated Apr 12, 2023 1.1
TST: Fix test_constructor_signed_int_overflow_deprecation w/ multiple warnings Testing pandas testing functions or related to the test suite
#50686 by mroeschke was merged Jan 12, 2023 Loading… updated Jan 12, 2023 1.5.3
CLN: clean warning assertions in sql tests IO SQL to_sql, read_sql, read_sql_query Testing pandas testing functions or related to the test suite
#42937 by fangchenli was merged Aug 19, 2021 Loading… updated Nov 18, 2022 1.4
TST: refactor count rows in sql test IO SQL to_sql, read_sql, read_sql_query Testing pandas testing functions or related to the test suite
#43083 by fangchenli was merged Aug 18, 2021 Loading… updated Nov 18, 2022 1.4
TST: refactor types table in SQL test IO SQL to_sql, read_sql, read_sql_query Testing pandas testing functions or related to the test suite
#43040 by fangchenli was merged Aug 17, 2021 Loading… updated Nov 18, 2022 1.4
TST: use fixtures for some sql database connections IO SQL to_sql, read_sql, read_sql_query Testing pandas testing functions or related to the test suite
#42976 by fangchenli was merged Dec 22, 2021 Loading… updated Nov 18, 2022 1.4
ENH: Allow absolute precision in assert_almost_equal (#13357) Testing pandas testing functions or related to the test suite
#30562 by joaoleveiga was merged Jun 24, 2020 Loading… updated Nov 12, 2022
5 tasks done
1.1
TST: Multiindex slicing with NaNs, unexpected results for #25154 Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Testing pandas testing functions or related to the test suite
#39356 by theodorju was merged Feb 5, 2021 Loading… updated Aug 17, 2022
2 of 4 tasks
1.3
TST: Add test to ensure DF describe does not throw an error (#32409) Reshaping Concat, Merge/Join, Stack/Unstack, Explode Testing pandas testing functions or related to the test suite
#38403 by luckyvs1 was merged Jan 20, 2021 Loading… updated Jun 16, 2022
4 of 5 tasks
1.3
TST: Create test for #30122 about display.precision Testing pandas testing functions or related to the test suite
#45185 by dhruvsamdani was merged Jan 8, 2022 Loading… updated Jan 8, 2022
3 of 4 tasks
1.5
TST: tests for setitem-like casting issues Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#45154 by jbrockmendel was merged Jan 3, 2022 Loading… updated Jan 3, 2022
9 of 10 tasks
1.4
7
9
TST: tests for nullable issues Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#45167 by jbrockmendel was merged Jan 3, 2022 Loading… updated Jan 3, 2022
6 of 7 tasks
1.4
4
2
TST: parameterize more tests Testing pandas testing functions or related to the test suite
#45131 by mroeschke was merged Dec 31, 2021 Loading… updated Dec 31, 2021
2 tasks done
1.4
ProTip! no:milestone will show everything without a milestone.