Skip to content

Commit

Permalink
ENH: Added isascii() string method fixing issue #59091 (#60532)
Browse files Browse the repository at this point in the history
* first

* second

* Update object_array.py

* third

* ascii

* ascii2

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* ascii3

* style

* style

* style

* style

* docs

* reset

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update doc/source/whatsnew/v3.0.0.rst

---------

Co-authored-by: Abby VeCasey <[email protected]>
Co-authored-by: Matthew Roeschke <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored and gmcrocetti committed Jan 3, 2025
1 parent a74c591 commit 3e8813f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Other enhancements
- :meth:`str.get_dummies` now accepts a ``dtype`` parameter to specify the dtype of the resulting DataFrame (:issue:`47872`)
- Implemented :meth:`Series.str.isascii` and :meth:`Series.str.isascii` (:issue:`59091`)
- Add ``"delete_rows"`` option to ``if_exists`` argument in :meth:`DataFrame.to_sql` deleting all records of the table before inserting data (:issue:`37210`).
- Implemented :meth:`Series.str.isascii` and :meth:`Series.str.isascii` (:issue:`59091`)
- Multiplying two :class:`DateOffset` objects will now raise a ``TypeError`` instead of a ``RecursionError`` (:issue:`59442`)
- Restore support for reading Stata 104-format and enable reading 103-format dta files (:issue:`58554`)
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
Expand Down

0 comments on commit 3e8813f

Please sign in to comment.