Pandas: DOC BUG API Reference documentation truncated for Series.unstack(), Series.

Created on 23 Jan 2020  路  3Comments  路  Source: pandas-dev/pandas

The API Reference documentation for Series and DataFrame have truncated documentation strings for Series.at_time(), Series.unstack(), and DataFrame.at_time(). The bug appears to occur where the docstring contains ". " (that is, a period followed by a space). Presumably, this pattern is being used to find the end of the one-line function description.

Docs good first issue

Most helpful comment

Hello!
I would be happy to work on this.

All 3 comments

@jpeacock29 indeed, I think that's a correct analysis. We should reword it a bit to avoid the . pattern. PR welcome!

Hello!
I would be happy to work on this.

@anjalis2112 Certainly, that's welcome!

Was this page helpful?
0 / 5 - 0 ratings