read_parquet_info {nanoparquet}R Documentation

Short summary of a Parquet file

Description

Short summary of a Parquet file

Usage

read_parquet_info(file)

parquet_info(file)

Arguments

file

Path to a Parquet file.

Value

Data frame with columns:

See Also

read_parquet_metadata() to read more metadata, read_parquet_schema() for column information. read_parquet(), write_parquet(), nanoparquet-types.


[Package nanoparquet version 0.4.2 Index]