Skip to content

Commit fd1943e

Browse files
Updating tickets for the pandas sprint
1 parent f55bafb commit fd1943e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

_posts/2018-04-29-pydata-london.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,16 @@ Before the sprint, it's recommended to:
3131
- Join the pandas-sprint channel in PyData London slack
3232

3333
Docstrings to improve:
34+
- pandas.Series.str.slice (see pandas.Sereies.str.slice\_replace for reference)
35+
- pandas.Series.str.rsplit (see pandas.Series.str.split for reference)
36+
- pandas.Series.str.contains (see pandas.Series.str.startswith/endwith for reference)
37+
- pandas.Series.str.zfill
38+
- pandas.Series.str.repeat
39+
- pandas.Series.str.match
3440
- pandas.Series.str.decode / pandas.Series.str.encode
35-
- pandas.Series.str.join
3641
- pandas.Series.str.ljust / pandas.Series.str.rjust
37-
- pandas.Series.str.wrap
38-
- pandas.Series.str.zfill
39-
- pandas.Series.str.slice
42+
- pandas.Series.str.strip (shared docstring lstrip, rstrip), difficulty medium
43+
- pandas.Seeries.str.ismethods (shared docstring between isalnum, isalpha, isdigit, isspace, islower, isupper, istitle, isnumeric, isdecimal), difficulty medium
4044

4145
Other tickets to work on:
4246
- Confusing docstring <https://github.com/pandas-dev/pandas/issues/19411>

0 commit comments

Comments
 (0)