-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
REGR: fix error caused by deprecation warning in pd.merge when joining two Series Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode Warnings Warnings that appear or should be added to pandas
DEPS: Add warning if pyarrow is not installed Dependencies Required and optional dependencies Warnings Warnings that appear or should be added to pandas
WARN: Remove false positive warning for iloc inplaceness Copy / view semantics Warnings Warnings that appear or should be added to pandas
ENH: move an exception and add a prehook to check for exception place… Code Style Code style, linting, code_checks Enhancement Error Reporting Incorrect or improved errors from pandas Warnings Warnings that appear or should be added to pandas
ENH: Add check for character limmit Enhancement IO Excel read_excel, to_excel Warnings Warnings that appear or should be added to pandas
ENH, TST: Add FutureWarning to read_table Warnings Warnings that appear or should be added to pandas
REGR: Better warning in pivot_table when dropping nuisance columns Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply Reshaping Concat, Merge/Join, Stack/Unstack, Explode Warnings Warnings that appear or should be added to pandas
Avoid Index DeprecationWarning in Series getitem Indexing Related to indexing on series/frames, not to indexes themselves Warnings Warnings that appear or should be added to pandas
BUG: avoid DeprecationWarning when the Series has index as list of Series Warnings Warnings that appear or should be added to pandas
CoW: Add warning for replace with inplace Copy / view semantics Warnings Warnings that appear or should be added to pandas
PERF cache find_stack_level Performance Memory or execution speed performance Warnings Warnings that appear or should be added to pandas
Added Required and optional dependencies Warnings Warnings that appear or should be added to pandas
pyarrow extra for instructions on silencing the DeprecationWarning Dependencies ERR: Fix missing space in warning message Warnings Warnings that appear or should be added to pandas
#39159 by MicaelJarniac was closed May 26, 2021 • Draft
3 tasks done
WARN: Catch warning in tests Visualization plotting Warnings Warnings that appear or should be added to pandas
BUG: Silence DateOffsets Visualization plotting Warnings Warnings that appear or should be added to pandas
Period[B] warnings in plotting code Frequency REGR: Avoid unnecessary warning when setting empty dataframe 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
CoW: Add warning for chained assignment with fillna Copy / view semantics Warnings Warnings that appear or should be added to pandas
#53779 by phofl was merged Jul 6, 2023 Loading…
4 of 5 tasks
ENH: Allow performance warnings to be disabled Enhancement Warnings Warnings that appear or should be added to pandas
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.