woodwork.table_accessor.WoodworkTableAccessor.pop# WoodworkTableAccessor.pop(column_name)[source]# Return a Series with Woodwork typing information and remove it from the DataFrame. Parameters column (str) – Name of the column to pop. Returns Popped series with Woodwork initialized Return type Series