Skip to content

Commit f55bafb

Browse files
Improving description of the PyData London sprint
1 parent 01e7422 commit f55bafb

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

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

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)