classmethod splatnet3_scraper.query.JSONParser.from_parquet(path) Loads a JSON object from a Parquet file. Parameters:¶ path : str¶The path to load the Parquet file from. Raises:¶ ImportError – If the parquet extra is not installed. Returns:¶ JSONParser – The JSONParser object.