-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
154
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: isin check with numpy array works incorrectly when using UInt64 dtype
Bug
isin
isin method
Needs Discussion
Requires discussion from core team before further action
#59609
opened Aug 26, 2024 by
qltwis
2 of 3 tasks
BUG: isin method
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
isin
propagates nulls for DataFrame but not Series
Bug
isin
#46326
opened Mar 11, 2022 by
brandon-b-miller
3 tasks done
ENH: Behaviour Series.isin with dataframe comparison is confusing [for discussion]
Error Reporting
Incorrect or improved errors from pandas
isin
isin method
Needs Discussion
Requires discussion from core team before further action
#43460
opened Sep 8, 2021 by
erfannariman
ENH: consider using sets and not maps for isin, unique and duplicated
duplicated
duplicated, drop_duplicates
Enhancement
isin
isin method
Performance
Memory or execution speed performance
#39799
opened Feb 13, 2021 by
realead
different behaviour of df.isin() in 1.0.5/1.1.0, when df contains None
Bug
isin
isin method
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Regression
Functionality that used to work in a prior pandas version
#35565
opened Aug 5, 2020 by
johny-b
incosistencies in dataframe.dtype.isin() - I am getting inconsistent with different runs on same code.
Bug
hashing
hash_pandas_object
isin
isin method
Upstream issue
Issue related to pandas dependency
#32443
opened Mar 4, 2020 by
maleknia
How should isin behave with pd.NA?
Bug
isin
isin method
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
#31990
opened Feb 15, 2020 by
dsaxton
pd.MultiIndex.isin doesn't validate input correctly
Bug
Error Reporting
Incorrect or improved errors from pandas
isin
isin method
MultiIndex
#26622
opened Jun 2, 2019 by
telamonian
pandas.Series.isin() is slow on large sets due to conversion of set to list
isin
isin method
Performance
Memory or execution speed performance
#25507
opened Mar 1, 2019 by
amerberg
MultiIndex.isin should handle input dims better
Enhancement
Error Reporting
Incorrect or improved errors from pandas
isin
isin method
MultiIndex
#20252
opened Mar 10, 2018 by
TomAugspurger
isin() returns different results than eq() when mixing dtypes of comparators
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
isin
isin method
#16938
opened Jul 15, 2017 by
mansenfranzen
ENH/API: check for full rows of DataFrame with isin?
Enhancement
isin
isin method
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#7258
opened May 28, 2014 by
jorisvandenbossche
ProTip!
Mix and match filters to narrow down what you’re looking for.