export_csv

export_csv(parquet_path: str, csv_path: str | None = None) str[source]

Convert a Parquet IMU log to CSV. If csv_path is omitted, uses the same name with a .csv extension. Returns the CSV path.