pandas.Series.reshape — pandas 0.18.1 documentation (original) (raw)

Series.reshape(*args, **kwargs)

Return the values attribute of self with shape args. However, if the specified shape matches exactly the current shape, self is returned for compatibility reasons.

See also

numpy.ndarray.reshape