On this page
pandas.Series.reshape
Series.reshape(*args, **kwargs)
-
Return the values attribute of
self
with shapeargs
. However, if the specified shape matches exactly the current shape,self
is returned for compatibility reasons.See also
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.18.1/generated/pandas.Series.reshape.html