|
17 | 17 | '''.replace('\n', '\r\n') |
18 | 18 |
|
19 | 19 | EXPECTED_TABLE_WITH_LABELS_CSV = ''' |
20 | | -pk,planet_int,on_earth,state,city_id,city_id_label,neighborhood |
21 | | -1,1,1,CA,1,San Francisco,Mission |
22 | | -2,1,1,CA,1,San Francisco,Dogpatch |
23 | | -3,1,1,CA,1,San Francisco,SOMA |
24 | | -4,1,1,CA,1,San Francisco,Tenderloin |
25 | | -5,1,1,CA,1,San Francisco,Bernal Heights |
26 | | -6,1,1,CA,1,San Francisco,Hayes Valley |
27 | | -7,1,1,CA,2,Los Angeles,Hollywood |
28 | | -8,1,1,CA,2,Los Angeles,Downtown |
29 | | -9,1,1,CA,2,Los Angeles,Los Feliz |
30 | | -10,1,1,CA,2,Los Angeles,Koreatown |
31 | | -11,1,1,MI,3,Detroit,Downtown |
32 | | -12,1,1,MI,3,Detroit,Greektown |
33 | | -13,1,1,MI,3,Detroit,Corktown |
34 | | -14,1,1,MI,3,Detroit,Mexicantown |
35 | | -15,2,0,MC,4,Memnonia,Arcadia Planitia |
| 20 | +pk,planet_int,on_earth,state,city_id,city_id_label,neighborhood,tags |
| 21 | +1,1,1,CA,1,San Francisco,Mission,"[""tag1"", ""tag2""]" |
| 22 | +2,1,1,CA,1,San Francisco,Dogpatch,"[""tag1"", ""tag3""]" |
| 23 | +3,1,1,CA,1,San Francisco,SOMA,[] |
| 24 | +4,1,1,CA,1,San Francisco,Tenderloin,[] |
| 25 | +5,1,1,CA,1,San Francisco,Bernal Heights,[] |
| 26 | +6,1,1,CA,1,San Francisco,Hayes Valley,[] |
| 27 | +7,1,1,CA,2,Los Angeles,Hollywood,[] |
| 28 | +8,1,1,CA,2,Los Angeles,Downtown,[] |
| 29 | +9,1,1,CA,2,Los Angeles,Los Feliz,[] |
| 30 | +10,1,1,CA,2,Los Angeles,Koreatown,[] |
| 31 | +11,1,1,MI,3,Detroit,Downtown,[] |
| 32 | +12,1,1,MI,3,Detroit,Greektown,[] |
| 33 | +13,1,1,MI,3,Detroit,Corktown,[] |
| 34 | +14,1,1,MI,3,Detroit,Mexicantown,[] |
| 35 | +15,2,0,MC,4,Memnonia,Arcadia Planitia,[] |
36 | 36 | '''.lstrip().replace('\n', '\r\n') |
37 | 37 |
|
38 | 38 |
|
|
0 commit comments