Loading...

verticapy.datasets.gen_dataset#

verticapy.datasets.gen_dataset(features_ranges: dict, nrows: int = 1000) vDataFrame#

Generates a dataset using the input parameters.

Parameters#

features_ranges: dict

Dictionary including the features types and ranges.

  • For str:

    The subdictionary must include two keys: “type” must be set to ‘str’ and ‘value’ must include the feature categories.

  • For int:

    The subdictionary must include two keys: “type” must be set to ‘int’ and ‘range’ must include two integers that represent the lower and the upper bounds.

  • For float:

    The subdictionary must include two keys: “type” must be set to’float’ and ‘range’ must include two floats that represent the lower and the upper bounds.

  • For date:

    The subdictionary must include two keys: “type” must be set to ‘date’ and ‘range’ must include the start date and the number of days after.

  • For datetime:

    The subdictionary must include two keys: “type” must be set to ‘date’ and ‘range’ must include the start date and the number of days after.

nrows: int, optional

The maximum number of rows in the dataset.

Returns#

vDataFrame

Generated dataset.

Examples#

import datetime

from verticapy.datasets import gen_dataset

gen_dataset(
    features_ranges = {
        "name": {"type": str, "values": ["Badr", "Badr", "Raghu", "Waqas",]},
        "age": {"type": int, "range": [20, 40]},
        "distance": {"type": float, "range": [1000, 4000]},
        "date": {"type": datetime.date, "range": ["1993-11-03", 365]},
        "datetime": {"type": datetime.datetime, "range": ["1993-11-03", 365]},
    },
)
Abc
name
Varchar(5)
123
age
Integer
123
distance
Float(22)
📅
date
Date
📅
datetime
Timestamp(29)
1Raghu292621.55223567971994-06-031993-11-22 18:06:40.063591
2Badr343274.916889844461994-02-231994-04-27 15:20:12.919794
3Badr321975.777691695841993-11-251993-12-25 06:28:40.107830
4Waqas381365.264225983991994-05-011994-04-03 06:18:58.122272
5Badr232536.822056164971993-12-261994-09-07 11:53:50.217234
6Badr281497.006270103161994-03-231993-12-15 06:09:04.587149
7Waqas262795.060663484041994-03-231994-05-12 18:14:11.706666
8Raghu342332.273953128611994-07-301994-05-05 14:40:59.908759
9Badr322164.639697875831994-01-211994-07-07 14:31:47.710125
10Waqas362184.475545072931994-03-271993-11-30 18:56:37.060049
11Waqas251433.057843940331994-08-271994-06-24 16:27:38.017990
12Raghu302571.389562683181994-02-131994-06-20 05:55:14.162725
13Raghu373248.779735993591994-07-201994-04-08 05:06:01.211995
14Badr231169.463471509521994-08-121994-01-30 20:26:52.086180
15Waqas272860.416341340171994-04-201993-12-14 09:31:44.114657
16Waqas332821.074145147581994-02-011994-10-05 09:32:03.925855
17Raghu403098.877549869941994-06-211994-02-17 05:20:44.413099
18Raghu333103.0097422191994-05-231994-03-17 07:41:52.864590
19Badr213148.26068910771994-02-151994-08-12 07:37:50.943996
20Waqas241522.583387093621994-07-261994-01-12 14:08:38.280143
21Badr333352.485893294221994-10-291994-10-17 23:57:44.632820
22Badr283899.150247219951993-11-081993-11-27 20:56:34.093090
23Waqas203370.138282654811993-12-111994-02-18 08:25:56.582236
24Waqas302930.370145477351994-08-171993-11-24 14:38:47.459507
25Badr323239.345396868881994-09-241994-02-21 03:28:23.618862
26Waqas233196.773517876861993-12-241993-12-30 11:10:26.561793
27Waqas383679.81272726321994-02-061994-03-13 12:34:55.069244
28Badr381857.413632329551994-04-071994-07-01 08:43:54.861280
29Raghu282857.353133615111994-01-101994-07-09 13:23:58.056540
30Raghu342826.0977033061994-02-281994-07-23 10:27:20.458138
31Waqas211485.216669272631994-02-051994-01-22 20:26:12.888002
32Badr322986.482764827091994-04-131994-01-29 04:33:46.197124
33Waqas371696.35371165351994-09-171994-05-27 19:54:06.005675
34Waqas383754.307539900761994-03-141994-02-27 09:47:42.885558
35Waqas242536.77236475051993-12-311994-10-23 12:04:07.676750
36Badr272278.946189675481994-05-081993-12-26 05:57:45.419418
37Waqas221072.290844982491994-11-011994-02-19 14:36:48.628991
38Badr313156.573697226121994-07-121994-04-16 06:52:41.479070
39Badr313215.236011194071994-07-271993-12-17 10:59:09.718009
40Badr213035.54214816541993-12-021994-05-03 04:03:42.069834
41Raghu351516.749274451291994-09-201994-04-03 15:42:41.095925
42Raghu363352.48653520831993-11-121994-06-29 10:54:08.354848
43Raghu353965.424818452451994-10-121994-02-03 04:24:05.640727
44Raghu403361.340129282331993-11-081994-06-23 00:27:26.202457
45Badr322347.477686125791993-12-281994-08-27 16:59:45.135499
46Raghu332137.45711883531994-04-181994-10-20 23:25:32.132681
47Badr312503.447280498221994-02-031994-01-16 08:36:53.811381
48Raghu253076.194392517211994-03-171994-02-11 05:05:55.840992
49Waqas271644.191992469131994-10-081994-09-19 20:38:37.987360
50Waqas252821.788804372771994-01-251994-07-05 03:00:46.904171
51Waqas321722.207436338071994-02-221994-02-10 19:17:21.441813
52Waqas311516.057578148321994-03-171994-09-22 12:57:14.366586
53Badr403902.928655501461994-06-081993-11-18 19:02:26.618544
54Waqas201606.914727017281994-09-181994-09-27 12:45:31.490696
55Waqas363944.139610975981994-09-231994-08-19 21:07:01.923219
56Waqas232494.483620859681994-08-061994-10-19 11:10:39.605919
57Badr303812.614505179231994-05-101994-04-12 07:38:48.009508
58Waqas381255.303035723051994-03-311994-02-27 14:48:11.819955
59Badr273180.612279567871994-08-301994-05-20 05:06:41.031493
60Raghu233334.388840477911994-08-041994-05-14 19:59:26.000781
61Raghu351457.397967344151994-02-281994-03-28 15:18:29.636810
62Badr282409.465314121921994-10-191994-05-24 06:14:00.058389
63Raghu343657.9703676981994-05-151994-04-14 05:55:12.915035
64Badr203771.649332949891994-02-111994-03-08 17:21:00.310377
65Waqas291015.245756367221994-08-051994-06-15 01:05:50.649885
66Badr281642.147804144771994-01-181994-03-02 21:43:53.042488
67Waqas263972.747628344221994-09-101993-12-20 03:43:12.891810
68Badr341675.610524136571994-03-011993-12-25 14:25:03.160800
69Badr371139.216606272381994-10-101994-04-09 17:49:22.562419
70Raghu383901.195574086161994-09-061993-11-18 21:03:03.601921
71Raghu292789.865356637161994-03-241994-01-25 10:39:34.199561
72Waqas361914.249905385081994-08-111993-12-13 01:52:12.928477
73Badr402310.222333762791993-11-261994-09-12 20:41:29.610690
74Badr292276.126877171921993-11-041994-01-14 16:01:32.078204
75Badr383225.690148537981994-01-031994-04-15 00:17:15.482052
76Raghu263432.696263538671994-06-141993-11-30 07:49:14.838797
77Waqas252022.963113384321994-04-161994-05-23 23:10:52.570061
78Badr311395.720312604681993-11-261994-01-14 11:36:57.961127
79Badr303178.831109777091994-09-031994-09-07 07:45:07.635532
80Badr393602.658201940361993-11-161994-05-02 03:54:37.235855
81Badr303321.838411502541994-10-151994-04-03 09:04:56.657474
82Badr363265.431521693241994-05-031994-04-22 22:46:02.813627
83Badr242695.443788077681994-02-151994-06-14 03:44:17.006711
84Raghu351470.438268268481994-08-221994-02-12 05:30:32.796650
85Badr301059.922452084721994-05-011994-09-26 02:46:49.735749
86Raghu392295.153788290921994-03-291993-12-28 06:27:57.131438
87Waqas253643.779626116161994-11-011994-10-21 15:55:09.285168
88Raghu332276.187999406831994-09-301994-09-01 05:43:53.830205
89Raghu392027.857920620591994-03-281993-12-25 20:05:57.925934
90Badr241591.827046358961994-01-211993-12-14 20:43:56.909871
91Raghu233758.302146103231994-02-211993-12-31 18:27:35.721255
92Waqas303263.518391409891994-03-311994-01-18 02:29:56.402601
93Waqas302765.303142135961993-12-081994-05-14 22:52:23.795427
94Badr382515.390266664331993-12-291994-07-21 00:58:08.687977
95Badr401273.384248139341994-03-221993-12-27 02:57:37.067442
96Badr252399.393219035121994-08-161994-09-02 18:40:15.840246
97Badr312148.01985281521994-03-051994-07-05 23:44:37.265918
98Waqas342436.571548692881994-04-161994-02-24 22:52:12.864768
99Badr311625.803270377221993-12-241994-04-25 09:44:36.765224
100Raghu232960.526110371571994-04-271994-11-01 15:49:04.745585
Rows: 1-100 | Columns: 5