Skip to content

Issues: pandas-dev/pandas

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

BUG: read_excel nrows parameter reads extra rows when tables are adjacent (no blank row) Bug Needs Triage Issue that has not been reviewed by a pandas team member
#61123 opened Mar 14, 2025 by robertutterback
3 tasks done
BUG: Series.interpolate regression in latest Pandas 3.0.0 nightly (method 'linear' behaves like 'index') Bug Needs Triage Issue that has not been reviewed by a pandas team member
#61122 opened Mar 14, 2025 by theOehrly
2 of 3 tasks
BUG: .corr() values significantly higher than 1 Bug Needs Triage Issue that has not been reviewed by a pandas team member
#61120 opened Mar 14, 2025 by krassowski
2 of 3 tasks
BUG: pivot_table drops rows and columns despite values being non-NaN Bug Needs Triage Issue that has not been reviewed by a pandas team member
#61113 opened Mar 12, 2025 by it176131
3 tasks done
BUG: Can only compare identically-labeled Series objects (string vs. object) Bug Needs Discussion Requires discussion from core team before further action Strings String extension data type and string data
#61099 opened Mar 10, 2025 by wahsmail
3 tasks done
2.3
BUG: str.fullmatch behavior is not the same for object dtype and string[pyarrow] dtype Arrow pyarrow functionality Bug Strings String extension data type and string data
#61072 opened Mar 7, 2025 by ptth222
3 tasks done
BUG: Sorting fails in specific cases with pandas==2.1.1 Bug Needs Info Clarification about behavior needed to assess issue Sorting e.g. sort_index, sort_values
#61068 opened Mar 6, 2025 by nancy-pm
2 of 3 tasks
BUG: ValueError: ndarray is not C-contiguous for cummax on nullable dtypes Bug Groupby NA - MaskedArrays Related to pd.NA and nullable extension arrays Transformations e.g. cumsum, diff, rank
#61031 opened Mar 2, 2025 by MarcoGorelli
3 tasks done
BUG: Dependency check custom error loses information Bug Error Reporting Incorrect or improved errors from pandas
#61030 opened Mar 2, 2025 by Noratrieb
3 tasks done
BUG: setting column with 2D object array raises Bug Indexing Related to indexing on series/frames, not to indexes themselves
#61026 opened Mar 1, 2025 by tonyyuyiding
2 tasks done
BUG: iloc with Series as indexer fails for __getitem__ but works with __setitem__ Bug Indexing Related to indexing on series/frames, not to indexes themselves
#60994 opened Feb 23, 2025 by luxedo
3 tasks done
BUG: invalid result of reindex on columns after unstack with Period data Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#60980 opened Feb 21, 2025 by a-rvn
3 tasks done
BUG: df.astype converts to datetime64[ns] inconsistently with respect to dayfirst Bug datetime.date stdlib datetime.date support Deprecate Functionality to remove in pandas
#60964 opened Feb 19, 2025 by cgflex
3 tasks done
BUG: datetime64 can't be compared with pyarrow-backed variant Bug Datetime Datetime data dtype Numeric Operations Arithmetic, Comparison, and Logical operations
#60937 opened Feb 15, 2025 by MarcoGorelli
3 tasks done
BUG: Converting string of type lxml.etree._ElementUnicodeResult to a datetime using pandas.to_datetime results in a TypeError. Bug datetime.date stdlib datetime.date support Needs Discussion Requires discussion from core team before further action
#60933 opened Feb 14, 2025 by bentriom
3 tasks done
BUG: Index.drop_duplicates() is inconsistent for unhashable values Bug Error Reporting Incorrect or improved errors from pandas
#60925 opened Feb 13, 2025 by camriddell
2 of 3 tasks
BUG: series.reindex(mi) behaves different for series with Index and MultiIndex Bug Index Related to the Index class or subclasses MultiIndex
#60923 opened Feb 13, 2025 by ssche
3 tasks done
BUG: ValueError: Length of values (5) does not match length of index (4) when subtracting two series with MultIndex and Index and nan values Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex
#60908 opened Feb 11, 2025 by ssche
3 tasks done
BUG: Memory leak when creating a df inside a loop Bug Closing Candidate May be closeable, needs more eyeballs Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance Windows Windows OS
#60897 opened Feb 9, 2025 by Chuck321123
3 tasks done
BUG: Poor GroupBy Performance with ArrowDtype(...) wrapped types Arrow pyarrow functionality Bug Dtype Conversions Unexpected or buggy dtype conversions Needs Discussion Requires discussion from core team before further action
#60861 opened Feb 5, 2025 by kzvezdarov
3 tasks done
BUG: Unknown Error - Getting from Databricks SQL Python - From PyArrow module (pyarrow.lib.ArrowException) Arrow pyarrow functionality Bug IO SQL to_sql, read_sql, read_sql_query Needs Info Clarification about behavior needed to assess issue
#60838 opened Feb 3, 2025 by Gobi2511
2 of 3 tasks
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.