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 7 new columns ({'turns', 'domains', 'data_split', 'goal', 'dataset', 'original_id', 'dialogue_id'}) and 11 missing columns ({'phone', 'area', 'name', 'id', 'address', 'postcode', 'openhours', 'pricerange', 'entrance fee', 'type', 'location'}).
This happened while the json dataset builder was generating data using
zip://data/dialogues.json::/tmp/hf-datasets-cache/medium/datasets/22987482163864-config-parquet-and-info-ConvLab-emowoz-5921cf27/hub/datasets--ConvLab--emowoz/snapshots/f112371dc2b5a5b07dc113361c997201021724d5/data.zip
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 1869, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 580, 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 2292, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              dataset: string
              data_split: string
              dialogue_id: string
              original_id: string
              domains: list<item: string>
                child 0, item: string
              goal: string
              turns: list<item: struct<booked: 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>>>, emotion: list<item: struct<annotation: int64, annotator: string, emotion: int64, sentiment: int64>>, speaker: string, state: struct<attraction: struct<area: string, name: string, type: string>, hospital: struct<department: string>, hotel: struct<area: string, book day: string, book people: string, book stay: string, internet: string, name: string, parking: string, price range: string, stars: string, type: string>, restaurant: struct<area: string, book day: string, book people: string, book time: string, food: string, name: string, price range: string>, taxi: struct<arrive by: string, departure: string, destination: string, leave at: string>, train: struct<arrive by: string, book people: string, day: string, departure: string, destination: string, leave at: string>>, utt_idx: int64, utterance: string>>
                child 0, item: struct<booked: struct<>, dialogue_acts: struct<binary: list<item: struct<domain: string, intent: string, slot: string>>, categorical: list<item: struct<domain: string, inte
              ...
              : string
                            child 4, internet: string
                            child 5, name: string
                            child 6, parking: string
                            child 7, price range: string
                            child 8, stars: string
                            child 9, type: string
                        child 3, restaurant: struct<area: string, book day: string, book people: string, book time: string, food: string, name: string, price range: string>
                            child 0, area: string
                            child 1, book day: string
                            child 2, book people: string
                            child 3, book time: string
                            child 4, food: string
                            child 5, name: string
                            child 6, price range: string
                        child 4, taxi: struct<arrive by: string, departure: string, destination: string, leave at: string>
                            child 0, arrive by: string
                            child 1, departure: string
                            child 2, destination: string
                            child 3, leave at: string
                        child 5, train: struct<arrive by: string, book people: string, day: string, departure: string, destination: string, leave at: string>
                            child 0, arrive by: string
                            child 1, book people: string
                            child 2, day: string
                            child 3, departure: string
                            child 4, destination: string
                            child 5, leave at: string
                    child 5, utt_idx: int64
                    child 6, utterance: string
              -- schema metadata --
              pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' + 941
              to
              {'address': Value(dtype='string', id=None), 'area': Value(dtype='string', id=None), 'entrance fee': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'location': Sequence(feature=Value(dtype='float64', id=None), length=-1, id=None), 'name': Value(dtype='string', id=None), 'openhours': Value(dtype='string', id=None), 'phone': Value(dtype='string', id=None), 'postcode': Value(dtype='string', id=None), 'pricerange': Value(dtype='string', id=None), 'type': 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 1392, 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 1041, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 999, 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 1740, 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 1871, 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 7 new columns ({'turns', 'domains', 'data_split', 'goal', 'dataset', 'original_id', 'dialogue_id'}) and 11 missing columns ({'phone', 'area', 'name', 'id', 'address', 'postcode', 'openhours', 'pricerange', 'entrance fee', 'type', 'location'}).
              
              This happened while the json dataset builder was generating data using
              
              zip://data/dialogues.json::/tmp/hf-datasets-cache/medium/datasets/22987482163864-config-parquet-and-info-ConvLab-emowoz-5921cf27/hub/datasets--ConvLab--emowoz/snapshots/f112371dc2b5a5b07dc113361c997201021724d5/data.zip
              
              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.
| address
				 string | area
				 string | entrance fee
				 string | id
				 string | location
				 sequence | name
				 string | openhours
				 string | phone
				 string | postcode
				 string | pricerange
				 string | type
				 string | 
|---|---|---|---|---|---|---|---|---|---|---|
| 
	pool way, whitehill road, off newmarket road | 
	east | 
	? | 
	1 | 
	[
  52.208789,
  0.154883
] | 
	abbey pool and astroturf pitch | 
	? | 
	01223902088 | 
	cb58nt | 
	? | 
	swimmingpool | 
| 
	park street | 
	centre | 
	? | 
	2 | 
	[
  52.208699,
  0.12006000000000001
] | 
	adc theatre | 
	? | 
	01223300085 | 
	cb58as | 
	? | 
	theatre | 
| 
	jesus lane | 
	centre | 
	free | 
	3 | 
	[
  52.2078083333333,
  0.12561666666666702
] | 
	all saints church | 
	it opens normally daily from 9 a.m. to 5 p.m., at other times the key can be borrowed from a nearby key holder. | 
	01223452587 | 
	cb58bs | 
	free | 
	architecture | 
| 
	heidelberg gardens, lion yard | 
	centre | 
	5 pounds | 
	4 | 
	[
  52.20478,
  0.11975000000000001
] | 
	ballare | 
	it opens from 10:30 p.m. to 03:30 a.m on thursday, from 11:00 p.m. to 04:00 a.m. on friday, from 10:00 p.m. to 03:30 a.m. on saturday, and from 10:00 p.m. to 02:30 a.m. on monday | 
	01223364222 | 
	cb23na | 
	moderate | 
	nightclub | 
| 
	98 king street | 
	centre | 
	free | 
	5 | 
	[
  52.207409,
  0.126738
] | 
	broughton house gallery | 
	? | 
	01223314960 | 
	cb11ln | 
	free | 
	museum | 
| 
	14 king's parade | 
	south | 
	free | 
	6 | 
	[
  52.1725982,
  0.1112224
] | 
	byard art | 
	it opens from 09:30 a.m. to 5:30 p.m. from monday to saturday, and from 11:00 a.m. to 4:00 p.m. on sunday | 
	01223464646 | 
	cb21sj | 
	free | 
	museum | 
| 
	cafe jello gallery, 13 magdalene street | 
	west | 
	free | 
	7 | 
	[
  52.221949,
  0.09494799999999999
] | 
	cafe jello gallery | 
	it opens from 10:30 a.m. to 5:30 p.m. thursday to saturday | 
	01223312112 | 
	cb30af | 
	free | 
	museum | 
| 
	the plough, green end, fen ditton, | 
	east | 
	? | 
	8 | 
	[
  52.21247,
  0.15619000000000002
] | 
	camboats | 
	? | 
	01223902112 | 
	cb58sx | 
	? | 
	boat | 
| 
	2-3 castle street | 
	west | 
	3.50 pounds | 
	9 | 
	[
  52.210766,
  0.114795
] | 
	cambridge and county folk museum | 
	it opens from monday to saturday, 10 a.m. to 5 p.m. while on sunday it opens from 2 p.m. to 5 p.m. | 
	01223355159 | 
	cb30aq | 
	moderate | 
	museum | 
| 
	6 saint edward's passage | 
	centre | 
	? | 
	10 | 
	[
  52.2034781571435,
  0.11917691785530801
] | 
	cambridge arts theatre | 
	? | 
	01223503333 | 
	cb23pj | 
	? | 
	theatre | 
| 
	5 greens road | 
	east | 
	free | 
	11 | 
	[
  52.202271,
  0.14702
] | 
	cambridge artworks | 
	? | 
	01223902168 | 
	cb13ef | 
	free | 
	museum | 
| 
	49 newnham road | 
	west | 
	free | 
	12 | 
	[
  52.198744,
  0.11336399999999999
] | 
	cambridge book and print gallery | 
	it opens from 10:00 a.m. to 5:00 p.m. from tuesday to saturday | 
	01223694264 | 
	cb39ey | 
	free | 
	museum | 
| 
	6 trinity street | 
	centre | 
	free | 
	13 | 
	[
  52.206084,
  0.118268
] | 
	cambridge contemporary art | 
	it opens from 11:00 a.m. to 4:00 p.m. on sunday, and from 09:00 a.m. to 5:30 p.m. from monday to saturday | 
	01223324222 | 
	cb21su | 
	free | 
	museum | 
| 
	the old pumping station, cheddars lane | 
	east | 
	5 pounds | 
	14 | 
	[
  52.21247,
  0.15619000000000002
] | 
	cambridge museum of technology | 
	it opens on sunday from 2:00 p.m. to 5:00 p.m. | 
	01223368650 | 
	cb58ld | 
	expensive | 
	museum | 
| 
	bateman street | 
	centre | 
	4 pounds | 
	15 | 
	[
  52.19525,
  0.126
] | 
	cambridge university botanic gardens | 
	it opens from 10:00 a.m. to 6:00 p.m. from april to september, from 10:00 a.m. to 5:00 p.m. in february march and october, and from 10:00 a.m. to 4:00 p.m. from november to january | 
	01223336265 | 
	cb21jf | 
	moderate | 
	park | 
| 
	unit su43, grande arcade, saint andrews street | 
	centre | 
	free | 
	16 | 
	[
  52.204788,
  0.12140000000000001
] | 
	castle galleries | 
	it opens from 09:00 a.m. to 6:00 p.m. every day except wednesday when it opens from 09:00 a.m. to 8:00 p.m., and sunday when it opens from 11:00 a.m. to 5:00 p.m. | 
	01223307402 | 
	cb23bj | 
	free | 
	museum | 
| 
	cherry hinton road | 
	east | 
	? | 
	17 | 
	[
  52.186045,
  0.157515
] | 
	cherry hinton hall and grounds | 
	? | 
	01223446104 | 
	cb18dw | 
	? | 
	entertainment | 
| 
	cherry hinton hall, cherry hinton road | 
	east | 
	free | 
	18 | 
	[
  52.186045,
  0.157515
] | 
	cherry hinton water play | 
	it opens from may to september | 
	01223446100 | 
	cb18dw | 
	free | 
	park | 
| 
	saint andrew's street | 
	centre | 
	free | 
	19 | 
	[
  52.20635,
  0.121727777777778
] | 
	christ's college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223334900 | 
	cb23bu | 
	free | 
	college | 
| 
	storey's way | 
	west | 
	free | 
	20 | 
	[
  52.2128888888889,
  0.10312777777777801
] | 
	churchill college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223336233 | 
	cb30ds | 
	free | 
	college | 
| 
	cambridge leisure park, clifton way | 
	south | 
	? | 
	21 | 
	[
  52.1901222222222,
  0.136991666666667
] | 
	cineworld cinema | 
	? | 
	00872208000 | 
	cb17dy | 
	? | 
	cinema | 
| 
	trinity lane | 
	west | 
	2.50 pounds | 
	22 | 
	[
  52.2048527777778,
  0.11542222222222201
] | 
	clare college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223333200 | 
	cb21tl | 
	moderate | 
	college | 
| 
	herschel road | 
	west | 
	free | 
	23 | 
	[
  52.2040527777778,
  0.104480555555556
] | 
	clare hall | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223332360 | 
	cb39al | 
	free | 
	college | 
| 
	1 station road | 
	centre | 
	5 pounds | 
	24 | 
	[
  52.195173,
  0.13164399999999998
] | 
	club salsa | 
	it opens at the university social club from 9:30 p.m. to 11:30 p.m. on wednesday, and from 10:00 p.m. to 01:00 a.m. on friday | 
	07782218745 | 
	cb12jb | 
	moderate | 
	nightclub | 
| 
	king's parade | 
	centre | 
	2 pounds | 
	25 | 
	[
  52.2028416666667,
  0.11784444444444402
] | 
	corpus christi | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223338000 | 
	cb21rh | 
	cheap | 
	college | 
| 
	regent street | 
	centre | 
	free | 
	26 | 
	[
  52.2013777777778,
  0.125194444444444
] | 
	downing college | 
	it opens daily from 9 a.m. to 5 p.m. except during easter term | 
	01223334860 | 
	cb21dq | 
	free | 
	college | 
| 
	saint andrew's street | 
	centre | 
	free | 
	27 | 
	[
  52.203572,
  0.123778
] | 
	emmanuel college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223334200 | 
	cb23ap | 
	free | 
	college | 
| 
	8 mercers row, mercers row industrial estate | 
	east | 
	? | 
	28 | 
	[
  52.21401,
  0.14789000000000002
] | 
	funky fun house | 
	? | 
	01223304705 | 
	cb58hy | 
	? | 
	entertainment | 
| 
	fulbourn | 
	east | 
	free | 
	29 | 
	[
  52.183498,
  0.22186000000000003
] | 
	gallery at twelve a high street | 
	? | 
	01223295264 | 
	cb15dh | 
	free | 
	museum | 
| 
	trinity street | 
	centre | 
	free | 
	30 | 
	[
  52.205861,
  0.117972
] | 
	gonville and caius college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223332400 | 
	cb21ta | 
	free | 
	college | 
| 
	market square | 
	centre | 
	2 pounds | 
	31 | 
	[
  52.2049472222222,
  0.118222222222222
] | 
	great saint mary's church | 
	it opens normally daily from 9 a.m. to 5 p.m. | 
	01223350914 | 
	cb23pq | 
	cheap | 
	architecture | 
| 
	market street | 
	centre | 
	free | 
	32 | 
	[
  52.2057694444444,
  0.120033333333333
] | 
	holy trinity church | 
	it opens normally daily from 9 a.m. to 5 p.m. | 
	01223355397 | 
	cb23nz | 
	free | 
	architecture | 
| 
	wollaston road | 
	centre | 
	free | 
	33 | 
	[
  52.200692,
  0.13325299999999998
] | 
	hughes hall | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223334898 | 
	cb12ew | 
	free | 
	college | 
| 
	jesus lane | 
	centre | 
	free | 
	34 | 
	[
  52.209353,
  0.12534199999999998
] | 
	jesus college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223339485 | 
	cb58bl | 
	free | 
	college | 
| 
	between victoria road and the river | 
	north | 
	? | 
	35 | 
	[
  52.220328,
  0.115149
] | 
	jesus green outdoor pool | 
	? | 
	01223302579 | 
	cb43px | 
	? | 
	swimmingpool | 
| 
	1 wheeler street | 
	centre | 
	5 pounds | 
	36 | 
	[
  52.204192,
  0.119187
] | 
	kambar | 
	it opens from 10:00 p.m. to 4:00 a.m. depending on whether there is an event on or not | 
	01223842725 | 
	cb23qb | 
	moderate | 
	nightclub | 
| 
	castle street | 
	west | 
	free | 
	37 | 
	[
  52.212405,
  0.113075
] | 
	kettle's yard | 
	it opens from 11:30 a.m. to 5:00 p.m. tuesday to sunday | 
	01223748100 | 
	cb30aq | 
	free | 
	museum | 
| 
	king's parade | 
	centre | 
	free | 
	38 | 
	[
  52.204289,
  0.117269
] | 
	king's college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223331100 | 
	cb21st | 
	free | 
	college | 
| 
	jedburgh court, kings hedges | 
	north | 
	? | 
	39 | 
	[
  52.23171,
  0.122415
] | 
	kings hedges learner pool | 
	? | 
	01223353248 | 
	cb42xh | 
	? | 
	swimmingpool | 
| 
	little saint mary's lane | 
	centre | 
	free | 
	40 | 
	[
  52.2005111111111,
  0.11988333333333301
] | 
	little saint mary's church | 
	it opens normally daily from 9 a.m. to 5 p.m. | 
	01223366202 | 
	cb21qy | 
	free | 
	architecture | 
| 
	23 high street, fen ditton | 
	west | 
	free | 
	41 | 
	[
  52.222053,
  0.09508599999999999
] | 
	lynne strover gallery | 
	it opens from 10:00 a.m. to 5:00 p.m. thursday to saturday | 
	01223295264 | 
	cb30aq | 
	free | 
	museum | 
| 
	magdalene street | 
	west | 
	free | 
	42 | 
	[
  52.210403,
  0.11580299999999999
] | 
	magdalene college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223332138 | 
	cb30ag | 
	free | 
	college | 
| 
	milton country park, milton | 
	north | 
	free | 
	43 | 
	[
  52.247361,
  0.156627
] | 
	milton country park | 
	always | 
	01223420060 | 
	cb46az | 
	free | 
	park | 
| 
	anglia ruskin enterprise, east road | 
	centre | 
	? | 
	44 | 
	[
  52.20571,
  0.13106099999999998
] | 
	mumford theatre | 
	? | 
	08451962320 | 
	cb11pt | 
	? | 
	theatre | 
| 
	university of cambridge, downing street | 
	centre | 
	free | 
	45 | 
	[
  52.205261,
  0.11664000000000001
] | 
	museum of archaelogy and anthropology | 
	it opens from 10:30 a.m. to 4:30 p.m. tuesday to saturday | 
	01223333516 | 
	cb23dz | 
	free | 
	museum | 
| 
	sidgwick avenue | 
	west | 
	free | 
	46 | 
	[
  52.20987,
  0.111565
] | 
	museum of classical archaeology | 
	it opens from 10:00 a.m. to 5:00 p.m. monday to friday | 
	01223335153 | 
	cb39da | 
	free | 
	museum | 
| 
	unit g6, cambridge leisure park, clifton road | 
	south | 
	? | 
	47 | 
	[
  52.1896573155949,
  0.13754147620832402
] | 
	nusha | 
	it opens from 5:00 p.m. to 01:30 a.m. on tuesday, friday and saturday, and from 5:00 p.m. to midnight on monday, wednesday, thursday and sunday. | 
	01223902158 | 
	cb17dy | 
	? | 
	entertainment | 
| 
	trinity lane | 
	centre | 
	free | 
	48 | 
	[
  52.2052638888889,
  0.116641666666667
] | 
	old schools | 
	it opens normally daily from 08:00 a.m. to 5:45 p.m. | 
	01223332320 | 
	cb21tt | 
	free | 
	architecture | 
| 
	gonville place | 
	centre | 
	? | 
	49 | 
	[
  52.201275,
  0.129935
] | 
	parkside pools | 
	? | 
	01223446100 | 
	cb11ly | 
	? | 
	swimmingpool | 
| 
	trumpington street | 
	centre | 
	free | 
	50 | 
	[
  52.202611,
  0.120658
] | 
	pembroke college | 
	any time except may and june | 
	01223338100 | 
	cb21rf | 
	free | 
	college | 
| 
	girton college, huntingdon road | 
	west | 
	free | 
	51 | 
	[
  52.228375,
  0.08375277777777701
] | 
	people's portraits exhibition at girton college | 
	it opens from 2:00 p.m. to 4:00 p.m. daily from february to july | 
	01223338901 | 
	cb3ojg | 
	free | 
	museum | 
| 
	10 king s parade | 
	centre | 
	free | 
	52 | 
	[
  52.2034781571435,
  0.11917691785530801
] | 
	primavera | 
	it opens from 11:00 a.m. to 4:30 p.m. on sunday, from 10:00 a.m. to 5:00 p.m. from monday to friday, and from 10:00 a.m. to 5:30 p.m. on saturday | 
	01223357708 | 
	cb21sj | 
	free | 
	museum | 
| 
	silver street | 
	west | 
	2.50 pounds | 
	53 | 
	[
  52.2018,
  0.114239
] | 
	queens' college | 
	monday to sunday 10 a.m. to 4:30 p.m. | 
	01223335511 | 
	cb39et | 
	moderate | 
	college | 
| 
	39 fitzroy street | 
	centre | 
	free | 
	54 | 
	[
  52.206823,
  0.131361
] | 
	regency gallery | 
	? | 
	01223365454 | 
	cb11er | 
	free | 
	museum | 
| 
	cambridge passenger cruisers, jubilee house | 
	north | 
	? | 
	55 | 
	[
  52.229515,
  0.111645
] | 
	riverboat georgina | 
	? | 
	01223902091 | 
	cb43ax | 
	? | 
	boat | 
| 
	anglia ruskin university, east road | 
	centre | 
	free | 
	56 | 
	[
  52.20571,
  0.13106099999999998
] | 
	ruskin gallery | 
	? | 
	01245493131 | 
	cb11pt | 
	free | 
	museum | 
| 
	the belfast yard, coldham's road | 
	east | 
	free | 
	57 | 
	[
  52.20858,
  0.148702
] | 
	saint barnabas press gallery | 
	? | 
	01223902116 | 
	cb13ew | 
	free | 
	museum | 
| 
	king's parade | 
	centre | 
	free | 
	58 | 
	[
  52.202839,
  0.116394
] | 
	saint catharine's college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223338300 | 
	cb21rl | 
	free | 
	college | 
| 
	saint john's street | 
	centre | 
	2.50 pounds | 
	59 | 
	[
  52.208803,
  0.117411
] | 
	saint john's college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223338600 | 
	cb21tp | 
	moderate | 
	college | 
| 
	lensfield road | 
	centre | 
	free | 
	60 | 
	[
  52.19806,
  0.12318499999999999
] | 
	scott polar museum | 
	it opens from 10:00 a.m. to 4:00 p.m. from tuesday to saturday | 
	01223336540 | 
	cb21er | 
	free | 
	museum | 
| 
	granta place, mill lane | 
	centre | 
	? | 
	61 | 
	[
  52.200975,
  0.116298
] | 
	scudamores punting co | 
	? | 
	01223359750 | 
	cb21rs | 
	? | 
	boat | 
| 
	fen causeway, newnham road, | 
	south | 
	free | 
	62 | 
	[
  52.17674,
  0.14559000000000002
] | 
	sheep's green and lammas land park fen causeway | 
	it is open from may to sept | 
	01223302580 | 
	cb22ad | 
	free | 
	park | 
| 
	sidney street | 
	centre | 
	free | 
	63 | 
	[
  52.207464,
  0.12134199999999999
] | 
	sidney sussex college | 
	it opens daily from 9 a.m. to 5 p.m. except during easter term | 
	01223338800 | 
	cb23hu | 
	free | 
	college | 
| 
	1-6 corn exchange street | 
	centre | 
	4 pounds | 
	64 | 
	[
  52.203878,
  0.12044
] | 
	soul tree nightclub | 
	it opens from 9:30 p.m. to 02:00 a.m. from sunday to tuesday, from 9:00 p.m. to 02:00 a.m. on wednesday, and from 9:00 p.m. to 02:30 a.m. from thursday to saturday | 
	01223477900 | 
	cb23qf | 
	cheap | 
	nightclub | 
| 
	cambridge leisure park, clifton way | 
	south | 
	? | 
	65 | 
	[
  52.18568,
  0.144638
] | 
	tenpin | 
	? | 
	08715501010 | 
	cb17dy | 
	? | 
	entertainment | 
| 
	wheeler street | 
	centre | 
	? | 
	66 | 
	[
  52.20431,
  0.119215
] | 
	the cambridge corn exchange | 
	? | 
	01223357851 | 
	cb23qe | 
	? | 
	theatre | 
| 
	251a chesterton road | 
	centre | 
	? | 
	67 | 
	[
  52.211939,
  0.11866099999999999
] | 
	the cambridge punter | 
	? | 
	07807718591 | 
	cb41as | 
	? | 
	boat | 
| 
	colville road, cherry hinton | 
	east | 
	? | 
	68 | 
	[
  52.186715,
  0.17882
] | 
	the cherry hinton village centre | 
	it opens from 09:00 a.m. to 8:00 p.m. on sunday, and from 09:00 a.m. to 10:00 p.m. from monday to saturday | 
	01223576412 | 
	cb19ej | 
	? | 
	mutliple sports | 
| 
	8 market passage | 
	centre | 
	5 pounds | 
	69 | 
	[
  52.206144,
  0.120283
] | 
	the fez club | 
	it opens on monday from 9 p.m. to 2 a.m.. it is closed on tuesday. from wednesday to saturday it opens from 9 p.m. to 2 a.m. and it is closed on sunday | 
	01223519224 | 
	cb23hx | 
	moderate | 
	nightclub | 
| 
	trumpington street | 
	centre | 
	free | 
	70 | 
	[
  52.19855,
  0.12178499999999999
] | 
	the fitzwilliam museum | 
	from tuesday to saturday it opens from 10 a.m. to 5 p.m. while on sunday, monday and bank holidays it opens from 12 to 5 p.m. | 
	01223332900 | 
	cb21rb | 
	free | 
	museum | 
| 
	clifton way | 
	south | 
	? | 
	71 | 
	[
  52.190325,
  0.135755
] | 
	the junction | 
	? | 
	01223511511 | 
	cb17gx | 
	? | 
	theatre | 
| 
	2 norfolk street | 
	centre | 
	? | 
	72 | 
	[
  52.204746,
  0.136515
] | 
	the man on the moon | 
	? | 
	01223474144 | 
	cb12lf | 
	? | 
	concerthall | 
| 
	22 sidney street | 
	south | 
	? | 
	73 | 
	[
  52.1725982,
  0.1112224
] | 
	the place | 
	it opens from 10:30 p.m. to 03:30 a.m. on tuesday, from 10:00 p.m. to 02:30 a.m. on thursday, from 10:00 p.m. to 04:00 a.m. on friday and saturday, and from 10:00 p.m. to 02:00 a.m. on sunday | 
	01223324600 | 
	cb23hg | 
	moderate | 
	nightclub | 
| 
	trinity street | 
	centre | 
	1 pound | 
	74 | 
	[
  52.207081,
  0.11762199999999999
] | 
	trinity college | 
	it opens normally daily from 9 a.m. to 5 p.m. except easter term | 
	01223338400 | 
	cb21tq | 
	cheap | 
	college | 
| 
	the grafton centre, east road | 
	centre | 
	? | 
	75 | 
	[
  52.20571,
  0.13106099999999998
] | 
	vue cinema | 
	? | 
	08712240240 | 
	cb11ps | 
	? | 
	cinema | 
| 
	wandlebury ring, gog magog hills, babraham | 
	south | 
	free | 
	76 | 
	[
  52.119551,
  0.18101799999999998
] | 
	wandlebury country park | 
	always | 
	01223243830 | 
	cb223ae | 
	free | 
	park | 
| 
	unit 8, viking way, bar hill | 
	west | 
	? | 
	77 | 
	[
  52.254,
  0.016478
] | 
	whale of a time | 
	it opens from 09:30 a.m. to 6:00 p.m. daily | 
	01954781018 | 
	cb238el | 
	? | 
	entertainment | 
| 
	free school lane | 
	centre | 
	free | 
	78 | 
	[
  52.203117,
  0.11892799999999999
] | 
	whipple museum of the history of science | 
	it opens from 12:30 p.m. to 4:30 p.m. from monday to friday | 
	01223330906 | 
	cb23rh | 
	free | 
	museum | 
| 
	gwydir street, no. 5 dale's brewery | 
	centre | 
	free | 
	79 | 
	[
  52.2002,
  0.1385
] | 
	williams art and antiques | 
	it opens from 11:00 a.m. to 6:00 p.m. from tuesday to friday, from 11:00 a.m. to 5:00 p.m. on saturday and sunday, and it is closed on monday | 
	01223311687 | 
	cb12lj | 
	free | 
	museum | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
| null | null | null | null | null | null | null | null | null | null | null | 
End of preview. 
	
			Subsets and Splits
				
	
				
			
				
No community queries yet
The top public SQL queries from the community will appear here once available.