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
I propose adding Column.column to the standard that returns the "Series" object from the underlying library. The behavior will be the same as DataFrame.dataframe. The use case for Column.column is the same as DataFrame.dataframe.
The text was updated successfully, but these errors were encountered:
I propose adding
Column.column
to the standard that returns the "Series" object from the underlying library. The behavior will be the same asDataFrame.dataframe
. The use case forColumn.column
is the same asDataFrame.dataframe
.The text was updated successfully, but these errors were encountered: