load_airline_passengers¶
In [ ]:
load_airline_passengers(
schema: str = 'public',
name: str = 'airline_passengers')
Ingests the Airline Passengers dataset into the Vertica database. This dataset is ideal for time series and regression functions. If a table with the same name and schema already exists, this function will create a vDataFrame from the input relation.
Parameters¶
| Name | Type | Optional | Description |
|---|---|---|---|
schema | str | ✓ | Schema of the new relation. The default schema is public. |
name | str | ✓ | Name of the new relation. |
Returns¶
vDataFrame : the Airline Passengers vDataFrame.
Example¶
In [1]:
from verticapy.datasets import load_airline_passengers
load_airline_passengers()
Out[1]:
