pathway.debug package
pathway.debug.table_from_parquet(path, id_from=None, unsafe_trusted_ids=False)
Reads a Parquet file into a pandas DataFrame and then converts that into a Pathway table.
- Return type
Table
pathway.debug.table_to_parquet(table, filename)
Converts a Pathway Table into a pandas DataFrame and then writes it to Parquet