C3 AI Documentation Home

Parquet

Load data from a .parquet file into Visual Notebooks.

Configuration

FieldDescription
Name default=name of the first uploaded fileA user-specified node name displayed in the workspace
File RequiredThe file or files to upload Upload data from a .parquet file. If uploading multiple files, make sure all files have the same structure and type of data. Files are stored in a scalable cloud environment with stringent security measures. The total size of all uploaded files must not exceed 50 GB.
Track file names default=OnAdditional file name column Toggle the "Track file names" switch on to create an additional column with the name of the input file.

Node Inputs/Outputs

InputNone
OutputVisual Notebooks returns a table, called a dataframe, that contains all uploaded data. Columns are labeled and include a symbol that specifies the data type of that column.

Description

Figure 1: Example dataframe output

Examples

  • Drag and drop the .parquet file that you want to upload into the outlined space, or use the "Browse" button to select files from your computer.
  • Select "Run" to create a dataframe with the default settings.

Description

Figure 2: Example dataframe with default settings

Was this page helpful?