-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
API: timestamp resolution inference: default to microseconds when possible
Datetime
Datetime data dtype
Non-Nano
datetime64/timedelta64 with non-nanosecond resolution
Timestamp
pd.Timestamp and associated methods
#62031
opened Aug 3, 2025 by
jorisvandenbossche
•
Draft
BUG: Catch TypeError in _is_dtype_type when converting abstract numpy types (#62018)
#62030
opened Aug 3, 2025 by
abhaypsingh
Loading…
DOC: fix mask/where docstring alignment note (#61781)
#62029
opened Aug 2, 2025 by
abhaypsingh
Loading…
5 tasks
TST: Speed up hypothesis and slow tests
Testing
pandas testing functions or related to the test suite
#62028
opened Aug 2, 2025 by
mroeschke
Loading…
BUG: groupby.idxmin/idxmax with all NA values should raise
API - Consistency
Internal Consistency of API/Behavior
Groupby
Reduction Operations
sum, mean, min, max, etc.
continue from #61957 which closed with unmerged commit
#62023
opened Aug 2, 2025 by
maddiew95
Loading…
BUG: Fix is_signed_integer_dtype to handle abstract floating types (GH 62018)
#62020
opened Aug 1, 2025 by
Aniketsy
Loading…
BUG: Fix assert_series_equal with check_category_order=False for categoricals with nulls
#62017
opened Aug 1, 2025 by
anishkarki
Loading…
5 tasks done
DOC: Add example for multi-column joins using
merge
#62016
opened Aug 1, 2025 by
thwait
Loading…
2 of 5 tasks
DOC: Add SSLCertVerificationError warning message for documentation b…
#62015
opened Jul 31, 2025 by
jeffersbaxter
Loading…
5 tasks
BUG: Fix assert_series_equal for categoricals with nulls and check_category_order=False (#62008)
#62011
opened Jul 31, 2025 by
Aniketsy
Loading…
BUG FIX: pandas.arrays.IntervalArray.overlaps() incorrectly documents that it accepts IntervalArray.
#62009
opened Jul 31, 2025 by
khemkaran10
Loading…
1 task done
DOC: documenting pandas.MultIndex.argsort
Docs
MultiIndex
Sorting
e.g. sort_index, sort_values
#62005
opened Jul 30, 2025 by
loicdiridollou
Loading…
1 of 5 tasks
BUG: Fix ExtensionArray binary op protocol
ExtensionArray
Extending pandas with custom dtypes or arrays.
Numeric Operations
Arithmetic, Comparison, and Logical operations
#61990
opened Jul 29, 2025 by
tisjayy
Loading…
3 tasks done
Fix warning for extra fields in read_csv with on_bad_lines callable
#61987
opened Jul 29, 2025 by
tisjayy
Loading…
3 of 5 tasks
API: offsets.Day is always calendar-day
Frequency
DateOffsets
#61985
opened Jul 28, 2025 by
jbrockmendel
Loading…
9 tasks done
BUG: Fix Series.reindex losing values when reindexing to MultiIndex
Index
Related to the Index class or subclasses
MultiIndex
#61969
opened Jul 26, 2025 by
Roline-Stapny
Loading…
4 tasks done
ENH: usecols takes input order for read_csv implementation review
#61967
opened Jul 26, 2025 by
eicchen
Loading…
5 tasks
BUG FIX: Using Series.str.fullmatch() and Series.str.match() with a compiled regex fails with arrow strings
Arrow
pyarrow functionality
Strings
String extension data type and string data
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.