-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
150
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
Label
Projects
Milestones
Assignee
Sort
Issues list
BUG: loc[] returns object type instead of float
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Indexing
Related to indexing on series/frames, not to indexes themselves
#60600
opened Dec 23, 2024 by
metazoic
3 tasks done
String dtype: coerce missing values in indexers for string dtype Index
Indexing
Related to indexing on series/frames, not to indexes themselves
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Strings
String extension data type and string data
BUG: assignment fails with copy_on_write = True
Indexing
Related to indexing on series/frames, not to indexes themselves
Regression
Functionality that used to work in a prior pandas version
BUG: period[h] + column splicing is not work
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
Period
Period data type
#60273
opened Nov 10, 2024 by
oxygenbilly
3 tasks done
ERR: consistent error messages for unsupported setitem values
API - Consistency
Internal Consistency of API/Behavior
Error Reporting
Incorrect or improved errors from pandas
Indexing
Related to indexing on series/frames, not to indexes themselves
#60218
opened Nov 6, 2024 by
jorisvandenbossche
BUG: Unknown slicing behavior for Multiindexing when passing through str for int
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
#60104
opened Oct 24, 2024 by
renkeven
2 of 3 tasks
BUG: locset with Series as column key fails inconsistently
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
#59933
opened Oct 1, 2024 by
sfc-gh-rdurrani
2 of 3 tasks
BUG: cannot filter an empty DataFrame by a non-numeric condition
Bug
Closing Candidate
May be closeable, needs more eyeballs
Indexing
Related to indexing on series/frames, not to indexes themselves
#59922
opened Sep 29, 2024 by
sam-s
2 of 3 tasks
BUG: OverflowError: value too large to convert to int when manipulating very large dataframes
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
#59531
opened Aug 16, 2024 by
benjamindonnachie
2 of 3 tasks
BUG: Column of dtype Categorical in DataFrame encounters error when taking a row that includes nan in the column
Bug
Categorical
Categorical Data Type
Indexing
Related to indexing on series/frames, not to indexes themselves
#58954
opened Jun 7, 2024 by
cinntamani
2 of 3 tasks
BUG: DataFrameGroupBy.__getitem__ fails with tuples on multi-level column objects
API - Consistency
Internal Consistency of API/Behavior
Bug
Groupby
Indexing
Related to indexing on series/frames, not to indexes themselves
#58282
opened Apr 16, 2024 by
tehunter
3 tasks done
BUG: Incorrect behaviour when using DateOffsets
Indexing
Related to indexing on series/frames, not to indexes themselves
loc
on a resampled time index dataframe
Bug
Frequency
#58255
opened Apr 14, 2024 by
jose-moran
3 tasks done
ENH: Add split method to DataFrame for flexible row-based partitioning
Enhancement
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Discussion
Requires discussion from core team before further action
#57934
opened Mar 20, 2024 by
gclopton
1 of 3 tasks
BUG: Setting a numpy array as a column in Pandas uses only the first column of the array.
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Discussion
Requires discussion from core team before further action
#57765
opened Mar 7, 2024 by
kgourgou
2 of 3 tasks
BUG: .loc operation cannot locate existing index when having single string as index for dataframe ('string',)
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Discussion
Requires discussion from core team before further action
#57750
opened Mar 6, 2024 by
carlonlv
2 of 3 tasks
BUG: Incompatible dype warning when assigning boolean series with logical indexer
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
PDEP6-related
related to PDEP6 (not upcasting during setitem-like Series operations)
BUG: Assignment of pyarrow arrays yields unexpected dtypes
Arrow
pyarrow functionality
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
pyarrow dtype retention
op with pyarrow dtype -> expect pyarrow result
#56994
opened Jan 21, 2024 by
WillAyd
3 tasks done
BUG: Insert then delete column into MultiIndex with timestamps leads to RecursionError
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
MultiIndex
#56853
opened Jan 12, 2024 by
traubms
2 of 3 tasks
BUG: df.iloc[:, x] = df.iloc[:, x].apply(int) will failed just and only when May be closeable, needs more eyeballs
Dtype Conversions
Unexpected or buggy dtype conversions
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Triage
Issue that has not been reviewed by a pandas team member
PDEP6-related
related to PDEP6 (not upcasting during setitem-like Series operations)
int
in apply()
Bug
Closing Candidate
#56796
opened Jan 9, 2024 by
tomy128
3 tasks done
BUG: Can not select in MultiIndex with NaN
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Triage
Issue that has not been reviewed by a pandas team member
PDEP missing values
Issues that would be addressed by the Ice Cream Agreement from the Aug 2023 sprint
#56366
opened Dec 6, 2023 by
moi90
2 of 3 tasks
BUG: Internal Consistency of API/Behavior
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
inplace
Relating to inplace parameter or equivalent
.loc[:, 'a'] =
is inplace when assigning Series, but not DataFrame
API - Consistency
#56223
opened Nov 28, 2023 by
MarcoGorelli
3 tasks done
PDEP-6 (setitem casting): Clarify how do decide when a setitem would upcast (and thus error in the future) or not
Indexing
Related to indexing on series/frames, not to indexes themselves
#55935
opened Nov 13, 2023 by
jorisvandenbossche
BUG(?) Related to the Index class or subclasses
Indexing
Related to indexing on series/frames, not to indexes themselves
Index.__getitem__
with 0D numpy array raises AssertionError
Index
#55601
opened Oct 19, 2023 by
mroeschke
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.