Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Fix PR07,RT03,SA01 errors for Index.join Docs
#58469 opened Apr 29, 2024 by shriyakalakata Loading…
2 tasks done
CLN: enforce the deprecation of exposing blocks in core.internals Clean Internals Related to non-user accessible pandas implementation
#58467 opened Apr 28, 2024 by natmokval Draft
ENH: Adding table name parameter to pandas.read_excel
#58464 opened Apr 28, 2024 by iangainey Loading…
5 tasks done
TST / string dtype: add env variable to enable future_string and add test build Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#58459 opened Apr 27, 2024 by jorisvandenbossche Loading…
PDEP-13: The pandas Logical Type System PDEP pandas enhancement proposal
#58455 opened Apr 27, 2024 by WillAyd Loading…
Fix PR07,RT03,SA01 errors for Index.append, Index.difference Docs
#58453 opened Apr 27, 2024 by shriyakalakata Loading…
2 tasks done
Update compute_dict_like to get all columns Groupby
#58452 opened Apr 27, 2024 by undermyumbrella1 Loading…
5 tasks done
String dtype: implement object-dtype based StringArray variant with NumPy semantics Strings String extension data type and string data
#58451 opened Apr 27, 2024 by jorisvandenbossche Loading…
4 tasks
BUG: Overflow warning when using Series.diff() on Series with Periods Period Period data type Warnings Warnings that appear or should be added to pandas
#58447 opened Apr 26, 2024 by Aloqeely Loading…
3 of 5 tasks
DOC: ficing PR01 and SA01 issue for Index: Identical Docs
#58442 opened Apr 26, 2024 by KeiOshima Loading…
5 tasks
preserve index in list accessor Arrow pyarrow functionality Index Related to the Index class or subclasses
#58438 opened Apr 26, 2024 by rohanjain101 Loading…
5 tasks
pd.eval: Series names are now preserved even for "numexpr" engine. expressions pd.eval, query
#58437 opened Apr 25, 2024 by domsmrz Loading…
5 tasks done
DOC: fixing RT03 erros for Index: duplicated and nunique Docs
#58432 opened Apr 25, 2024 by KeiOshima Loading…
5 tasks
Bug: fix Series.str.split when 'regex=None' for series having 'pd.ArrowDtype(pa.string())' dtype Arrow pyarrow functionality Strings String extension data type and string data
#58418 opened Apr 25, 2024 by yuanx749 Loading…
4 of 5 tasks
DEPS: Unpin docutils Dependencies Required and optional dependencies Docs
#58413 opened Apr 25, 2024 by mroeschke Loading… 3.0
PERF: MultiIndex._engine use smaller dtypes MultiIndex Performance Memory or execution speed performance
#58411 opened Apr 24, 2024 by GianlucaFicarelli Loading…
5 tasks
DEPR: nested parse_dates in read_csv Clean IO CSV read_csv, to_csv
#58410 opened Apr 24, 2024 by jbrockmendel Loading…
5 tasks
Fixed pd.infer_freq incompatible with Series["timestamp[s][pyarrow]"] Arrow pyarrow functionality Frequency DateOffsets
#58404 opened Apr 24, 2024 by randolf-scholz Loading…
5 tasks done
ENH: Add support for numpy 2's string dtype Enhancement Strings String extension data type and string data
#58394 opened Apr 23, 2024 by lithomas1 Draft
5 tasks
BUG: identity checking NA in map incorrect
#58392 opened Apr 23, 2024 by droussea2001 Loading…
4 tasks done
ProTip! Exclude everything labeled bug with -label:bug.