You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH1074 Add type hint Series[list[str]] for Series.str.split with expand=False (#1075)
* GH1074 Add type hint Series[list[str]] for Series.str.split with expand=False
* Updates:
- fix Index.str.split method return wrong result;
- add test for Index.str.split method with expand=False;
- return changes performed in pull request #1029.
* Update tests/test_indexes.py
Co-authored-by: Irv Lustig <irv@princeton.com>
* Update tests/test_series.py
Co-authored-by: Irv Lustig <irv@princeton.com>
* Update tests/test_series.py
Co-authored-by: Irv Lustig <irv@princeton.com>
* Updates:
- combine two str.split overloads and keep only _TS and _TS2;
- fix test_indexes.py test for test_str_split().
* pre-commit fixes
* Add type hints and tests for str.rsplit() for expand=False
---------
Co-authored-by: Irv Lustig <irv@princeton.com>
0 commit comments