woodwork.datatable.DataTable.pop

DataTable.pop(column_name)[source]

Return a DataColumn and drop it from the DataTable.

Parameters

column (str) – Name of the column to pop.

Returns

DataColumn including logical type and semantic tags.

Return type

woodwork.DataColumn