ColumnHeaders
Writes the names of the columns from the target dataset as comments into the code file. This is useful to quickly, and easily, see what columns are in the data provided. It enables you to confirm that the correct data is loaded, debug if a column is present in the data, and have the column names readily available so you do not have to flip back and forth between code and your data file / schema.
Options
inferredTypes: Displays the column types that Arctic Fox determined from the dataset
Examples
Example 1 - List Column Headers
This example loads the pizzeria dataset and displays its column headers, giving a quick overview of the structure and available fields.
#> ColumnHeaders
AFLEFT
# Pizzeria Name
# Location
# Specialty Pizza
# Price Range
# Rating
# Delivery Options
# Vegan Friendly
# Established Year
# Seating Capacity
# Website AFRIGHT