-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUG: Fix pyarrow categoricals not working for pivot and categoricals
#61193
opened Mar 28, 2025 by
robin-mader-bis
•
Draft
1 of 5 tasks
ENH: Reimplement DataFrame.lookup
Enhancement
Indexing
Related to indexing on series/frames, not to indexes themselves
#61185
opened Mar 26, 2025 by
stevenae
Loading…
5 tasks done
Doc pivot table
Docs
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#61184
opened Mar 26, 2025 by
it176131
Loading…
4 of 5 tasks
REGR: Interpolate with method=index
Bug
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Regression
Functionality that used to work in a prior pandas version
#61183
opened Mar 26, 2025 by
rhshadrach
Loading…
1 of 5 tasks
BUG: Handle line and bar on the same plot
Bug
Visualization
plotting
#61173
opened Mar 24, 2025 by
MartinBraquet
Loading…
1 of 5 tasks
DataFrame.dtypes.to_json OverflowError: Maximum recursion level reached
#61171
opened Mar 23, 2025 by
Aliebc
Loading…
5 tasks done
ENH: Support boolean masks for
iloc.__getitem__
#61162
opened Mar 21, 2025 by
arthurlw
Loading…
5 tasks done
ENH: Adds
dict
& **dict
support for pd.set_option
[#61093]
#61152
opened Mar 20, 2025 by
himanshumahajan138
Loading…
4 of 5 tasks
ENH: Added dict support for Functionality to remove in pandas
Enhancement
pd.set_option
API Design
Deprecate
#61151
opened Mar 20, 2025 by
arthurlw
Loading…
5 tasks done
BUG: Added deprecation warning to Timestamp constructor
#61149
opened Mar 20, 2025 by
j-hendricks
Loading…
1 of 5 tasks
String dtype: more informative repr (keeping brief __str__)
Output-Formatting
__repr__ of pandas objects, to_string
Strings
String extension data type and string data
#61148
opened Mar 19, 2025 by
jorisvandenbossche
•
Draft
Preserve column names in empty Dataframe
Bug
IO Data
IO issues that don't fit into a more specific label
#61143
opened Mar 18, 2025 by
kpvenkat47
Loading…
API (string dtype): implement hierarchy (NA > NaN, pyarrow > python) for consistent comparisons between different string dtypes
Numeric Operations
Arithmetic, Comparison, and Logical operations
Strings
String extension data type and string data
BUG/TST/DEPR: Ensure dtype="category" always implies ordered=False & add tests
#61118
opened Mar 13, 2025 by
ZanirP
Loading…
2 of 5 tasks
Bug: Save original index and remap after function completes
Filters
e.g. head, tail, nth
Performance
Memory or execution speed performance
#61116
opened Mar 13, 2025 by
Jeffrharr
Loading…
5 tasks done
DOC: Updated link for OVH server benchmark visualization
Docs
#61108
opened Mar 12, 2025 by
jackbtlr
Loading…
2 of 5 tasks
DOC: fix docstring validation errors for pandas.util.hash_pandas_object and pandas.Timestamp.resolution
#61106
opened Mar 11, 2025 by
olivecon
Loading…
BUG: Passing original properties of
DataFrame
and Series
subclasses to their constructors
#61101
opened Mar 11, 2025 by
YankoFelipe
Loading…
5 tasks done
BUG: Improve ImportError message to suggest importing dependencies directly for full error details
Build
Library building on various platforms
Error Reporting
Incorrect or improved errors from pandas
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.