-
-
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: value_counts() check Index with PyArrow categorical columns
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Arrow
pyarrow functionality
Bug
Categorical
Categorical Data Type
#60569
opened Dec 14, 2024 by
NOBODIDI
Loading…
3 of 5 tasks
BUG: value_counts() returns error/wrong result with PyArrow categorical columns with nulls
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Arrow
pyarrow functionality
Bug
Categorical
Categorical Data Type
good first issue
#60563
opened Dec 14, 2024 by
lmoasdev
2 of 3 tasks
ENH: value_counts to produce both count and normalized
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Closing Candidate
May be closeable, needs more eyeballs
Enhancement
#60385
opened Nov 21, 2024 by
Keramatfar
2 of 3 tasks
PERF: index.unique much slower than get_level_values.drop_duplicates
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Closing Candidate
May be closeable, needs more eyeballs
Performance
Memory or execution speed performance
#60213
opened Nov 6, 2024 by
jacek-pliszka
2 of 3 tasks
ENH: Should groupby's Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Enhancement
Groupby
Needs Discussion
Requires discussion from core team before further action
value_counts
sorts on count
before proportion
is computed
Algos
#59725
opened Sep 5, 2024 by
sfc-gh-joshi
3 tasks done
BUG: MultiIndex.factorize fails if index is 0-length
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
Index
Related to the Index class or subclasses
#57517
opened Feb 20, 2024 by
batterseapower
2 of 3 tasks
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
DEPR: DataFrame.value_counts(sort=False) sorts
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Deprecate
Functionality to remove in pandas
Needs Discussion
Requires discussion from core team before further action
#56007
opened Nov 16, 2023 by
rhshadrach
ENH: Add a name parameter to value_counts()
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Enhancement
Needs Discussion
Requires discussion from core team before further action
#55121
opened Sep 13, 2023 by
n-splv
2 of 3 tasks
BUG: pd.Series.describe ignores include, exclude arguments
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Error Reporting
Incorrect or improved errors from pandas
#54193
opened Jul 19, 2023 by
natalymr
3 tasks done
BUG: Axial inconsistency of pandas.diff
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
#52579
opened Apr 10, 2023 by
psads-git
2 of 3 tasks
PERF: groupby.value_counts
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Enhancement
Groupby
Performance
Memory or execution speed performance
#51750
opened Mar 3, 2023 by
rhshadrach
BUG: When applying Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
Categorical
Categorical Data Type
Series.clip
to ordered categorical data, the outcome is different from what is expected
Algos
#49217
opened Oct 20, 2022 by
vitalizzare
3 tasks done
BUG: set_index on more than 1 column changes boolean values
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
hashing
hash_pandas_object
MultiIndex
Needs Discussion
Requires discussion from core team before further action
#46987
opened May 10, 2022 by
alonme
3 tasks done
ENH: Add 'observed' parameter to value_counts
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Enhancement
#46486
opened Mar 23, 2022 by
vishalsrao
BUG: Even though Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
dropna=True
, Series.value_counts()
with arguments normalize=True
and bins=Union[int,IntervalIndex]
, it still counts pd.NA
values.
Algos
#44946
opened Dec 17, 2021 by
jeojr
2 of 3 tasks
BUG: Inconsistent behaviour for DataFrame.value_counts and Series.value_counts on categoricals
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
Categorical
Categorical Data Type
#44001
opened Oct 12, 2021 by
corriebar
2 of 3 tasks
BUG: Incorrect factorization for ordinal vs nominal variable
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
Categorical
Categorical Data Type
#43617
opened Sep 17, 2021 by
Intangible-pg18
3 tasks done
ENH: rolling rank followups
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Groupby
Master Tracker
High level tracker for similar issues
Window
rolling, ewma, expanding
#43579
opened Sep 15, 2021 by
gsiano
4 tasks
ENH: Support DataFrame.searchsorted
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
DataFrame
DataFrame data structure
Enhancement
Needs Discussion
Requires discussion from core team before further action
#42872
opened Aug 3, 2021 by
ChrisJar
BUG: .value_counts converts pd.NA to np.nan
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#42851
opened Aug 2, 2021 by
JarnoRFB
2 of 3 tasks
BUG: applying value_counts to a column of a grouped dataframe results in inconsistent output types
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Apply
Apply, Aggregate, Transform, Map
Bug
Groupby
#42608
opened Jul 19, 2021 by
HaydenSansum
2 of 3 tasks
PERF/QST: Why isn't fillna cythonized?
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Performance
Memory or execution speed performance
#42147
opened Jun 20, 2021 by
lithomas1
Previous Next
ProTip!
Adding no:label will show everything without a label.