-
-
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
ENH: Add sort_columns parameter to combine_first
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#60437
opened Nov 28, 2024 by
U-S-jun
Loading…
5 tasks done
BUG: combine_first reorders columns
Bug
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#60427
opened Nov 26, 2024 by
davetapley
3 tasks done
ENH: Copy attrs on join (possibly depending on left, right, etc.)
Enhancement
metadata
_metadata, .attrs
Needs Info
Clarification about behavior needed to assess issue
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#60351
opened Nov 18, 2024 by
rommeswi
1 of 3 tasks
BUG: when using id_vars in .melt(), the id_vars does not recognize the column name in a multiIndex dataframe
Bug
Index
Related to the Index class or subclasses
Needs Discussion
Requires discussion from core team before further action
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#60018
opened Oct 11, 2024 by
ivan-marroquin
3 tasks done
BUG: pd.concat() cannot concatenate more than 3 mixed-frequency dataframes with multi-index series
Bug
Needs Discussion
Requires discussion from core team before further action
Period
Period data type
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#59775
opened Sep 11, 2024 by
sakaiando
3 tasks done
BUG: DataFrame.stack does not work when columns includes tuple level
Bug
Closing Candidate
May be closeable, needs more eyeballs
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#59697
opened Sep 3, 2024 by
or-jether
2 of 3 tasks
ENH: Support for semi-join on index (subsetting a multi-index dataframe with a subset of the multi-index)
Closing Candidate
May be closeable, needs more eyeballs
Enhancement
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#58873
opened May 31, 2024 by
gwerbin
1 of 3 tasks
BUG: pd.concat fails with large index values when using ArrowDtype
Arrow
pyarrow functionality
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#58819
opened May 24, 2024 by
hombit
3 tasks done
PERF: future_stack=True with non-MulitIndex columns
Performance
Memory or execution speed performance
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Stale
BUG: .max() raises exception on Series with object dtype and mixture of Timestamp and NaT: TypeError: '>=' not supported between instances of 'Timestamp' and 'float'
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Timezones
Timezone data dtype
#58707
opened May 13, 2024 by
kerrickstaley
2 of 3 tasks
PERF: df.unstack() is 500 times slower since pandas>=2.1
Performance
Memory or execution speed performance
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#58391
opened Apr 23, 2024 by
sbonz
2 of 3 tasks
Fix stubname equal suffix in wide to long function
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#57868
opened Mar 16, 2024 by
tqa236
Loading…
2 of 5 tasks
Deprecate accepting None in pd.concat
Deprecate
Functionality to remove in pandas
Needs Discussion
Requires discussion from core team before further action
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#57846
opened Mar 14, 2024 by
twoertwein
BUG: melt no longer supports id_vars and value_vars collapsing levels accross MultiIndex
Bug
Regression
Functionality that used to work in a prior pandas version
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Potential regression induced by PR #57302
Performance
Memory or execution speed performance
Regression
Functionality that used to work in a prior pandas version
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
PERF: Improve merge performance
Performance
Memory or execution speed performance
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Stale
#57559
opened Feb 21, 2024 by
phofl
Loading…
5 tasks
DEPR: pd.concat special cases DatetimeIndex to sort even when sort=False
Deprecate
Functionality to remove in pandas
Needs Discussion
Requires discussion from core team before further action
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Sorting
e.g. sort_index, sort_values
BUG: pd.merge has unexpected behaviour when joining on index / column
Bug
Needs Triage
Issue that has not been reviewed by a pandas team member
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#57291
opened Feb 7, 2024 by
sledtester
2 of 3 tasks
BUG: df.stack() returns wrong data when NaT is in index (regression since 2.1.0, ok in <= 2.0.3)
Bug
Regression
Functionality that used to work in a prior pandas version
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
BUG: Index.join preserving names incorrectly from pandas-2.x
Bug
Index
Related to the Index class or subclasses
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#57065
opened Jan 25, 2024 by
galipremsagar
2 of 3 tasks
PERF: pd.merge(on=index) is faster than pd.merge(left_index=True, right_index=True) if index is duplicated
Performance
Memory or execution speed performance
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#56564
opened Dec 19, 2023 by
starhel
3 tasks done
ENH: Allow to set axis name in pd.concat
Enhancement
Needs Discussion
Requires discussion from core team before further action
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#56553
opened Dec 18, 2023 by
mullimanko
1 of 3 tasks
BUG: left merge where right frame has different dtype key column has mismatching result dtypes compared to a "reversed" right merge
Bug
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#56454
opened Dec 11, 2023 by
wence-
3 tasks done
BUG: Infinite recursion with outer merge on categorical key column if left and right dtypes are mismatching non-nullable numeric kinds
Bug
Categorical
Categorical Data Type
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#56376
opened Dec 7, 2023 by
wence-
3 tasks done
BUG: Merges erroneously match integer join keys between Unexpected or buggy dtype conversions
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
int64
and uint64
when using values >= 2**53
Bug
Dtype Conversions
#56367
opened Dec 6, 2023 by
wence-
3 tasks done
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.