intervalframe.IntervalFrame.to_parquet#

IntervalFrame.to_parquet(filename, **kwargs)[source]#

Write IntervalFrame to parquet file

Parameters:
filename : str

Name of parquet file

kwargs : dict

Keyword arguments for pyarrow.parquet.write_table

Returns:

NoneNone

None