-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
155
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: The method of obtaining a certain cell or slice of the dataframe is confusing and unclear
Enhancement
Needs Triage
Issue that has not been reviewed by a pandas team member
#61232
opened Apr 4, 2025 by
zyy37
1 of 3 tasks
ENH: The row and column indexing mechanism of your dataframe is inefficient, leading to errors and unnecessary time consumption
Enhancement
Needs Triage
Issue that has not been reviewed by a pandas team member
#61230
opened Apr 4, 2025 by
zyy37
1 of 3 tasks
BUG: setting item to iterable with .at fails when column doesn't exist or has wrong dtype
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Discussion
Requires discussion from core team before further action
#61223
opened Apr 3, 2025 by
jbogar
2 of 3 tasks
BUG: Exception with Extending pandas with custom dtypes or arrays.
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
unstack(sort=False)
and NA in index
Bug
ExtensionArray
#61221
opened Apr 3, 2025 by
jlumpe
2 of 3 tasks
QST: Should the absence of tzdata package affect the performance in any way ?
Needs Info
Clarification about behavior needed to assess issue
Usage Question
#61218
opened Apr 2, 2025 by
sdg002
2 tasks done
ENH: Add ignore_empty and ignore_all_na arguments to pd.concat
Enhancement
Needs Triage
Issue that has not been reviewed by a pandas team member
#61210
opened Apr 1, 2025 by
sergei3000
1 of 3 tasks
ENH: Consistent NA handling in Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Enhancement
Needs Discussion
Requires discussion from core team before further action
unique()
, and nunique()
Algos
#61209
opened Mar 31, 2025 by
olek-osikowicz
1 of 3 tasks
BUG: DataFrame.min with skipna=True raises TypeError when column contains np.nan and datetime.date
Bug
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Reduction Operations
sum, mean, min, max, etc.
#61204
opened Mar 31, 2025 by
tanjt107
3 tasks done
ENH: adding a filter (and bold) to header when writing to excel
Enhancement
IO Excel
read_excel, to_excel
#61194
opened Mar 28, 2025 by
simonaubertbd
1 of 3 tasks
BUG: Boolean selection edge case.
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Discussion
Requires discussion from core team before further action
#61191
opened Mar 27, 2025 by
ptth222
2 of 3 tasks
BUG: engine calamine lost 0 when read_excel from vlookup cell
Bug
Closing Candidate
May be closeable, needs more eyeballs
IO Excel
read_excel, to_excel
Upstream issue
Issue related to pandas dependency
#61186
opened Mar 27, 2025 by
ryjfgjl
2 of 3 tasks
BUG: Performance issue with fillna() after merging DataFrames
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Needs Info
Clarification about behavior needed to assess issue
Performance
Memory or execution speed performance
#61180
opened Mar 26, 2025 by
sjfakharian
2 of 3 tasks
BUG: Inconsistency when converting week PeriodIndex into DatetimeIndex with astype("datetime64[ns]")
Bug
Datetime
Datetime data dtype
Dtype Conversions
Unexpected or buggy dtype conversions
Needs Discussion
Requires discussion from core team before further action
Period
Period data type
#61177
opened Mar 25, 2025 by
dbalabka
3 tasks done
BUG: pd.read_csv() on empty files should give an empty dataframe pd.DataFrame()
Bug
Closing Candidate
May be closeable, needs more eyeballs
IO CSV
read_csv, to_csv
#61172
opened Mar 24, 2025 by
xuancong84
3 tasks done
ENH: Enable nsmallest/nlargest on object dtype
Enhancement
Filters
e.g. head, tail, nth
Sorting
e.g. sort_index, sort_values
#61166
opened Mar 22, 2025 by
Gri72
ENH: merge_asof threshold minimum
Enhancement
Needs Discussion
Requires discussion from core team before further action
Needs Info
Clarification about behavior needed to assess issue
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#61164
opened Mar 21, 2025 by
Lituchy
1 of 3 tasks
ENH: Accept no fields for groupby by
Enhancement
Groupby
Needs Discussion
Requires discussion from core team before further action
#61160
opened Mar 21, 2025 by
simonaubertbd
1 of 3 tasks
BUILD: Cython.Compiler.Errors: 'free_threading_config.pxi' not found
Build
Library building on various platforms
#61156
opened Mar 20, 2025 by
yohplala
1 task done
BUG: Inconsistent index type when using read_csv with string[pyarrow] dtype
API - Consistency
Internal Consistency of API/Behavior
Bug
IO CSV
read_csv, to_csv
Needs Discussion
Requires discussion from core team before further action
#61145
opened Mar 19, 2025 by
ptth222
2 of 3 tasks
BUG(?): rolling sum with pyarrow types results in float64 instead of preserving integer type
Arrow
pyarrow functionality
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Window
rolling, ewma, expanding
#61144
opened Mar 18, 2025 by
MarcoGorelli
3 tasks done
Improve the apply/map APIs
API - Consistency
Internal Consistency of API/Behavior
API Design
Apply
Apply, Aggregate, Transform, Map
Needs Discussion
Requires discussion from core team before further action
#61128
opened Mar 15, 2025 by
datapythonista
ENH: Supporting third-party engines for all Apply, Aggregate, Transform, Map
map
and apply
methods
Apply
#61125
opened Mar 15, 2025 by
datapythonista
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.