The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError Exception: DatasetGenerationCastError Message: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 8 new columns ({'dialogue_id', 'original_id', 'goal', 'finished', 'turns', 'domains', 'dataset', 'data_split'}) and 10 missing columns ({'area', 'pricerange', 'address', 'postcode', 'type', 'name', 'id', 'food', 'location', 'phone'}). This happened while the json dataset builder was generating data using zip://data/dialogues.json::/tmp/hf-datasets-cache/heavy/datasets/72821915056078-config-parquet-and-info-ConvLab-camrest-30f7048d/downloads/5a1419bf71a87027e87b054926dcf7f0eba6179865c254c6cfed31ed7398c613 Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations) Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast dialogue_id: string original_id: int64 goal: struct<description: string, inform: struct<restaurant: struct<area: string, food: string, price range: string>>, request: struct<restaurant: struct<address: string, area: string, food: string, phone: string, postcode: string, price range: string>>> child 0, description: string child 1, inform: struct<restaurant: struct<area: string, food: string, price range: string>> child 0, restaurant: struct<area: string, food: string, price range: string> child 0, area: string child 1, food: string child 2, price range: string child 2, request: struct<restaurant: struct<address: string, area: string, food: string, phone: string, postcode: string, price range: string>> child 0, restaurant: struct<address: string, area: string, food: string, phone: string, postcode: string, price range: string> child 0, address: string child 1, area: string child 2, food: string child 3, phone: string child 4, postcode: string child 5, price range: string finished: bool turns: list<item: struct<dialogue_acts: struct<binary: list<item: struct<domain: string, intent: string, slot: string>>, categorical: list<item: struct<domain: string, intent: string, slot: string, value: string>>, non-categorical: list<item: struct<domain: string, end: int64, intent: string, slot: string, start: int64, value: string>>>, speaker: string, state: struct<restaurant: struct<are ... slot: string> child 0, domain: string child 1, intent: string child 2, slot: string child 1, categorical: list<item: struct<domain: string, intent: string, slot: string, value: string>> child 0, item: struct<domain: string, intent: string, slot: string, value: string> child 0, domain: string child 1, intent: string child 2, slot: string child 3, value: string child 2, non-categorical: list<item: struct<domain: string, end: int64, intent: string, slot: string, start: int64, value: string>> child 0, item: struct<domain: string, end: int64, intent: string, slot: string, start: int64, value: string> child 0, domain: string child 1, end: int64 child 2, intent: string child 3, slot: string child 4, start: int64 child 5, value: string child 1, speaker: string child 2, state: struct<restaurant: struct<area: string, food: string, price range: string>> child 0, restaurant: struct<area: string, food: string, price range: string> child 0, area: string child 1, food: string child 2, price range: string child 3, utt_idx: int64 child 4, utterance: string domains: list<item: string> child 0, item: string dataset: string data_split: string to {'area': Value(dtype='string', id=None), 'pricerange': Value(dtype='string', id=None), 'address': Value(dtype='string', id=None), 'postcode': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'name': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'food': Value(dtype='string', id=None), 'location': Value(dtype='string', id=None), 'phone': Value(dtype='string', id=None)} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 8 new columns ({'dialogue_id', 'original_id', 'goal', 'finished', 'turns', 'domains', 'dataset', 'data_split'}) and 10 missing columns ({'area', 'pricerange', 'address', 'postcode', 'type', 'name', 'id', 'food', 'location', 'phone'}). This happened while the json dataset builder was generating data using zip://data/dialogues.json::/tmp/hf-datasets-cache/heavy/datasets/72821915056078-config-parquet-and-info-ConvLab-camrest-30f7048d/downloads/5a1419bf71a87027e87b054926dcf7f0eba6179865c254c6cfed31ed7398c613 Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
pricerange
string | type
string | address
string | postcode
string | location
string | id
string | food
string | area
string | name
string | phone
string |
---|---|---|---|---|---|---|---|---|---|
cheap
|
restaurant
|
Regent Street City Centre
|
C.B 2, 1 A.B
|
52.20103,0.126023
|
19210
|
italian
|
centre
|
pizza hut city centre
|
01223 323737
|
cheap
|
restaurant
|
Finders Corner Newmarket Road
|
C.B 25, 9 A.Q
|
52.21768,0.224907
|
30650
|
international
|
east
|
the missing sock
|
01223 812660
|
expensive
|
restaurant
|
106 Regent Street City Centre
|
C.B 2, 1 D.P
|
52.200187,0.126407
|
19214
|
indian
|
centre
|
curry garden
|
01223 302330
|
expensive
|
restaurant
|
82 Cherry Hinton Road Cherry Hinton
|
C.B 1, 7 A.G
|
52.188528,0.140627
|
19192
|
chinese
|
south
|
the good luck chinese food takeaway
|
01223 244149
|
moderate
|
restaurant
|
G4 Cambridge Leisure Park Clifton Way Cherry Hinton
|
C.B 1, 7 D.Y
|
52.190176,0.13699
|
19196
|
italian
|
south
|
pizza hut cherry hinton
|
01223 323737
|
expensive
|
restaurant
|
64 Cherry Hinton Road Cherry Hinton
|
C.B 1, 7 A.A
|
52.188747,0.138941
|
19191
|
indian
|
south
|
taj tandoori
|
01223 412299
|
moderate
|
restaurant
|
152 - 154 Hills Road
|
C.B 2, 8 P.B
|
52.18889,0.13589
|
14731
|
modern european
|
south
|
restaurant alimentum
|
01223 413000
|
expensive
|
restaurant
|
529 Newmarket Road Fen Ditton
|
C.B 5, 8 P.A
|
52.212992,0.157569
|
19273
|
chinese
|
east
|
yu garden
|
01223 248882
|
expensive
|
restaurant
|
Market Hill City Centre
|
C.B 2, 3 N.J
|
52.205442,0.119706
|
19240
|
italian
|
centre
|
stazione restaurant and coffee bar
|
01223 352607
|
moderate
|
restaurant
|
451 Newmarket Road Fen Ditton
|
C.B 5, 8 J.J
|
52.213072,0.149771
|
19270
|
indian
|
east
|
curry prince
|
01223 566388
|
cheap
|
restaurant
|
Regent Street City Centre
|
C.B 2, 1 D.B
|
52.201743,0.124843
|
19212
|
chinese
|
centre
|
charlie chan
|
01223 361763
|
expensive
|
restaurant
|
Free School Lane City Centre
|
C.B 2, 3 R.H
|
52.203708,0.119082
|
19245
|
european
|
centre
|
eraina
|
01223 368786
|
moderate
|
restaurant
|
Regent Street City Centre
|
C.B 2, 1 D.B
|
52.201743,0.124843
|
19213
|
italian
|
centre
|
pizza express
|
01223 324033
|
moderate
|
restaurant
|
De Vere University Arms Regent Street City Centre
|
C.B 2, 1 A.B
|
52.20103,0.126023
|
19211
|
british
|
centre
|
restaurant one seven
|
01223 337766
|
cheap
|
restaurant
|
12 Bridge Street City Centre
|
C.B 2, 1 U.F
|
52.209028,0.118296
|
19229
|
italian
|
centre
|
ask
|
01223 364917
|
moderate
|
restaurant
|
11 Peas Hill City Centre
|
C.B 2, 3 P.P
|
52.204453,0.118693
|
19242
|
chinese
|
centre
|
jinling noodle bar
|
01223 566188
|
moderate
|
restaurant
|
83 Regent Street
|
C.B 2, 1 A.W
|
52.2002,0.1268
|
3697
|
modern european
|
centre
|
de luca cucina and bar
|
01223 356666
|
expensive
|
restaurant
|
2 Sturton Street City Centre
|
C.B 1, 2 Q.A
|
52.202449,0.141062
|
19188
|
gastropub
|
centre
|
backstreet bistro
|
01223 306306
|
expensive
|
restaurant
|
68 Histon Road Chesterton
|
C.B 4, 3 L.E
|
52.215486,0.111167
|
19266
|
indian
|
west
|
tandoori palace
|
01223 506055
|
moderate
|
restaurant
|
Doubletree by Hilton Cambridge Granta Place Mill Lane
|
C.B 2, 1 R.T
|
52.20025,0.11659
|
10347
|
modern european
|
centre
|
riverside brasserie
|
01223 259988
|
cheap
|
restaurant
|
74 Mill Road City Centre
|
C.B 1, 2 A.S
|
52.200422,0.135784
|
19180
|
indian
|
centre
|
kohinoor
|
01223 323639
|
expensive
|
restaurant
|
2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton
|
C.B 1, 7 D.Y
|
52.190176,0.13699
|
19194
|
mexican
|
south
|
chiquito restaurant bar
|
01223 400170
|
moderate
|
restaurant
|
21 - 24 Northampton Road
|
C.B 3, 0 A.D
|
52.21032,0.11367
|
12700
|
italian
|
west
|
prezzo
|
01799 521260
|
cheap
|
restaurant
|
88 Mill Road City Centre
|
C.B 1, 2 B.D
|
52.199332,0.138395
|
19185
|
chinese
|
centre
|
rice house
|
01223 367755
|
moderate
|
restaurant
|
59 Hills Road City Centre
|
C.B 2, 1 N.T
|
52.195416,0.13114
|
19221
|
lebanese
|
centre
|
ali baba
|
01462 432565
|
moderate
|
restaurant
|
35 Saint Andrews Street City Centre
|
C.B 2, 3 A.R
|
52.202793,0.123488
|
19235
|
international
|
centre
|
the varsity restaurant
|
01223 356060
|
expensive
|
restaurant
|
40270 King Street City Centre
|
C.B 1, 1 L.N
|
52.207312,0.124201
|
19177
|
modern european
|
centre
|
darrys cookhouse and wine shop
|
01223 505015
|
expensive
|
restaurant
|
Mill Road City Centre
|
C.B 1, 2 A.Z
|
52.199289,0.13974
|
19182
|
indian
|
centre
|
the golden curry
|
01223 329432
|
expensive
|
restaurant
|
71 Castle Street City Centre
|
C.B 3, 0 A.H
|
52.212444,0.112823
|
19249
|
indian
|
west
|
cocum
|
01223 366668
|
expensive
|
restaurant
|
St. Michael's Church Trinity Street City Centre
|
C.B 2, 1 S.U
|
52.20608,0.118215
|
19227
|
european
|
centre
|
michaelhouse cafe
|
01223 309147
|
expensive
|
restaurant
|
37 Newnham Road Newnham
|
C.B 3, 9 E.Y
|
52.199012,0.113196
|
19255
|
indian
|
west
|
rice boat
|
01223 302800
|
moderate
|
restaurant
|
15 - 19 Trumpington Street
|
C.B 2, 1 Q.A
|
52.19934,0.12146
|
4607
|
european
|
centre
|
hotel du vin and bistro
|
01223 227330
|
expensive
|
restaurant
|
41518 Castle Street City Centre
|
C.B 3, 0 A.H
|
52.212444,0.112823
|
19250
|
indian
|
west
|
maharajah tandoori restaurant
|
01223 358399
|
moderate
|
restaurant
|
Crowne Plaza Hotel 20 Downing Street
|
C.B 2, 3 D.T
|
52.20342,0.12171
|
14742
|
international
|
centre
|
bloomsbury restaurant
|
0871 942 9180
|
cheap
|
restaurant
|
17 Magdalene Street City Centre
|
C.B 3, 0 A.F
|
52.210226,0.115646
|
19248
|
vietnamese
|
west
|
thanh binh
|
01223 362456
|
moderate
|
restaurant
|
14 -16 Bridge Street
|
C.B 2, 1 U.F
|
52.20903,0.1183
|
12566
|
spanish
|
centre
|
la tasca
|
01223 464630
|
cheap
|
restaurant
|
20 Milton Road Chesterton
|
C.B 4, 1 J.Y
|
52.215311,0.12593
|
19259
|
italian
|
north
|
da vinci pizzeria
|
01223 351707
|
expensive
|
restaurant
|
22 Chesterton Road Chesterton
|
C.B 4, 3 A.X
|
52.213742,0.1242
|
19264
|
french
|
north
|
restaurant two two
|
01223 351880
|
expensive
|
restaurant
|
12 St. Johns Street City Centre
|
C.B 2, 1 T.W
|
52.208055,0.118397
|
19228
|
chinese
|
centre
|
ugly duckling
| null |
expensive
|
restaurant
|
36 Saint Andrews Street
|
C.B 2, 3 A.R
|
52.203,0.12375
|
12638
|
japanese
|
centre
|
wagamama
|
01223 462354
|
moderate
|
restaurant
|
12 Norfolk Street City Centre
|
C.B 1, 2 L.F
|
52.204609,0.137976
|
19186
|
chinese
|
centre
|
lan hong house
|
01223 350420
|
cheap
|
restaurant
|
Cambridge Leisure Park Clifton Way
|
C.B 1, 7 D.Y
|
52.19017,0.13699
|
12238
|
portuguese
|
south
|
nandos
|
01223 327908
|
moderate
|
restaurant
|
6 Lensfield Road
|
C.B 2, 1 E.G
|
52.1987,0.12578
|
13071
|
british
|
centre
|
the oak bistro
|
01223 323361
|
moderate
|
restaurant
|
4 Kings Parade City Centre
|
C.B 2, 1 S.J
|
52.204387,0.117841
|
19226
|
british
|
centre
|
the copper kettle
|
01223 365068
|
cheap
|
restaurant
|
Cambridge Leisure Park Clifton Way Cherry Hinton
|
C.B 1, 7 D.Y
|
52.190176,0.13699
|
19197
|
chinese
|
south
|
the lucky star
|
01223 244277
|
expensive
|
restaurant
|
51 Trumpington Street City Centre
|
C.B 2, 1 R.G
|
52.202598,0.118342
|
19224
|
british
|
centre
|
fitzbillies restaurant
|
01223 352500
|
expensive
|
restaurant
|
108 Regent Street City Centre
|
C.B 2, 1 D.P
|
52.200187,0.126407
|
19216
|
korean
|
centre
|
little seoul
|
01223 308681
|
expensive
|
restaurant
|
196 Mill Road City Centre
|
C.B 1, 3 N.F
|
52.197349,0.145075
|
19189
|
turkish
|
centre
|
meze bar restaurant
| null |
cheap
|
restaurant
|
40210 Millers Yard City Centre
|
C.B 2, 1 R.Q
|
52.201423,0.116661
|
19225
|
asian oriental
|
centre
|
dojo noodle bar
|
01223 363471
|
cheap
|
restaurant
|
15 Magdalene Street City Centre
|
C.B 3, 0 A.F
|
52.210226,0.115646
|
19247
|
italian
|
west
|
la margherita
|
01223 315232
|
moderate
|
restaurant
|
40428 King Street City Centre
|
C.B 1, 1 L.H
|
52.207446,0.122788
|
19175
|
asian oriental
|
centre
|
yippee noodle bar
|
01223 518111
|
moderate
|
restaurant
|
7 Milton Road Chesterton
|
C.B 4, 1 U.Y
|
52.215157,0.125015
|
19263
|
indian
|
north
|
the nirala
|
01223 360966
|
moderate
|
restaurant
|
183 East Road City Centre
|
C.B 1, 1 B.G
|
52.204703,0.133238
|
19171
|
british
|
centre
|
cotto
|
01223 302010
|
moderate
|
restaurant
|
21 - 24 Northampton Street
|
C.B 3, 0 A.D
|
52.21031,0.11381
|
14810
|
british
|
west
|
saint johns chop house
|
01223 353110
|
moderate
|
restaurant
|
Cambridge Retail Park Newmarket Road Fen Ditton
|
C.B 5, 8 W.R
|
52.209742,0.146975
|
19275
|
italian
|
east
|
pizza hut fen ditton
|
01223 323737
|
cheap
|
restaurant
|
12 Lensfield Road City Centre
|
C.B 2, 1 E.G
|
52.198696,0.12578
|
19219
|
chinese
|
centre
|
golden house
|
01842 753771
|
cheap
|
restaurant
|
86 Regent Street City Centre
|
C.B 2, 1 D.P
|
52.200187,0.126407
|
19215
|
asian oriental
|
centre
|
j restaurant
|
01223 307581
|
moderate
|
restaurant
|
33 Bridge Street
|
C.B 2, 1 U.W
|
52.20951,0.11669
|
6780
|
european
|
centre
|
galleria
|
01223 362054
|
moderate
|
restaurant
|
Corn Exchange Street
|
C.B 2, 3 Q.F
|
52.204424,0.12046
|
31390
|
gastropub
|
centre
|
the cow pizza kitchen and bar
|
01223 308871
|
expensive
|
restaurant
|
100 Mill Road City Centre
|
C.B 1, 2 B.D
|
52.199332,0.138395
|
19183
|
african
|
centre
|
bedouin
|
01223 367660
|
cheap
|
restaurant
|
2 Rose Crescent City Centre
|
C.B 2, 3 L.L
|
52.206098,0.118713
|
19238
|
mediterranean
|
centre
|
the gardenia
|
01223 356354
|
cheap
|
restaurant
|
47-53 Regent Street
|
C.B 2, 1 A.B
|
52.201116,0.125712
|
29652
|
italian
|
centre
|
zizzi cambridge
|
01223 365599
|
expensive
|
restaurant
|
Newmarket Road Fen Ditton
|
C.B 5, 8 P.A
|
52.212992,0.157569
|
19272
|
indian
|
east
|
pipasha restaurant
|
01223 577786
|
cheap
|
restaurant
|
33-34 Saint Andrews Street
|
C.B 2, 3 A.R
|
52.203,0.12375
|
12237
|
portuguese
|
centre
|
nandos city centre
|
01223 327908
|
cheap
|
restaurant
|
Victoria Avenue Chesterton
|
C.B 4, 1 E.H
|
52.213853,0.125509
|
19257
|
indian
|
north
|
royal spice
|
01733 553355
|
expensive
|
restaurant
|
Milton Road Chesterton
|
C.B 4, 1 J.Y
|
52.215311,0.12593
|
19260
|
chinese
|
north
|
hakka
|
01223 568988
|
cheap
|
restaurant
|
4 - 6 Rose Crescent
|
C.B 2, 3 L.L
|
52.206098,0.118713
|
19237
|
spanish
|
centre
|
la raza
|
01223 464550
|
cheap
|
restaurant
|
72 Regent Street City Centre
|
C.B 2, 1 D.P
|
52.200187,0.126407
|
19218
|
indian
|
centre
|
the gandhi
|
01223 353942
|
moderate
|
restaurant
|
191 Histon Road Chesterton
|
C.B 4, 3 H.L
|
52.220757,0.111564
|
19265
|
chinese
|
north
|
golden wok
|
01223 350688
|
moderate
|
restaurant
|
205 Victoria Road Chesterton
|
C.B 4, 3 L.F
|
52.215077,0.112421
|
19267
|
indian
|
west
|
meghna
|
01223 727410
|
expensive
|
restaurant
|
Hills Road City Centre
|
C.B 2, 1 L.A
|
52.196862,0.129248
|
19220
|
indian
|
centre
|
saffron brasserie
|
01223 354679
|
expensive
|
restaurant
|
Thompsons Lane Fen Ditton
|
C.B 5, 8 A.Q
|
52.210012999999996,0.118007
|
19268
|
mediterranean
|
centre
|
la mimosa
|
01223 362525
|
moderate
|
restaurant
|
39 Burleigh Street City Centre
|
C.B 1, 1 D.G
|
52.206111,0.132969
|
19173
|
chinese
|
centre
|
shanghai family restaurant
|
01223 301761
|
expensive
|
restaurant
|
The Little Rose 37 Trumpington Street
|
C.B 2, 1 Q.Y
|
52.200693,0.119744
|
19223
|
seafood
|
centre
|
loch fyne
|
01223 362433
|
cheap
|
restaurant
|
3 - 5 Millers Yard Mill Lane
|
C.B 2, 1 R.Q
|
52.20143,0.11664
|
15275
|
indian
|
centre
|
mahal of cambridge
|
01223 360409
|
moderate
|
restaurant
|
Jesus Lane Fen Ditton
|
C.B 5, 8 B.A
|
52.208252,0.119957
|
19269
|
italian
|
centre
|
pizza express Fen Ditton
|
01223 324033
|
expensive
|
restaurant
|
35 Newnham Road Newnham
|
C.B 3, 9 E.Y
|
52.199012,0.113196
|
19256
|
thai
|
west
|
sala thong
|
01223 323178
|
expensive
|
restaurant
|
Cambridge City Football Club Milton Road Chesterton
|
C.B 4, 1 U.Y
|
52.215157,0.125015
|
19262
| null |
north
|
city stop restaurant
|
01223 363270
|
expensive
|
restaurant
|
169 High Street Chesterton Chesterton
|
C.B 4, 1 N.L
|
52.218164,0.143209
|
19261
|
asian oriental
|
north
|
saigon city
|
01223 356555
|
expensive
|
restaurant
|
10 Homerton Street City Centre
|
C.B 2, 8 N.X
|
52.189484,0.135465
|
19246
|
chinese
|
south
|
peking restaurant
|
01223 354755
|
expensive
|
restaurant
|
Cambridge Leisure Park Clifton Way Cherry Hinton
|
C.B 1, 7 D.Y
|
52.190176,0.13699
|
19195
|
italian
|
south
|
frankie and bennys
|
01223 412430
|
expensive
|
restaurant
|
Hotel Felix Whitehouse Lane Huntingdon Road
|
C.B 3, 0 L.X
|
52.22414,0.09194
|
7492
|
british
|
west
|
graffiti
|
01223 277977
|
expensive
|
restaurant
|
31 Newnham Road Newnham
|
C.B 3, 9 E.Y
|
52.199012,0.113196
|
19254
|
indian
|
west
|
india house
|
01223 461661
|
expensive
|
restaurant
|
Cambridge Lodge Hotel 139 Huntingdon Road City Centre
|
C.B 3, 0 D.Q
|
52.217736,0.102505
|
19252
|
european
|
west
|
cambridge lodge restaurant
|
01223 355166
|
expensive
|
restaurant
|
Grafton Hotel 619 Newmarket Road Fen Ditton
|
C.B 5, 8 P.A
|
52.212992,0.157569
|
19271
|
british
|
east
|
grafton hotel restaurant
|
01223 241387
|
expensive
|
restaurant
|
66 Chesterton Road Chesterton
|
C.B 4, 1 E.P
|
52.214531,0.127298
|
19258
|
chinese
|
north
|
the hotpot
|
01223 366552
|
cheap
|
restaurant
|
Quayside Off Bridge Street
|
C.B 5, 8 A.Q
|
52.20984,0.11793
|
7236
|
modern european
|
centre
|
the river bar steakhouse and grill
|
01223 307030
|
expensive
|
restaurant
|
54 King Street City Centre
|
C.B 1, 1 L.N
|
52.207312,0.124201
|
19176
|
italian
|
centre
|
clowns cafe
|
01223 355711
|
moderate
|
restaurant
|
30 Bridge Street City Centre
|
C.B 2, 1 U.J
|
52.209632,0.117213
|
19232
|
turkish
|
centre
|
anatolia
|
01223 362372
|
expensive
|
restaurant
|
8 Norfolk Street City Centre
|
C.B 1, 2 L.F
|
52.204609,0.137976
|
19187
|
indian
|
centre
|
panahar
|
01223 355012
|
expensive
|
restaurant
|
Napier Street City Centre
|
C.B 1, 1 H.R
|
52.207702,0.133982
|
19174
|
chinese
|
centre
|
tang chinese
|
01223 357187
|
expensive
|
restaurant
|
34 - 35 Green Street
|
C.B 2, 3 J.U
|
52.20683,0.1192
|
12482
|
gastropub
|
centre
|
the slug and lettuce
| null |
expensive
|
restaurant
|
5 Jordans Yard Bridge Street City Centre
|
C.B 2, 1 U.G
|
52.209003,0.118661
|
19231
|
indian
|
centre
|
curry king
|
01223 324351
|
expensive
|
restaurant
|
Huntingdon Road City Centre
|
C.B 3, 0 D.F
|
52.214201,0.108588
|
19251
|
british
|
west
|
travellers rest
|
01223 276182
|
expensive
|
restaurant
|
106 Mill Road City Centre
|
C.B 1, 2 B.D
|
52.199332,0.138395
|
19184
|
indian
|
centre
|
curry queen
|
01223 351027
|
expensive
|
restaurant
|
290 Mill Road City Centre
|
C.B 1, 3 N.L
|
52.196967,0.149286
|
19190
|
gastropub
|
east
|
royal standard
|
01223 247877
|
moderate
|
restaurant
|
7 Barnwell Road Fen Ditton
|
C.B 5, 8 R.G
|
52.211144,0.163247
|
19274
|
indian
|
east
|
rajmahal
|
01223 244955
|
expensive
|
restaurant
|
21 Burleigh Street City Centre
|
C.B 1, 1 D.G
|
52.206111,0.132969
|
19172
|
chinese
|
centre
|
hk fusion
|
01223 355909
|
moderate
|
restaurant
|
King Street City Centre
|
C.B 1, 1 L.N
|
52.207312,0.124201
|
19178
|
turkish
|
centre
|
efes restaurant
|
01223 500005
|
expensive
|
restaurant
|
Regent Street City Centre
|
C.B 2, 1 A.B
|
52.20103,0.126023
|
19209
|
north american
|
centre
|
gourmet burger kitchen
|
01223 312598
|
End of preview.
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.