Skip to content

Issues: pandas-dev/pandas

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

BUG?: using None as replacement value in replace() typically upcasts to object dtype API - Consistency Internal Consistency of API/Behavior Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate replace replace method
#60284 opened Nov 12, 2024 by jorisvandenbossche
BUG: df.replace() with list of regex sometimes fails with column of null objects Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate replace replace method
#54399 opened Aug 4, 2023 by zaneselvans
2 of 3 tasks
REF/PERF: replace with ArrowEA Arrow pyarrow functionality Performance Memory or execution speed performance replace replace method
#53711 opened Jun 17, 2023 by jbrockmendel
3 tasks done
BUG: pandas.DataFrame.replace silently fails to replace category type columns. Bug Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version replace replace method
#52571 opened Apr 10, 2023 by corynezinstitchfix
2 of 3 tasks
BUG: replace inconsistency with np.nan & pd.NA Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate NA - MaskedArrays Related to pd.NA and nullable extension arrays PDEP missing values Issues that would be addressed by the Ice Cream Agreement from the Aug 2023 sprint replace replace method
#51237 opened Feb 8, 2023 by galipremsagar
2 of 3 tasks
BUG: Can't I replace Ellipsis in DataFrame.replace like scalar Bug replace replace method
#50373 opened Dec 21, 2022 by jesrael
3 tasks done
API: replace casting dtype instead of converting NA value when replacing missing value with another missing value API - Consistency Internal Consistency of API/Behavior Dtype Conversions Unexpected or buggy dtype conversions replace replace method
#49421 opened Oct 31, 2022 by phofl
BUG: Series.replace converts np.nan into pd.NaT implicitly Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version replace replace method
#48034 opened Aug 11, 2022 by ng-henry
3 tasks done
BUG: AttributeError: 'bool' object has no attribute 'to_numpy' in "mask_missing" method of core/missing.py Bug Constructors Series/DataFrame/Index/pd.array Constructors Regression Functionality that used to work in a prior pandas version replace replace method Subclassing Subclassing pandas objects
#47101 opened May 24, 2022 by rainnnnny
3 tasks done
BUG: Series.replace with to_replace dict and value=None, nonsensical error message Bug Error Reporting Incorrect or improved errors from pandas replace replace method Series Series data structure
#46004 opened Feb 15, 2022 by d-rams
2 of 3 tasks
BUG: dataframe.replace({np.nan: None}) failed when replaced even number of times Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate replace replace method
#44485 opened Nov 16, 2021 by wchengit
3 tasks done
BUG: series.replace(np.nan,..) on categorical series does not replace Categorical Categorical Data Type Deprecate Functionality to remove in pandas Needs Discussion Requires discussion from core team before further action Regression Functionality that used to work in a prior pandas version replace replace method
#40472 opened Mar 16, 2021 by MaximeLaurenty
2 of 3 tasks
ERR: DataFrame.fillna with non-unique mapping Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate replace replace method
#36608 opened Sep 24, 2020 by dsaxton
3 tasks done
ENH: replace method for more time-related type Enhancement Needs Discussion Requires discussion from core team before further action replace replace method
#36592 opened Sep 24, 2020 by GYHHAHA
BUG: Different behavior of .replace() method between pandas version 1.0.5 and 1.1.2 Bug Regression Functionality that used to work in a prior pandas version replace replace method
#36522 opened Sep 21, 2020 by shadchin
2 of 3 tasks
Refactor pandas.core.generic.NDFrame.to_replace() to appease static type analysis Refactor Internal refactoring of code replace replace method Typing type annotations, mypy/pyright type checking
#34898 opened Jun 20, 2020 by oguzhanogreden
API/DEPR: DataFrame/Series.replace is too complex. Deprecate Functionality to remove in pandas Needs Discussion Requires discussion from core team before further action replace replace method
#33302 opened Apr 5, 2020 by simonjayhawkins
[FEATURE] Ability to pass regex module flags in DataFrame.replace while regex=True Enhancement replace replace method Strings String extension data type and string data
#32233 opened Feb 25, 2020 by vishnu-dev
Cannot replace all occurences of infs and nans to None with a single df.replace Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate replace replace method
#31414 opened Jan 29, 2020 by dougvj
ProTip! Adding no:label will show everything without a label.