def string_column(strings): from vaex_arrow.convert import column_from_arrow_array import pyarrow as pa return column_from_arrow_array(pa.array(strings))