You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Series has a name member, which is useful for retaining the name of the sliced index/column when the Series is produced by slicing a DataFrame.
It would be useful for DataFrame similarly to have a name member, so that when a DataFrame is produced by slicing a Panel, the name of the sliced index is retained.
And while you're at it, may as well add name to Panel and even Panel4D...
The text was updated successfully, but these errors were encountered:
I would think one could address these issues for DataFrames the same way they're addressed for Series... Anyway, count me as one additional vote in favor.
Currently
Series
has aname
member, which is useful for retaining the name of the slicedindex
/column
when theSeries
is produced by slicing aDataFrame
.It would be useful for
DataFrame
similarly to have aname
member, so that when aDataFrame
is produced by slicing aPanel
, the name of the sliced index is retained.And while you're at it, may as well add
name
toPanel
and evenPanel4D
...The text was updated successfully, but these errors were encountered: