woodwork.datacolumn.DataColumn.to_series

DataColumn.to_series()[source]

Retrieves the DataColumn’s underlying series.

Note: Do not modify the returned series directly to avoid unexpected behavior

Returns

The underlying series of the DataColumn. Return type will depend on the type

of series used to create the DataColumn.

Return type

Series