dlt.common.libs.narwhals
df_to_arrow
def df_to_arrow(df: IntoFrame) -> pyarrow.Table
Converts any narwhals-compatible eager or lazy frame to a pyarrow table. lazy frames are eagerly collected.
def df_to_arrow(df: IntoFrame) -> pyarrow.Table
Converts any narwhals-compatible eager or lazy frame to a pyarrow table. lazy frames are eagerly collected.