vastorbit.datasets.load_dataset_num¶
- vastorbit.datasets.load_dataset_num() VastFrame¶
Returns the numerical dataset.
- Returns:
The numerical VastFrame.
- Return type:
Examples
from vastorbit.datasets import load_dataset_num vdf = load_dataset_num()
123col0Decimal(3, 1)123col1Decimal(2, 1)123col2Decimal(2, 1)123col3Decimal(2, 1)123col4Decimal(2, 1)1 7.0 4.7 3.2 1.6 0.2 2 10.0 7.0 3.2 4.7 1.4 3 2.0 7.7 2.8 6.7 2.0 4 9.0 6.8 2.8 4.8 1.4 5 4.0 7.9 3.8 6.4 2.0 6 5.0 4.4 2.9 1.4 0.2 7 6.0 4.6 3.6 1.0 0.2 8 8.0 6.5 2.8 4.6 1.5 9 3.0 7.7 3.0 6.1 2.3 10 1.0 7.2 3.6 6.1 2.5 Rows: 1-10 | Columns: 5