-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fixed describe.py Enhancement
#61024 by Abhibhav2003 was closed Mar 9, 2025 Loading… updated Mar 9, 2025
ENH: Add JupyterLite-powered shell for the website (reprise of #47428) Enhancement Web pandas website
#60758 by agriyakhetarpal was merged Mar 4, 2025 Loading… updated Mar 4, 2025
1 of 5 tasks
Use PyWeakref_GetRef and critical section in BlockValuesRefs Build Library building on various platforms Enhancement Python 3.13
Backport PR #60940: ENH: Add dtype argument to str.decode Enhancement Strings String extension data type and string data
ENH: Make print_thing respect display.precision for Real numbers Enhancement Output-Formatting __repr__ of pandas objects, to_string Stale
#60613 by aydinomer00 was closed Feb 12, 2025 Loading… updated Feb 12, 2025
5 tasks done
ENH: Add an option to prevent stripping extra whitespaces in pd.read_html Enhancement IO HTML read_html, to_html, Styler.apply, Styler.applymap Stale
#59455 by RomainL972 was closed Feb 10, 2025 Loading… updated Feb 10, 2025
5 tasks done
ENH: Add first and last aggregations to Rolling and Expanding Enhancement Window rolling, ewma, expanding
ENH: Support skipna parameter in GroupBy min, max, prod, median, var, std and sem methods Enhancement Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Backport PR #60709: ENH(string dtype): Make str.decode return str dtype Enhancement Strings String extension data type and string data
#60821 by rhshadrach was merged Feb 5, 2025 Loading… updated Feb 5, 2025
ENH(string dtype): Make str.decode return str dtype Enhancement Strings String extension data type and string data
ENH: Add conditional formatting using DataFrame.style
Styler.to_typst() Enhancement Styler #60733 by 3w36zj6 was merged Feb 1, 2025 Loading… updated Feb 1, 2025
4 of 5 tasks
ENH: Enable .mode to sort with NA values Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Needs Discussion Requires discussion from core team before further action
ENH: Implement cum* methods for PyArrow strings Arrow pyarrow functionality Enhancement Strings String extension data type and string data Transformations e.g. cumsum, diff, rank
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 by Keramatfar was closed Dec 2, 2024 Loading… updated Dec 2, 2024
1 task
ENH: Implement option 'truncate' of argument to_sql, read_sql, read_sql_query Stale
if_exists in DataFrame.to_sql Enhancement IO SQL #59391 by gmcrocetti was closed Nov 12, 2024 Loading… updated Nov 12, 2024
5 tasks done
ENH: numba apply supports positional arguments passed as **kwargs Apply Apply, Aggregate, Transform, Map Enhancement Groupby numba numba-accelerated operations
ENH: Improve error mesage verbosity in string accessor Enhancement Error Reporting Incorrect or improved errors from pandas Strings String extension data type and string data
ENH: Add use_nullable_dtypes for read_html Enhancement IO HTML read_html, to_html, Styler.apply, Styler.applymap NA - MaskedArrays Related to pd.NA and nullable extension arrays
ENH: Add leftsemi merge Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#57979 by phofl was closed Sep 25, 2024 Loading… updated Sep 25, 2024
5 tasks
ENH: Add dtype argument to StringMethods get_dummies() Enhancement Strings String extension data type and string data
Fix obj arguments in assertions Enhancement Testing pandas testing functions or related to the test suite
PERF: Improve efficiency of Memory or execution speed performance
BlockValuesRefs Copy / view semantics Enhancement Performance ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.