File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,18 @@ Before the sprint, it's recommended to:
3030- Set up your environment
3131- Join the pandas-sprint channel in PyData London slack
3232
33- Tickets:
34- - < https://github.com/pandas-dev/pandas/issues/19411 >
35- - < https://github.com/pandas-dev/pandas/issues/18644 >
36- - < https://github.com/pandas-dev/pandas/issues/18498 >
37- - < https://github.com/pandas-dev/pandas/issues/17775 >
38- - < https://github.com/pandas-dev/pandas/issues/17096 >
39- - < https://github.com/pandas-dev/pandas/issues/13871 >
33+ Docstrings to improve:
34+ - pandas.Series.str.decode / pandas.Series.str.encode
35+ - pandas.Series.str.join
36+ - pandas.Series.str.ljust / pandas.Series.str.rjust
37+ - pandas.Series.str.wrap
38+ - pandas.Series.str.zfill
39+ - pandas.Series.str.slice
40+
41+ Other tickets to work on:
42+ - Confusing docstring < https://github.com/pandas-dev/pandas/issues/19411 >
43+ - Test splitting < https://github.com/pandas-dev/pandas/issues/18644 >
44+ - Test splitting < https://github.com/pandas-dev/pandas/issues/18498 >
45+ - Groupby documentation < https://github.com/pandas-dev/pandas/issues/17775 >
46+ - Reusing docstrings isna... < https://github.com/pandas-dev/pandas/issues/17096 >
47+ - Error message < https://github.com/pandas-dev/pandas/issues/13871 >
You can’t perform that action at this time.
0 commit comments