splatnet3_scraper.query.JSONParser.to_parquet(path, **kwargs)

Saves the JSON object to a Parquet file. Any keyword arguments are passed to the pandas.DataFrame.to_parquet method.

Parameters:
path : str

The path to save the Parquet file to.

**kwargs

Keyword arguments to pass to the pq.write_table method.

Raises:

ImportError – If the parquet extra is not installed.