read_parquet¶
- DataFrame.read_parquet(fname: str, append: bool = False, verbose: bool = True) DataFrame [source]¶
Read a parquet file.
- Args:
- fname (str):
The filepath of the parquet file to be read.
- append (bool, optional):
If a data frame object holding the same
name
is already present in the getML, should the content of of the CSV files in fnames be appended or replace the existing data?