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
Sort

Pull requests list

ENH: Support kurtosis (kurt) in DataFrameGroupBy and SeriesGroupBy
#60433 opened Nov 27, 2024 by snitish Loading…
5 tasks
upgrade to the latest version of PyData Sphinx Theme
#60430 opened Nov 27, 2024 by partev Loading…
5 tasks
ENH: Add table prefixes to to_sql method
#60409 opened Nov 24, 2024 by Diadochokinetic Loading…
4 of 5 tasks
DEPR: Raise FutureWarning about raising an error in __array__ when copy=False cannot be honored Compat pandas objects compatability with Numpy or Python functions Deprecate Functionality to remove in pandas
#60395 opened Nov 22, 2024 by KevsterAmp Draft
1 of 3 tasks
2.3
BUG (string dtype): comparison of string column to mixed object column fails #60228 (fixed) Strings String extension data type and string data
#60392 opened Nov 22, 2024 by TEARFEAR Loading…
5 tasks done
2.3
Bug Fix: #60343 Construction of Series / Index fails from dict keys when "str" dtype is specified explicitly Constructors Series/DataFrame/Index/pd.array Constructors Strings String extension data type and string data
#60383 opened Nov 21, 2024 by tasfia8 Loading… 2.3
feat: Implement option 'delete_rows' of argument 'if_exists' in 'DataFrame.to_sql' API. IO SQL to_sql, read_sql, read_sql_query
#60376 opened Nov 20, 2024 by gmcrocetti Loading…
5 tasks done
BUG: Copy attrs on pd.merge()
#60357 opened Nov 19, 2024 by timhoffm Loading…
TST (string dtype): clean-up assorted xfails Strings String extension data type and string data
#60354 opened Nov 18, 2024 by simonjayhawkins Draft 2.3
BUG: PeriodIndex.to_datetime inconsistent with its docstring
#60350 opened Nov 17, 2024 by aram-cinnamon Loading…
4 of 5 tasks
TST (string dtype): resolve xfails for frame methods Strings String extension data type and string data
#60336 opened Nov 16, 2024 by WillAyd Draft 2.3
Added a new parameter to value_counts to keep both counts and normalized values. Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
#60335 opened Nov 16, 2024 by Keramatfar Loading…
1 task
Add warning for sharex/sharey when subplots=False in plot method
#60323 opened Nov 15, 2024 by MehdiNemri Loading…
5 tasks done
BUG: Supress read_json Spurious to_datetime FutureWarning
#60313 opened Nov 14, 2024 by KevsterAmp Loading…
3 of 5 tasks
Fix minor typos and remove examples in PR #60171
#60283 opened Nov 12, 2024 by Ravenin7 Loading…
BUG: Fix #54763 to_julian_date does not consider timezone
#60280 opened Nov 11, 2024 by tev-dixon Loading…
4 of 5 tasks
ENH: set __module__ on IndexSlice Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
#60269 opened Nov 9, 2024 by shengjie2013 Loading…
5 tasks
3.0
ProTip! Exclude everything labeled bug with -label:bug.