Closed
Description
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.