load_market¶
In [ ]:
load_market(
schema: str = 'public',
name: str = 'market')
Ingests the market dataset intp the Vertica database. This dataset is simple and easy to explore. 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 market vDataFrame.
Example¶
In [62]:
from verticapy.datasets import load_market
load_market()
Out[62]:
