Datasets:
Upload dataset
Browse files- README.md +61 -6
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,16 +1,71 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
3 |
task_categories:
|
4 |
- tabular-regression
|
5 |
- feature-extraction
|
6 |
-
|
7 |
-
- az
|
8 |
tags:
|
9 |
- classified
|
10 |
- car
|
11 |
- sales
|
12 |
- turbo.az
|
13 |
-
|
14 |
-
|
15 |
-
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- az
|
4 |
license: cc-by-nc-4.0
|
5 |
+
size_categories:
|
6 |
+
- 10K<n<100K
|
7 |
task_categories:
|
8 |
- tabular-regression
|
9 |
- feature-extraction
|
10 |
+
pretty_name: Turbo.az Dataset (cars sales classifieds)
|
|
|
11 |
tags:
|
12 |
- classified
|
13 |
- car
|
14 |
- sales
|
15 |
- turbo.az
|
16 |
+
dataset_info:
|
17 |
+
features:
|
18 |
+
- name: Link
|
19 |
+
dtype: string
|
20 |
+
- name: Classified Date
|
21 |
+
dtype: string
|
22 |
+
- name: Band
|
23 |
+
dtype: string
|
24 |
+
- name: Model
|
25 |
+
dtype: string
|
26 |
+
- name: Year
|
27 |
+
dtype: int64
|
28 |
+
- name: Ban type
|
29 |
+
dtype: string
|
30 |
+
- name: Color
|
31 |
+
dtype: string
|
32 |
+
- name: Engine volume
|
33 |
+
dtype: int64
|
34 |
+
- name: Horsepower
|
35 |
+
dtype: int64
|
36 |
+
- name: Box
|
37 |
+
dtype: string
|
38 |
+
- name: Gear
|
39 |
+
dtype: string
|
40 |
+
- name: Is new
|
41 |
+
dtype: string
|
42 |
+
- name: Seats count
|
43 |
+
dtype: string
|
44 |
+
- name: Owners count
|
45 |
+
dtype: string
|
46 |
+
- name: Condition
|
47 |
+
dtype: string
|
48 |
+
- name: Supply
|
49 |
+
dtype: string
|
50 |
+
- name: Credit
|
51 |
+
dtype: string
|
52 |
+
- name: Barter
|
53 |
+
dtype: string
|
54 |
+
- name: Price
|
55 |
+
dtype: int64
|
56 |
+
- name: Currency
|
57 |
+
dtype: string
|
58 |
+
- name: Description
|
59 |
+
dtype: string
|
60 |
+
splits:
|
61 |
+
- name: train
|
62 |
+
num_bytes: 32043176
|
63 |
+
num_examples: 50833
|
64 |
+
download_size: 9528470
|
65 |
+
dataset_size: 32043176
|
66 |
+
configs:
|
67 |
+
- config_name: default
|
68 |
+
data_files:
|
69 |
+
- split: train
|
70 |
+
path: data/train-*
|
71 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a2f463aec6676676ab3676d769f39a6c0e26f14adfc18265e9e824dec353bbf
|
3 |
+
size 9528470
|