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 ({'goal', 'dialogue_id', 'domains', 'data_split', 'dataset', 'original_id', 'turns'}) and 11 missing columns ({'postcode', 'pricerange', 'type', 'area', 'openhours', 'phone', 'location', 'id', 'name', 'address', 'entrance fee'}).

This happened while the json dataset builder was generating data using

zip://data/dialogues.json::/tmp/hf-datasets-cache/medium/datasets/13834293148596-config-parquet-and-info-ConvLab-emowoz-3762fb22/downloads/3f39abf96dd6bc6a236496aec88b376e185900f37b2f1f65464b97d5906fe554

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
              goal: string
              dialogue_id: string
              domains: list<item: string>
                child 0, item: string
              data_split: string
              dataset: string
              original_id: 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
              ...
                child 1, book day: string
                            child 2, book people: string
                            child 3, book stay: 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
              to
              {'postcode': Value(dtype='string', id=None), 'pricerange': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'area': Value(dtype='string', id=None), 'openhours': Value(dtype='string', id=None), 'phone': Value(dtype='string', id=None), 'location': Sequence(feature=Value(dtype='float64', id=None), length=-1, id=None), 'id': Value(dtype='string', id=None), 'name': Value(dtype='string', id=None), 'address': Value(dtype='string', id=None), 'entrance fee': 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 7 new columns ({'goal', 'dialogue_id', 'domains', 'data_split', 'dataset', 'original_id', 'turns'}) and 11 missing columns ({'postcode', 'pricerange', 'type', 'area', 'openhours', 'phone', 'location', 'id', 'name', 'address', 'entrance fee'}).
              
              This happened while the json dataset builder was generating data using
              
              zip://data/dialogues.json::/tmp/hf-datasets-cache/medium/datasets/13834293148596-config-parquet-and-info-ConvLab-emowoz-3762fb22/downloads/3f39abf96dd6bc6a236496aec88b376e185900f37b2f1f65464b97d5906fe554
              
              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? Open a discussion for direct support.

phone
string
id
string
openhours
string
location
sequence
area
string
type
string
pricerange
string
postcode
string
name
string
address
string
entrance fee
string
01223902088
1
?
[ 52.208789, 0.154883 ]
east
swimmingpool
?
cb58nt
abbey pool and astroturf pitch
pool way, whitehill road, off newmarket road
?
01223300085
2
?
[ 52.208699, 0.12006 ]
centre
theatre
?
cb58as
adc theatre
park street
?
01223452587
3
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.
[ 52.2078083333333, 0.125616666666667 ]
centre
architecture
free
cb58bs
all saints church
jesus lane
free
01223364222
4
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
[ 52.20478, 0.11975 ]
centre
nightclub
moderate
cb23na
ballare
heidelberg gardens, lion yard
5 pounds
01223314960
5
?
[ 52.207409, 0.126738 ]
centre
museum
free
cb11ln
broughton house gallery
98 king street
free
01223464646
6
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
[ 52.1725982, 0.1112224 ]
south
museum
free
cb21sj
byard art
14 king's parade
free
01223312112
7
it opens from 10:30 a.m. to 5:30 p.m. thursday to saturday
[ 52.221949, 0.094948 ]
west
museum
free
cb30af
cafe jello gallery
cafe jello gallery, 13 magdalene street
free
01223902112
8
?
[ 52.21247, 0.15619 ]
east
boat
?
cb58sx
camboats
the plough, green end, fen ditton,
?
01223355159
9
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.
[ 52.210766, 0.114795 ]
west
museum
moderate
cb30aq
cambridge and county folk museum
2-3 castle street
3.50 pounds
01223503333
10
?
[ 52.2034781571435, 0.119176917855308 ]
centre
theatre
?
cb23pj
cambridge arts theatre
6 saint edward's passage
?
01223902168
11
?
[ 52.202271, 0.14702 ]
east
museum
free
cb13ef
cambridge artworks
5 greens road
free
01223694264
12
it opens from 10:00 a.m. to 5:00 p.m. from tuesday to saturday
[ 52.198744, 0.113364 ]
west
museum
free
cb39ey
cambridge book and print gallery
49 newnham road
free
01223324222
13
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
[ 52.206084, 0.118268 ]
centre
museum
free
cb21su
cambridge contemporary art
6 trinity street
free
01223368650
14
it opens on sunday from 2:00 p.m. to 5:00 p.m.
[ 52.21247, 0.15619 ]
east
museum
expensive
cb58ld
cambridge museum of technology
the old pumping station, cheddars lane
5 pounds
01223336265
15
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
[ 52.19525, 0.126 ]
centre
park
moderate
cb21jf
cambridge university botanic gardens
bateman street
4 pounds
01223307402
16
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.
[ 52.204788, 0.1214 ]
centre
museum
free
cb23bj
castle galleries
unit su43, grande arcade, saint andrews street
free
01223446104
17
?
[ 52.186045, 0.157515 ]
east
entertainment
?
cb18dw
cherry hinton hall and grounds
cherry hinton road
?
01223446100
18
it opens from may to september
[ 52.186045, 0.157515 ]
east
park
free
cb18dw
cherry hinton water play
cherry hinton hall, cherry hinton road
free
01223334900
19
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.20635, 0.121727777777778 ]
centre
college
free
cb23bu
christ's college
saint andrew's street
free
01223336233
20
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.2128888888889, 0.103127777777778 ]
west
college
free
cb30ds
churchill college
storey's way
free
00872208000
21
?
[ 52.1901222222222, 0.136991666666667 ]
south
cinema
?
cb17dy
cineworld cinema
cambridge leisure park, clifton way
?
01223333200
22
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.2048527777778, 0.115422222222222 ]
west
college
moderate
cb21tl
clare college
trinity lane
2.50 pounds
01223332360
23
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.2040527777778, 0.104480555555556 ]
west
college
free
cb39al
clare hall
herschel road
free
07782218745
24
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
[ 52.195173, 0.131644 ]
centre
nightclub
moderate
cb12jb
club salsa
1 station road
5 pounds
01223338000
25
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.2028416666667, 0.117844444444444 ]
centre
college
cheap
cb21rh
corpus christi
king's parade
2 pounds
01223334860
26
it opens daily from 9 a.m. to 5 p.m. except during easter term
[ 52.2013777777778, 0.125194444444444 ]
centre
college
free
cb21dq
downing college
regent street
free
01223334200
27
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.203572, 0.123778 ]
centre
college
free
cb23ap
emmanuel college
saint andrew's street
free
01223304705
28
?
[ 52.21401, 0.14789 ]
east
entertainment
?
cb58hy
funky fun house
8 mercers row, mercers row industrial estate
?
01223295264
29
?
[ 52.183498, 0.22186 ]
east
museum
free
cb15dh
gallery at twelve a high street
fulbourn
free
01223332400
30
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.205861, 0.117972 ]
centre
college
free
cb21ta
gonville and caius college
trinity street
free
01223350914
31
it opens normally daily from 9 a.m. to 5 p.m.
[ 52.2049472222222, 0.118222222222222 ]
centre
architecture
cheap
cb23pq
great saint mary's church
market square
2 pounds
01223355397
32
it opens normally daily from 9 a.m. to 5 p.m.
[ 52.2057694444444, 0.120033333333333 ]
centre
architecture
free
cb23nz
holy trinity church
market street
free
01223334898
33
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.200692, 0.133253 ]
centre
college
free
cb12ew
hughes hall
wollaston road
free
01223339485
34
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.209353, 0.125342 ]
centre
college
free
cb58bl
jesus college
jesus lane
free
01223302579
35
?
[ 52.220328, 0.115149 ]
north
swimmingpool
?
cb43px
jesus green outdoor pool
between victoria road and the river
?
01223842725
36
it opens from 10:00 p.m. to 4:00 a.m. depending on whether there is an event on or not
[ 52.204192, 0.119187 ]
centre
nightclub
moderate
cb23qb
kambar
1 wheeler street
5 pounds
01223748100
37
it opens from 11:30 a.m. to 5:00 p.m. tuesday to sunday
[ 52.212405, 0.113075 ]
west
museum
free
cb30aq
kettle's yard
castle street
free
01223331100
38
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.204289, 0.117269 ]
centre
college
free
cb21st
king's college
king's parade
free
01223353248
39
?
[ 52.23171, 0.122415 ]
north
swimmingpool
?
cb42xh
kings hedges learner pool
jedburgh court, kings hedges
?
01223366202
40
it opens normally daily from 9 a.m. to 5 p.m.
[ 52.2005111111111, 0.119883333333333 ]
centre
architecture
free
cb21qy
little saint mary's church
little saint mary's lane
free
01223295264
41
it opens from 10:00 a.m. to 5:00 p.m. thursday to saturday
[ 52.222053, 0.095086 ]
west
museum
free
cb30aq
lynne strover gallery
23 high street, fen ditton
free
01223332138
42
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.210403, 0.115803 ]
west
college
free
cb30ag
magdalene college
magdalene street
free
01223420060
43
always
[ 52.247361, 0.156627 ]
north
park
free
cb46az
milton country park
milton country park, milton
free
08451962320
44
?
[ 52.20571, 0.131061 ]
centre
theatre
?
cb11pt
mumford theatre
anglia ruskin enterprise, east road
?
01223333516
45
it opens from 10:30 a.m. to 4:30 p.m. tuesday to saturday
[ 52.205261, 0.11664 ]
centre
museum
free
cb23dz
museum of archaelogy and anthropology
university of cambridge, downing street
free
01223335153
46
it opens from 10:00 a.m. to 5:00 p.m. monday to friday
[ 52.20987, 0.111565 ]
west
museum
free
cb39da
museum of classical archaeology
sidgwick avenue
free
01223902158
47
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.
[ 52.1896573155949, 0.137541476208324 ]
south
entertainment
?
cb17dy
nusha
unit g6, cambridge leisure park, clifton road
?
01223332320
48
it opens normally daily from 08:00 a.m. to 5:45 p.m.
[ 52.2052638888889, 0.116641666666667 ]
centre
architecture
free
cb21tt
old schools
trinity lane
free
01223446100
49
?
[ 52.201275, 0.129935 ]
centre
swimmingpool
?
cb11ly
parkside pools
gonville place
?
01223338100
50
any time except may and june
[ 52.202611, 0.120658 ]
centre
college
free
cb21rf
pembroke college
trumpington street
free
01223338901
51
it opens from 2:00 p.m. to 4:00 p.m. daily from february to july
[ 52.228375, 0.0837527777777778 ]
west
museum
free
cb3ojg
people's portraits exhibition at girton college
girton college, huntingdon road
free
01223357708
52
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
[ 52.2034781571435, 0.119176917855308 ]
centre
museum
free
cb21sj
primavera
10 king s parade
free
01223335511
53
monday to sunday 10 a.m. to 4:30 p.m.
[ 52.2018, 0.114239 ]
west
college
moderate
cb39et
queens' college
silver street
2.50 pounds
01223365454
54
?
[ 52.206823, 0.131361 ]
centre
museum
free
cb11er
regency gallery
39 fitzroy street
free
01223902091
55
?
[ 52.229515, 0.111645 ]
north
boat
?
cb43ax
riverboat georgina
cambridge passenger cruisers, jubilee house
?
01245493131
56
?
[ 52.20571, 0.131061 ]
centre
museum
free
cb11pt
ruskin gallery
anglia ruskin university, east road
free
01223902116
57
?
[ 52.20858, 0.148702 ]
east
museum
free
cb13ew
saint barnabas press gallery
the belfast yard, coldham's road
free
01223338300
58
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.202839, 0.116394 ]
centre
college
free
cb21rl
saint catharine's college
king's parade
free
01223338600
59
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.208803, 0.117411 ]
centre
college
moderate
cb21tp
saint john's college
saint john's street
2.50 pounds
01223336540
60
it opens from 10:00 a.m. to 4:00 p.m. from tuesday to saturday
[ 52.19806, 0.123185 ]
centre
museum
free
cb21er
scott polar museum
lensfield road
free
01223359750
61
?
[ 52.200975, 0.116298 ]
centre
boat
?
cb21rs
scudamores punting co
granta place, mill lane
?
01223302580
62
it is open from may to sept
[ 52.17674, 0.14559 ]
south
park
free
cb22ad
sheep's green and lammas land park fen causeway
fen causeway, newnham road,
free
01223338800
63
it opens daily from 9 a.m. to 5 p.m. except during easter term
[ 52.207464, 0.121342 ]
centre
college
free
cb23hu
sidney sussex college
sidney street
free
01223477900
64
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
[ 52.203878, 0.12044 ]
centre
nightclub
cheap
cb23qf
soul tree nightclub
1-6 corn exchange street
4 pounds
08715501010
65
?
[ 52.18568, 0.144638 ]
south
entertainment
?
cb17dy
tenpin
cambridge leisure park, clifton way
?
01223357851
66
?
[ 52.20431, 0.119215 ]
centre
theatre
?
cb23qe
the cambridge corn exchange
wheeler street
?
07807718591
67
?
[ 52.211939, 0.118661 ]
centre
boat
?
cb41as
the cambridge punter
251a chesterton road
?
01223576412
68
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
[ 52.186715, 0.17882 ]
east
mutliple sports
?
cb19ej
the cherry hinton village centre
colville road, cherry hinton
?
01223519224
69
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
[ 52.206144, 0.120283 ]
centre
nightclub
moderate
cb23hx
the fez club
8 market passage
5 pounds
01223332900
70
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.
[ 52.19855, 0.121785 ]
centre
museum
free
cb21rb
the fitzwilliam museum
trumpington street
free
01223511511
71
?
[ 52.190325, 0.135755 ]
south
theatre
?
cb17gx
the junction
clifton way
?
01223474144
72
?
[ 52.204746, 0.136515 ]
centre
concerthall
?
cb12lf
the man on the moon
2 norfolk street
?
01223324600
73
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
[ 52.1725982, 0.1112224 ]
south
nightclub
moderate
cb23hg
the place
22 sidney street
?
01223338400
74
it opens normally daily from 9 a.m. to 5 p.m. except easter term
[ 52.207081, 0.117622 ]
centre
college
cheap
cb21tq
trinity college
trinity street
1 pound
08712240240
75
?
[ 52.20571, 0.131061 ]
centre
cinema
?
cb11ps
vue cinema
the grafton centre, east road
?
01223243830
76
always
[ 52.119551, 0.181018 ]
south
park
free
cb223ae
wandlebury country park
wandlebury ring, gog magog hills, babraham
free
01954781018
77
it opens from 09:30 a.m. to 6:00 p.m. daily
[ 52.254, 0.016478 ]
west
entertainment
?
cb238el
whale of a time
unit 8, viking way, bar hill
?
01223330906
78
it opens from 12:30 p.m. to 4:30 p.m. from monday to friday
[ 52.203117, 0.118928 ]
centre
museum
free
cb23rh
whipple museum of the history of science
free school lane
free
01223311687
79
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
[ 52.2002, 0.1385 ]
centre
museum
free
cb12lj
williams art and antiques
gwydir street, no. 5 dale's brewery
free
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.