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.
@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!
Most helpful comment
Hello!
I would be happy to work on this.