输入搜索字词或模块,类或函数名称。
Series.
reshape
DEPRECATED:调用此方法将在以后的版本中引发错误。请改用.values.reshape(...)。
.values.reshape(...)
如果指定的形状与当前形状完全匹配,则返回带有shape的ndarray,然后返回self(for compat)
也可以看看
numpy.ndarray.reshape