-
- 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
ENH: add math mode to formatter escape="latex-math" Enhancement IO LaTeX to_latex Styler conditional formatting using DataFrame.style
#50398 by natmokval was merged Mar 6, 2023 Loading…
3 tasks done
ENH: Add support for multiple conditions assign statement Enhancement
#50343 by ELHoussineT was closed Aug 25, 2023 Loading…
3 of 5 tasks
ENH: Add use_nullable_dtypes for read_fwf Enhancement IO Fixed Width read_fwf NA - MaskedArrays Related to pd.NA and nullable extension arrays
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: Allow convert_dtypes to convert to pd.ArrowDtype Arrow pyarrow functionality Dtype Conversions Unexpected or buggy dtype conversions Enhancement
ENH: maybe_convert_objects add boolean support with NA Dtype Conversions Unexpected or buggy dtype conversions Enhancement
ENH: Index.infer_objects Dtype Conversions Unexpected or buggy dtype conversions Enhancement Index Related to the Index class or subclasses
ENH: Add support for ea dtypes in merge Enhancement NA - MaskedArrays Related to pd.NA and nullable extension arrays Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: Add use_nullable_dtypes and nullable_backend global option to read_orc Arrow pyarrow functionality Enhancement IO Data IO issues that don't fit into a more specific label
ENH: timedelta_range unit keyword Enhancement Non-Nano datetime64/timedelta64 with non-nanosecond resolution
ENH: semi joins Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#49661 by debnathshoham was closed Mar 24, 2023 Loading…
5 tasks done
ENH: Compile Factorizer class for all numeric dtypes Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: Add masked engine Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
ENH: Implement io.nullable_backend config for read_csv(engine="pyarrow") Arrow pyarrow functionality Enhancement IO CSV read_csv, to_csv
ENH: anti joins Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#49328 by debnathshoham was closed Feb 22, 2023 Loading…
4 of 5 tasks
ENH: Add use nullable dtypes to read_excel Enhancement IO Excel read_excel, to_excel NA - MaskedArrays Related to pd.NA and nullable extension arrays
Backport PR #48693 on branch 1.5.x (ENH: Make deprecate_nonkeyword_arguments alter function signature) Deprecate Functionality to remove in pandas Enhancement
ENH: Raise ParserError instead of IndexError when specifying an incorrect number of columns with index_col for the read_csv C parser. Enhancement Error Reporting Incorrect or improved errors from pandas
DOC: Add docs for DataFrameGroupBy.fillna and SeriesGroupBy.fillna Docs Enhancement Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
ENH: Make deprecate_nonkeyword_arguments alter function signature Deprecate Functionality to remove in pandas Enhancement
API: Add pandas.api.typing API Design Enhancement Typing type annotations, mypy/pyright type checking
ProTip! Exclude everything labeled
bug with -label:bug.