ReadParquet¶
Dataset Node for reading Apache Parquet files
Input¶
It reads in Parquet files
Output¶
It creates a DataFrame from the data read and sends it to its output
Type¶
dataset
Class¶
fire.nodes.dataset.NodeDatasetParquet
Fields¶
| Name | Title | Description |
|---|---|---|
| path | Path | Path of the Parquet file/directory |
| outputColNames | Column Names for the Parquet | Output Columns of the Parquet |
| outputColTypes | Column Types for the Parquet | Data Type of the Output Columns |
| outputColFormats | Column Formats for the Parquet | Format of the Output Columns |