File size: 1,021 Bytes
c5b93ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: postal_code
    dtype: string
  - name: longitude
    dtype: float64
  - name: name
    dtype: string
  - name: attributes.RestaurantsPriceRange2
    dtype: string
  - name: state
    dtype: string
  - name: attributes
    dtype: string
  - name: attributes.RestaurantsGoodForGroups
    dtype: string
  - name: review_count
    dtype: int64
  - name: is_open
    dtype: int64
  - name: city
    dtype: string
  - name: stars
    dtype: float64
  - name: attributes.RestaurantsTakeOut
    dtype: string
  - name: latitude
    dtype: float64
  - name: business_id
    dtype: string
  - name: address
    dtype: string
  - name: attributes.GoodForKids
    dtype: string
  - name: label
    dtype: string
  - name: review
    dtype: string
  splits:
  - name: train
    num_bytes: 50616938
    num_examples: 13144
  download_size: 26813465
  dataset_size: 50616938
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---