-
- Notifications
You must be signed in to change notification settings - Fork 19.3k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
TST: add test for Index.where when needing to cast to object dtype Testing pandas testing functions or related to the test suite
#40888 by cgarciae was closed Sep 1, 2021 Loading…
4 tasks done
CI: Unify code_checks whitespace checking CI Continuous Integration Testing pandas testing functions or related to the test suite
BUG: Fix Series.sort_values descending & mergesort
#28698 by has2k1 was closed Dec 9, 2019 Loading…
5 tasks
Pick and choose numpy version based on Python 2 or 3. Build Library building on various platforms Dependencies Required and optional dependencies
Avoid accessing private loc methods Clean Indexing Related to indexing on series/frames, not to indexes themselves
ENH: add regex parameter to .loc Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#27363 by topper-123 was closed Oct 22, 2019 Loading…
6 tasks done
BUG/TST: Fillna limit Error Reporting Error Reporting Incorrect or improved errors from pandas
#27074 by Inevitable-Marzipan was closed Jun 27, 2019 Loading…
2 tasks
ENH: Json fill_value for missing fields IO JSON read_json, to_json, json_normalize Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#27073 by jiangyue12392 was closed Jul 15, 2019 Loading…
4 tasks done
DOC: Exception raised if columns do not match data GH27003 DataFrame DataFrame data structure Docs Error Reporting Incorrect or improved errors from pandas
#27067 by srf94 was closed Aug 28, 2019 Loading…
1 of 4 tasks
CI: Use conda compiler in Continuous Integration Dependencies Required and optional dependencies
environment.yml CI #27062 by marcelotrevisani was closed Oct 11, 2019 Loading…
4 tasks
API/REGR: Convert to float for index union Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
TST: Fix flaky test Testing pandas testing functions or related to the test suite Unreliable Test Unit tests that occasionally fail
add type hint for core/computation/eval Typing type annotations, mypy/pyright type checking
#26992 by xcz011 was closed Sep 8, 2019 Loading…
1 of 4 tasks
REF: remove special-casing for internal EAs from format_array ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#26965 by simonjayhawkins was closed Aug 28, 2019 Loading…
3 tasks
DOC: Make section title capitalization consistent #26830 Docs
#26933 by restlessadmin was closed Jun 19, 2019 Loading…
1 task done
Raise a ValueError when index and data lengths don't match Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
#26911 by krsnik93 was merged Jun 26, 2019 Loading…
4 tasks done
NDFrame.filter -> NDFrame.select API Design Deprecate Functionality to remove in pandas
#26866 by topper-123 was closed Jun 17, 2019 Loading…
3 of 4 tasks
BUG:Sanity check on merge parameters for correct exception #26824 Error Reporting Incorrect or improved errors from pandas
#26855 by harshit-py was closed Sep 20, 2019 Loading…
3 of 4 tasks
Previous Next
ProTip! Filter pull requests by the default branch with base:main.