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

TST: mixed_int_string Index good first issue Index Related to the Index class or subclasses Testing pandas testing functions or related to the test suite
#54072 opened Jul 10, 2023 by jbrockmendel
BUG: _validate_setitem_value fails to raise for PandasArray Bug ExtensionArray Extending pandas with custom dtypes or arrays. good first issue Indexing Related to indexing on series/frames, not to indexes themselves
#51044 opened Jan 28, 2023 by jbrockmendel
BUG: DataFrame.to_parquet doesn't round-trip pyarrow StringDtype Docs good first issue IO Parquet parquet, feather Strings String extension data type and string data
#42664 opened Jul 22, 2021 by TomAugspurger
2 of 3 tasks
BUG (?): dtype.value_counts() shows categorical multiple times Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Categorical Categorical Data Type Docs good first issue
#40735 opened Apr 1, 2021 by MarcoGorelli
3 tasks done
DOC: add button to edit on GitHub Docs good first issue Needs Discussion Requires discussion from core team before further action
#39859 opened Feb 17, 2021 by afeld
DOC: Reindexing behaviour of dataframe column-assignment missing Docs good first issue Indexing Related to indexing on series/frames, not to indexes themselves
#39845 opened Feb 16, 2021 by fish-face
BUG: read_sql no longer works simply with SqlAlchemy selectables and a quick fix good first issue IO SQL to_sql, read_sql, read_sql_query Needs Tests Unit test(s) needed to prevent regressions
#35484 opened Jul 30, 2020 by machow
3 tasks done
BUG: groupby.sum() is inconsistent with df.sum() for large integers Bug Dtype Conversions Unexpected or buggy dtype conversions good first issue Groupby Needs Tests Unit test(s) needed to prevent regressions Reduction Operations sum, mean, min, max, etc.
#34681 opened Jun 9, 2020 by tom-weiss
1 task
Extreme performance issue in pandas 1.0.3 when setting a new column with DatetimeIndex Benchmark Performance (ASV) benchmarks Datetime Datetime data dtype good first issue Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#34531 opened Jun 2, 2020 by derHeinzer
startingMonth ignored on non-unitary Quarter periods Frequency DateOffsets good first issue Needs Tests Unit test(s) needed to prevent regressions Resample resample method
#29576 opened Nov 12, 2019 by aulemahal
ProTip! Type g i on any issue or pull request to go back to the issue listing page.