-
-
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: Python 3.14 may not increment refcount
Bug
Copy / view semantics
Needs Discussion
Requires discussion from core team before further action
Warnings
Warnings that appear or should be added to pandas
#61368
opened Apr 28, 2025 by
tacaswell
3 tasks done
DOC: Series.update throws a Requires discussion from core team before further action
Warnings
Warnings that appear or should be added to pandas
FutureWarning
about def[col] = df[col].method
but .update
returns None
and works inplace
Copy / view semantics
Needs Discussion
#59788
opened Sep 13, 2024 by
spawn-guy
1 task done
BUG: Spurious read_json, to_json, json_normalize
Warnings
Warnings that appear or should be added to pandas
FutureWarning
when using pd.read_json()
Bug
IO JSON
BUG: DataFrame.convert_dtype(convert_integer=True) with int64_t limits throws Warning
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Warnings
Warnings that appear or should be added to pandas
#58485
opened Apr 30, 2024 by
Tishj
2 of 3 tasks
Potential regression induced by PR #56921
Performance
Memory or execution speed performance
Regression
Functionality that used to work in a prior pandas version
Warnings
Warnings that appear or should be added to pandas
BUG: Selecting columns from a DataFrame affects display of warnings
Bug
Upstream issue
Issue related to pandas dependency
Warnings
Warnings that appear or should be added to pandas
#57054
opened Jan 24, 2024 by
EBurtonRod
2 of 3 tasks
BUG: FutureWarning about 'isin' where it is not used
Bug
expressions
pd.eval, query
Warnings
Warnings that appear or should be added to pandas
BUG: Creating a Warnings that appear or should be added to pandas
pandas.DataFrame
affects warnings
filters
Bug
Warnings
#55801
opened Nov 2, 2023 by
anmyachev
2 of 3 tasks
BUG: FutureWarning appears when assigning new column through loc
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
PDEP6-related
related to PDEP6 (not upcasting during setitem-like Series operations)
Warnings
Warnings that appear or should be added to pandas
#55791
opened Nov 1, 2023 by
utilifeedagnes
2 of 3 tasks
ENH: Make performance warnings opt-in and more noisy
Enhancement
Needs Discussion
Requires discussion from core team before further action
Performance
Memory or execution speed performance
Warnings
Warnings that appear or should be added to pandas
#55385
opened Oct 3, 2023 by
rhshadrach
QST: Is there a work-around for repeated FutureWarnings?
Usage Question
Warnings
Warnings that appear or should be added to pandas
#50603
opened Jan 6, 2023 by
stev-0
2 tasks done
BUG: PerformanceWarning when merging dataframes with multiindex columns and indicator option
Bug
MultiIndex
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Warnings
Warnings that appear or should be added to pandas
#49325
opened Oct 26, 2022 by
fjaragones
2 of 3 tasks
BUG: Setting values on a multiindex df, via loc, does nothing on 1.4.x
Bug
Copy / view semantics
Indexing
Related to indexing on series/frames, not to indexes themselves
Regression
Functionality that used to work in a prior pandas version
Warnings
Warnings that appear or should be added to pandas
#46983
opened May 10, 2022 by
ghost
2 of 3 tasks
BUG: Unexpected change of behavior on DataFrame type float32 between pandas versions.
Copy / view semantics
Warnings
Warnings that appear or should be added to pandas
#46552
opened Mar 29, 2022 by
carlosan1708
3 tasks done
BUG: "RuntimeWarning: divide by zero encountered in log10" that does not appear with a __array_ufunc__ and __array_function__
Warnings
Warnings that appear or should be added to pandas
numpy
argument
Bug
ufuncs
#46473
opened Mar 22, 2022 by
bersbersbers
3 tasks done
ENH: Warning with only one column used in Apply, Aggregate, Transform, Map
Enhancement
Needs Discussion
Requires discussion from core team before further action
Performance
Memory or execution speed performance
Warnings
Warnings that appear or should be added to pandas
apply
causing performance issues
Apply
#44490
opened Nov 16, 2021 by
crosspolar
BUG: DateOffset addition gives UserWarning: Discarding nonzero nanoseconds in conversion
Bug
Frequency
DateOffsets
Numeric Operations
Arithmetic, Comparison, and Logical operations
Warnings
Warnings that appear or should be added to pandas
#40948
opened Apr 14, 2021 by
jherman3
2 of 3 tasks
Sub-nanosecond datetime support
Datetime
Datetime data dtype
Enhancement
Non-Nano
datetime64/timedelta64 with non-nanosecond resolution
Warnings
Warnings that appear or should be added to pandas
#30823
opened Jan 8, 2020 by
wmayner
PerformanceWarning: misleading warning for all columns
Bug
IO HDF5
read_hdf, HDFStore
Strings
String extension data type and string data
Warnings
Warnings that appear or should be added to pandas
#28460
opened Sep 16, 2019 by
jankislinger
df.set_index with drop=False by default create a dataframe ambiguous for df.sort_values
Enhancement
Warnings
Warnings that appear or should be added to pandas
#25658
opened Mar 11, 2019 by
datatravelgit
Issue warning in slow ExtensionArray base methods
ExtensionArray
Extending pandas with custom dtypes or arrays.
Performance
Memory or execution speed performance
Warnings
Warnings that appear or should be added to pandas
#24433
opened Dec 26, 2018 by
TomAugspurger
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.