load_smart_meters¶
In [ ]:
load_smart_meters(
schema: str = 'public',
name: str = 'smart_meters')
Ingests the smart meters 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 smart meters vDataFrame.
Example¶
In [63]:
from verticapy.datasets import load_smart_meters
load_smart_meters()
Out[63]:
