DataFrame.column
Return the elements of the specified column as a Series
danfo.DataFrame.column(column)
Parameters
Type
Description
Default
column
String
The name of a column in the DataFrame
Examples
Select a single column from a DataFrame
Last updated
Was this helpful?