Binaryy commited on
Commit
44e764e
1 Parent(s): 2d495d7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: 'Unnamed: 0'
10
+ dtype: int64
11
+ - name: _id
12
+ dtype: string
13
+ - name: category
14
+ dtype: string
15
+ - name: title
16
+ dtype: string
17
+ - name: location
18
+ dtype: string
19
+ - name: postedBy
20
+ dtype: string
21
+ - name: features
22
+ dtype: string
23
+ - name: description
24
+ dtype: string
25
+ - name: images
26
+ dtype: string
27
+ - name: videos
28
+ dtype: string
29
+ - name: available
30
+ dtype: bool
31
+ - name: price
32
+ dtype: int64
33
+ - name: attachedDocument
34
+ dtype: string
35
+ - name: year
36
+ dtype: int64
37
+ - name: carCondition
38
+ dtype: string
39
+ - name: engineType
40
+ dtype: string
41
+ - name: colour
42
+ dtype: string
43
+ - name: model
44
+ dtype: string
45
+ - name: noOfBed
46
+ dtype: float64
47
+ - name: noOfBathroom
48
+ dtype: float64
49
+ - name: locationISO
50
+ dtype: string
51
+ - name: forRent
52
+ dtype: bool
53
+ - name: views
54
+ dtype: string
55
+ - name: thoseWhoSaved
56
+ dtype: string
57
+ - name: createdAt
58
+ dtype: string
59
+ - name: updatedAt
60
+ dtype: string
61
+ - name: __v
62
+ dtype: int64
63
+ - name: string_features
64
+ dtype: string
65
+ - name: complete_description
66
+ dtype: string
67
+ splits:
68
+ - name: train
69
+ num_bytes: 153287
70
+ num_examples: 37
71
+ download_size: 78694
72
+ dataset_size: 153287
73
+ ---
74
+ # Dataset Card for "cream_listings"
75
+
76
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)