-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPART I - Data Exploration and preprocessing.json
1 lines (1 loc) · 316 KB
/
PART I - Data Exploration and preprocessing.json
1
{"paragraphs":[{"text":"%md\n\n# Final Project \n#### Dream Team: Xingce Bao, Sohyeong Kim, Guilio Masinelli, Silvio Zanoli\n\nThe goal of this project is to build our own public transport route considering the uncertainty of the transportation schedules. \n\n## Part I - Data Exploration and Preprocessing\n\nData source: <https://opentransportdata.swiss/en/dataset/istdaten>\n\nFormat: The dataset is presented a collection of textfiles with fields separated by ';' (semi-colon).\n\nLength: The archive range from September 2017 until April 2018. \n\nDescription: \n\n- `BETRIEBSTAG`: date of the trip\n- `FAHRT_BEZEICHNER`: identifies the trip\n- `BETREIBER_ABK`, `BETREIBER_NAME`: operator (name will contain the full name, e.g. Schweizerische Bundesbahnen for SBB)\n- `BETREIBER_ID`: the station ID\n- `PRODUCT_ID`: type of transport, e.g. train, bus\n- `LINIEN_ID`: for trains, this is the train number\n- `LINIEN_TEXT`,`VERKEHRSMITTEL_TEXT`: for trains, the service type (IC, IR, RE, etc.)\n- `ZUSATZFAHRT_TF`: boolean, true if this is an additional trip (not part of the regular schedule)\n- `FAELLT_AUS_TF`: boolean, true if this trip failed (cancelled or not completed)\n- `HALTESTELLEN_NAME`: name of the stop\n- `ANKUNFTSZEIT`: arrival time at the stop according to schedule\n- `AN_PROGNOSE`: actual arrival time (when `AN_PROGNOSE_STATUS` is `GESCHAETZT`)\n- `AN_PROGNOSE_STATUS`: look only at lines when this is `GESCHAETZT`. This indicates that `AN_PROGNOSE` is the measured time of arrival.\n- `ABFAHRTSZEIT`: departure time at the stop according to schedule\n- `AB_PROGNOSE`: actual departure time (when `AN_PROGNOSE_STATUS` is `GESCHAETZT`)\n- `AB_PROGNOSE_STATUS`: look only at lines when this is `GESCHAETZT`. This indicates that `AB_PROGNOSE` is the measured time of arrival.\n- `DURCHFAHRT_TF`: boolean, true if the transport does not stop there\n","dateUpdated":"2018-04-17T07:25:09+0000","config":{"tableHide":false,"editorSetting":{"language":"markdown","editOnDblClick":true},"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"HTML","data":"<h1>Final Project</h1>\n<h4>Dream Team: Xingce Bao, Sohyeong Kim, Guilio Masinelli, Silvio Zanoli</h4>\n<p>The goal of this project is to build our own public transport route considering the uncertainty of the transportation schedules.</p>\n<h2>Part I - Data Exploration and Preprocessing</h2>\n<p>Data source: <a href=\"https://opentransportdata.swiss/en/dataset/istdaten\">https://opentransportdata.swiss/en/dataset/istdaten</a></p>\n<p>Format: The dataset is presented a collection of textfiles with fields separated by ';' (semi-colon).</p>\n<p>Length: The archive range from September 2017 until April 2018.</p>\n<p>Description:</p>\n<ul>\n<li><code>BETRIEBSTAG</code>: date of the trip</li>\n<li><code>FAHRT_BEZEICHNER</code>: identifies the trip</li>\n<li><code>BETREIBER_ABK</code>, <code>BETREIBER_NAME</code>: operator (name will contain the full name, e.g. Schweizerische Bundesbahnen for SBB)</li>\n<li><code>BETREIBER_ID</code>: the station ID</li>\n<li><code>PRODUCT_ID</code>: type of transport, e.g. train, bus</li>\n<li><code>LINIEN_ID</code>: for trains, this is the train number</li>\n<li><code>LINIEN_TEXT</code>,<code>VERKEHRSMITTEL_TEXT</code>: for trains, the service type (IC, IR, RE, etc.)</li>\n<li><code>ZUSATZFAHRT_TF</code>: boolean, true if this is an additional trip (not part of the regular schedule)</li>\n<li><code>FAELLT_AUS_TF</code>: boolean, true if this trip failed (cancelled or not completed)</li>\n<li><code>HALTESTELLEN_NAME</code>: name of the stop</li>\n<li><code>ANKUNFTSZEIT</code>: arrival time at the stop according to schedule</li>\n<li><code>AN_PROGNOSE</code>: actual arrival time (when <code>AN_PROGNOSE_STATUS</code> is <code>GESCHAETZT</code>)</li>\n<li><code>AN_PROGNOSE_STATUS</code>: look only at lines when this is <code>GESCHAETZT</code>. This indicates that <code>AN_PROGNOSE</code> is the measured time of arrival.</li>\n<li><code>ABFAHRTSZEIT</code>: departure time at the stop according to schedule</li>\n<li><code>AB_PROGNOSE</code>: actual departure time (when <code>AN_PROGNOSE_STATUS</code> is <code>GESCHAETZT</code>)</li>\n<li><code>AB_PROGNOSE_STATUS</code>: look only at lines when this is <code>GESCHAETZT</code>. This indicates that <code>AB_PROGNOSE</code> is the measured time of arrival.</li>\n<li><code>DURCHFAHRT_TF</code>: boolean, true if the transport does not stop there</li>\n</ul>\n"}]},"apps":[],"jobName":"paragraph_1523949381110_-729340282","id":"20180613-161325_995277089","dateCreated":"2018-04-17T07:16:21+0000","status":"FINISHED","progressUpdateIntervalMs":500,"focus":true,"$$hashKey":"object:281","user":"anonymous","dateFinished":"2018-04-17T07:25:11+0000","dateStarted":"2018-04-17T07:25:09+0000"},{"text":"%md\n#### 1. Import the data\nWe first start by importing the dataset and create a table. The original data location was at the path /datasets/project/ on HDFS however we have copied this directory to our own directory.","dateUpdated":"2018-04-17T07:16:21+0000","config":{"tableHide":false,"editorSetting":{"language":"markdown","editOnDblClick":true},"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"HTML","data":"<h4>1. Import the data</h4>\n<p>We first start by importing the dataset and create a table. The original data location was at the path /datasets/project/ on HDFS however we have copied this directory to our own directory.</p>\n"}]},"apps":[],"jobName":"paragraph_1523949381110_-729340282","id":"20180613-162554_1202704210","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:282"},{"text":"%jdbc(hive)\ncreate database if not exists sokim\n location '/user/sokim/project/istdaten'\n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"tableHide":false,"editorSetting":{"editOnDblClick":false,"language":"sql"},"colWidth":12,"editorMode":"ace/mode/sql","editorHide":false,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"}]},"apps":[],"jobName":"paragraph_1523949381110_-729340282","id":"20180326-131158_1608768124","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:283"},{"text":"%jdbc(hive)\r\ndrop table if exists sokim.sbb;\r\ncreate external table if not exists sokim.sbb(\r\nBETRIEBSTAG string,\r\nFAHRT_BEZEICHNER string,\r\nBETREIBER_ID string, \r\nBETREIBER_ABK string, \r\nBETREIBER_NAME string,\r\nPRODUCT_ID string,\r\nLINIEN_ID string,\r\nLINIEN_TEXT string,\r\nUMLAUF_ID \tstring,\r\nVERKEHRSMITTEL_TEXT string,\r\nZUSATZFAHRT_TF boolean,\r\nFAELLT_AUS_TF boolean,\r\nBPUIC int,\r\nHALTESTELLEN_NAME string,\r\nANKUNFTSZEIT string,\r\nAN_PROGNOSE string,\r\nAN_PROGNOSE_STATUS string,\r\nABFAHRTSZEIT string,\r\nAB_PROGNOSE string,\r\nAB_PROGNOSE_STATUS string,\r\nDURCHFAHRT_TF boolean)\r\n row format delimited fields terminated by ';'\r\n stored as textfile\r\n location '/user/sokim/project/istdaten/'\r\n tblproperties (\"skip.header.line.count\"=\"1\")\r\n ;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"}]},"apps":[],"jobName":"paragraph_1523949381110_-729340282","id":"20180404-172654_1469021707","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:284"},{"text":"%md\nWe want to have datasets that are successfully operated following the schedule which store actual time of the travel. \n\nTherefore we filtered data by:\n-`ZUSATZFAHRT_TF` = False ==> Regular trip \n-`FAELLT_AUS_TF` = False ==> Successful trip\n-`DURCHFAHRT_TF` = False ==> Trip which stops at the station\n-`AB_PROGNOSE_STATUS` != UNBEKANNT ==> Actual time of departure is recorded\n-`AN_PROGNOSE_STATUS` != UNBEKANNT ==> Actual time of arriving is recorded\n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"tableHide":false,"editorSetting":{"language":"markdown","editOnDblClick":true},"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"HTML","data":"<p>We want to have datasets that are successfully operated following the schedule which store actual time of the travel.</p>\n<p>Therefore we filtered data by:\n<br />-<code>ZUSATZFAHRT_TF</code> = False ==> Regular trip\n<br />-<code>FAELLT_AUS_TF</code> = False ==> Successful trip\n<br />-<code>DURCHFAHRT_TF</code> = False ==> Trip which stops at the station\n<br />-<code>AB_PROGNOSE_STATUS</code> != UNBEKANNT ==> Actual time of departure is recorded\n<br />-<code>AN_PROGNOSE_STATUS</code> != UNBEKANNT ==> Actual time of arriving is recorded</p>\n"}]},"apps":[],"jobName":"paragraph_1523949381110_-729340282","id":"20180613-162830_2000305125","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:285"},{"text":"%jdbc(hive)\ndrop table if exists sokim.sbb_data;\n\ncreate table sokim.sbb_data\nstored as parquet\nas\nselect \n BETRIEBSTAG as datetime,\n FAHRT_BEZEICHNER as transport_ID,\n PRODUCT_ID as transport_type,\n LINIEN_ID as train_number,\n LINIEN_TEXT as train_type,\n HALTESTELLEN_NAME as station_name,\n BPUIC as station_id,\n ANKUNFTSZEIT as arriving_time_scheduled,\n AN_PROGNOSE as arriving_time_actual, \n /*AN_PROGNOSE_STATUS as arrving_time_flag,*/\n ABFAHRTSZEIT as departing_time_scheduled,\n AB_PROGNOSE as departing_time_actual \n /*AB_PROGNOSE_STATUS as departing_time_flag*/\nfrom sokim.sbb \nWHERE ZUSATZFAHRT_TF == False and FAELLT_AUS_TF == False and DURCHFAHRT_TF == False \n and AB_PROGNOSE_STATUS != 'UNBEKANNT' and AN_PROGNOSE_STATUS != 'UNBEKANNT';\n\n\n/*ZUSATZFAHRT_TF: boolean, true if this is an additional trip (not part of the regular schedule)\nFAELLT_AUS_TF: boolean, true if this trip failed (cancelled or not completed)\nDURCHFAHRT_TF: boolean, true if the transport does not stop there\nDon't accept the data that does not have actual arriving/departing time */\n\nselect * from sokim.sbb_data\n\nlimit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_data.datetime\tsbb_data.transport_id\tsbb_data.transport_type\tsbb_data.train_number\tsbb_data.train_type\tsbb_data.station_name\tsbb_data.station_id\tsbb_data.arriving_time_scheduled\tsbb_data.arriving_time_actual\tsbb_data.departing_time_scheduled\tsbb_data.departing_time_actual\n21.09.2017\t80:06____:17010:000\tZug\t17010\tRE\tBasel Bad Bf\t8500090\t\t\t21.09.2017 05:45\t21.09.2017 05:45:00\n21.09.2017\t80:06____:17012:000\tZug\t17012\tRE\tBasel Bad Bf\t8500090\t\t\t21.09.2017 06:34\t21.09.2017 06:36:00\n21.09.2017\t80:06____:17013:000\tZug\t17013\tRE\tBasel Bad Bf\t8500090\t21.09.2017 06:25\t21.09.2017 06:29:00\t\t\n21.09.2017\t80:06____:17014:000\tZug\t17014\tRE\tBasel Bad Bf\t8500090\t\t\t21.09.2017 09:48\t21.09.2017 09:48:00\n21.09.2017\t80:06____:17015:000\tZug\t17015\tRE\tBasel Bad Bf\t8500090\t21.09.2017 08:06\t21.09.2017 08:15:00\t\t\n21.09.2017\t80:06____:17017:000\tZug\t17017\tRE\tBasel Bad Bf\t8500090\t21.09.2017 10:11\t21.09.2017 10:12:00\t\t\n21.09.2017\t80:06____:17019:000\tZug\t17019\tRE\tBasel Bad Bf\t8500090\t21.09.2017 11:11\t21.09.2017 11:12:00\t\t\n21.09.2017\t80:06____:17020:000\tZug\t17020\tRE\tBasel Bad Bf\t8500090\t\t\t21.09.2017 12:48\t21.09.2017 12:48:00\n21.09.2017\t80:06____:17021:000\tZug\t17021\tRE\tBasel Bad Bf\t8500090\t21.09.2017 12:11\t21.09.2017 12:20:00\t\t\n21.09.2017\t80:06____:17022:000\tZug\t17022\tRE\tBasel Bad Bf\t8500090\t\t\t21.09.2017 13:48\t21.09.2017 13:48:00\n21.09.2017\t80:06____:17023:000\tZug\t17023\tRE\tBasel Bad Bf\t8500090\t21.09.2017 13:11\t21.09.2017 13:14:00\t\t\n21.09.2017\t80:06____:17024:000\tZug\t17024\tRE\tBasel Bad Bf\t8500090\t\t\t21.09.2017 14:48\t21.09.2017 14:48:00\n21.09.2017\t80:06____:17025:000\tZug\t17025\tRE\tBasel Bad Bf\t8500090\t21.09.2017 14:12\t21.09.2017 14:18:00\t\t\n21.09.2017\t80:06____:17026:000\tZug\t17026\tRE\tBasel Bad Bf\t8500090\t\t\t21.09.2017 15:45\t21.09.2017 15:46:00\n21.09.2017\t80:06____:17027:000\tZug\t17027\tRE\tBasel Bad Bf\t8500090\t21.09.2017 15:11\t21.09.2017 15:16:00\t\t\n21.09.2017\t80:06____:17028:000\tZug\t17028\tRB\tBasel Bad Bf\t8500090\t\t\t21.09.2017 16:30\t21.09.2017 16:31:00\n21.09.2017\t80:06____:17029:000\tZug\t17029\tRB\tBasel Bad Bf\t8500090\t21.09.2017 16:31\t21.09.2017 16:36:00\t\t\n21.09.2017\t80:06____:17030:000\tZug\t17030\tRB\tBasel Bad Bf\t8500090\t\t\t21.09.2017 18:26\t21.09.2017 18:27:00\n21.09.2017\t80:06____:17031:000\tZug\t17031\tRB\tBasel Bad Bf\t8500090\t21.09.2017 17:31\t21.09.2017 17:36:00\t\t\n21.09.2017\t80:06____:17032:000\tZug\t17032\tRE\tBasel Bad Bf\t8500090\t\t\t21.09.2017 21:26\t21.09.2017 21:31:00\n21.09.2017\t80:06____:17033:000\tZug\t17033\tRB\tBasel Bad Bf\t8500090\t21.09.2017 18:31\t21.09.2017 18:31:00\t\t\n21.09.2017\t80:06____:17034:000\tZug\t17034\tRE\tBasel Bad Bf\t8500090\t\t\t21.09.2017 22:58\t21.09.2017 22:59:00\n21.09.2017\t80:06____:17035:000\tZug\t17035\tRE\tBasel Bad Bf\t8500090\t21.09.2017 19:11\t21.09.2017 19:11:00\t\t\n21.09.2017\t80:06____:17036:000\tZug\t17036\tRB\tBasel Bad Bf\t8500090\t\t\t21.09.2017 05:20\t21.09.2017 05:21:00\n21.09.2017\t80:06____:17037:000\tZug\t17037\tRE\tBasel Bad Bf\t8500090\t21.09.2017 20:11\t21.09.2017 20:12:00\t\t\n21.09.2017\t80:06____:17038:000\tZug\t17038\tRB\tBasel Bad Bf\t8500090\t\t\t21.09.2017 06:25\t21.09.2017 06:27:00\n21.09.2017\t80:06____:17039:000\tZug\t17039\tRE\tBasel Bad Bf\t8500090\t21.09.2017 21:11\t21.09.2017 21:16:00\t\t\n21.09.2017\t80:06____:17040:000\tZug\t17040\tRB\tBasel Bad Bf\t8500090\t\t\t21.09.2017 07:26\t21.09.2017 07:26:00\n21.09.2017\t80:06____:17041:000\tZug\t17041\tRB\tBasel Bad Bf\t8500090\t22.09.2017 00:46\t22.09.2017 00:46:00\t\t\n21.09.2017\t80:06____:17042:000\tZug\t17042\tRB\tBasel Bad Bf\t8500090\t\t\t21.09.2017 13:27\t21.09.2017 13:29:00\n21.09.2017\t80:06____:17043:000\tZug\t17043\tRE\tBasel Bad Bf\t8500090\t21.09.2017 06:05\t21.09.2017 06:05:00\t\t\n21.09.2017\t80:06____:17044:000\tZug\t17044\tRB\tBasel Bad Bf\t8500090\t\t\t21.09.2017 17:26\t21.09.2017 17:26:00\n21.09.2017\t80:06____:17045:000\tZug\t17045\tRB\tBasel Bad Bf\t8500090\t21.09.2017 22:49\t21.09.2017 22:49:00\t\t\n21.09.2017\t80:06____:17047:000\tZug\t17047\tRB\tBasel Bad Bf\t8500090\t21.09.2017 23:40\t21.09.2017 23:40:00\t\t\n21.09.2017\t80:06____:17048:000\tZug\t17048\tRE\tBasel Bad Bf\t8500090\t\t\t21.09.2017 19:48\t21.09.2017 19:49:00\n21.09.2017\t80:06____:17077:000\tZug\t17077\tRB\tBasel Bad Bf\t8500090\t21.09.2017 07:32\t21.09.2017 07:36:00\t\t\n21.09.2017\t80:06____:17079:000\tZug\t17079\tRE\tBasel Bad Bf\t8500090\t21.09.2017 09:11\t21.09.2017 09:18:00\t\t\n21.09.2017\t80:06____:17093:000\tZug\t17093\tRE\tBasel Bad Bf\t8500090\t21.09.2017 05:32\t21.09.2017 05:32:00\t\t\n21.09.2017\t80:06____:17328:000\tZug\t17328\tRB\tBasel Bad Bf\t8500090\t21.09.2017 07:56\t21.09.2017 07:56:00\t\t\n21.09.2017\t80:06____:17330:000\tZug\t17330\tRB\tBasel Bad Bf\t8500090\t21.09.2017 05:07\t21.09.2017 05:07:00\t\t\n21.09.2017\t80:06____:17332:000\tZug\t17332\tRB\tBasel Bad Bf\t8500090\t21.09.2017 06:03\t21.09.2017 06:04:00\t\t\n21.09.2017\t80:06____:17334:000\tZug\t17334\tRB\tBasel Bad Bf\t8500090\t21.09.2017 08:38\t21.09.2017 08:48:00\t\t\n21.09.2017\t80:06____:17336:000\tZug\t17336\tRB\tBasel Bad Bf\t8500090\t21.09.2017 06:26\t21.09.2017 06:27:00\t\t\n21.09.2017\t80:06____:17338:000\tZug\t17338\tRB\tBasel Bad Bf\t8500090\t21.09.2017 07:05\t21.09.2017 07:05:00\t\t\n21.09.2017\t80:06____:17340:000\tZug\t17340\tRB\tBasel Bad Bf\t8500090\t21.09.2017 07:38\t21.09.2017 07:42:00\t\t\n21.09.2017\t80:06____:17341:000\tZug\t17341\tRB\tBasel Bad Bf\t8500090\t\t\t21.09.2017 07:48\t21.09.2017 07:58:00\n21.09.2017\t80:06____:17342:000\tZug\t17342\tRB\tBasel Bad Bf\t8500090\t21.09.2017 08:07\t21.09.2017 08:07:00\t\t\n21.09.2017\t80:06____:17343:000\tZug\t17343\tRB\tBasel Bad Bf\t8500090\t\t\t21.09.2017 08:47\t21.09.2017 08:51:00\n21.09.2017\t80:06____:17344:000\tZug\t17344\tRB\tBasel Bad Bf\t8500090\t21.09.2017 09:07\t21.09.2017 09:07:00\t\t\n21.09.2017\t80:06____:17346:000\tZug\t17346\tRB\tBasel Bad Bf\t8500090\t21.09.2017 10:07\t21.09.2017 10:09:00\t\t\n"}]},"apps":[],"jobName":"paragraph_1523949381110_-729340282","id":"20180521-163724_2054229335","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:286"},{"text":"%md\nWe also created two columns called `unique_id` and `line_id`.\n\nThe `unique_id` is the concatenation of the `transport_id` and `station_id`. This is used to find the distinct journey per days in the dataset. \n\nThe `line_id` is the concatenation of the `transport_type`, `train_number` and `train_type`. This is used to find how many lines(bus, tram or train) exists in each station. \nWhen `transport_type` is not a train (=Zug), `train_number` and `train_type` indicate the line of the transports(for example, bus 3, 5, 8 and tram 1, 2, 4).","dateUpdated":"2018-04-17T07:26:09+0000","config":{"tableHide":false,"editorSetting":{"language":"markdown","editOnDblClick":true},"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"HTML","data":"<p>We also created two columns called <code>unique_id</code> and <code>line_id</code>.</p>\n<p>The <code>unique_id</code> is the concatenation of the <code>transport_id</code> and <code>station_id</code>. This is used to find the distinct journey per days in the dataset.</p>\n<p>The <code>line_id</code> is the concatenation of the <code>transport_type</code>, <code>train_number</code> and <code>train_type</code>. This is used to find how many lines(bus, tram or train) exists in each station.\n<br />When <code>transport_type</code> is not a train (=Zug), <code>train_number</code> and <code>train_type</code> indicate the line of the transports(for example, bus 3, 5, 8 and tram 1, 2, 4).</p>\n"}]},"apps":[],"jobName":"paragraph_1523949381110_-729340282","id":"20180613-163814_1212154807","dateCreated":"2018-04-17T07:16:21+0000","status":"FINISHED","progressUpdateIntervalMs":500,"$$hashKey":"object:287","user":"anonymous","dateFinished":"2018-04-17T07:26:09+0000","dateStarted":"2018-04-17T07:26:09+0000"},{"text":"%jdbc(hive)\n/* Create a column that concatenate transport_id and station_id to have a unique_id for each train at each stop (per day) */\ndrop table if exists sokim.sbb_data2;\n\ncreate table sokim.sbb_data2\nstored as parquet\nas\n/* Merge the data from sbb*/\nselect *, CONCAT(transport_id, \":\", station_id) as unique_id\n , CONCAT(transport_type, \":\", train_number, \":\", train_type ) as line_id\nfrom sokim.sbb_data\n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"}]},"apps":[],"jobName":"paragraph_1523949381111_-729725031","id":"20180609-172135_277298733","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:288"},{"text":"%md\nBy checking the distinct journey throught `unique_id` we found out that there are some noises in the dataset such as having duplicated data for exactly the same trip. \n\nWe could notice them by counting the `unique_id` during each day like below. ","dateUpdated":"2018-04-17T07:16:21+0000","config":{"tableHide":false,"editorSetting":{"language":"markdown","editOnDblClick":true},"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"HTML","data":"<p>By checking the distinct journey throught <code>unique_id</code> we found out that there are some noises in the dataset such as having duplicated data for exactly the same trip.</p>\n<p>We could notice them by counting the <code>unique_id</code> during each day like below.</p>\n"}]},"apps":[],"jobName":"paragraph_1523949381111_-729725031","id":"20180613-164417_1605176650","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:289"},{"text":"%jdbc(hive)\n/* Check the occurancy of the unique_id in the same day. \n Idealy we should have 1 unique_id for each day */\nwith q as (\n select unique_id, \n count(DISTINCT unique_id) as distinct_count, \n count(unique_id) as normal_count\n from sokim.sbb_data2\n group by datetime, unique_id\n)\n\nselect * from q\nwhere normal_count > 3 /* you can change this number to check. */\n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{"0":{"graph":{"mode":"table","height":300,"optionOpen":true,"setting":{"multiBarChart":{}},"commonSetting":{},"keys":[{"name":"q.unique_id","index":0,"aggr":"sum"}],"groups":[],"values":[{"name":"q.distinct_count","index":1,"aggr":"sum"},{"name":"q.normal_count","index":2,"aggr":"sum"}]},"helium":{}}},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TABLE","data":"q.unique_id\tq.distinct_count\tq.normal_count\n85:3849:550992-24004-1:8580522\t1\t4\n85:801:12-32-3541:8572874\t1\t5\n85:849:115493-03080-1:8591036\t1\t4\n85:801:579-3-0903:8571264\t1\t5\n85:801:579-3-0903:8577048\t1\t4\n85:807:94575-01135-1:8590860\t1\t4\n85:3849:141984-05008-1:8591169\t1\t4\n85:801:579-3-0903:8571271\t1\t4\n85:807:94573-01135-1:8590870\t1\t4\n85:807:94575-01135-1:8503798\t1\t4\n85:3849:82662-02009-1:8576193\t1\t4\n85:801:579-3-0903:8581360\t1\t8\n85:807:94541-01135-1:8590860\t1\t4\n85:807:94545-01135-1:8503798\t1\t4\n85:3849:81121-02004-1:8580522\t1\t4\n85:3849:64658-02015-1:8576193\t1\t4\n85:801:579-3-0903:8501771\t1\t4\n85:801:579-3-0903:8571276\t1\t4\n85:801:579-3-0903:8581952\t1\t4\n85:801:12-32-3541:8572879\t1\t5\n85:849:576991-12031-1:8591177\t1\t4\n85:820:401132-02023-1:8508450\t1\t4\n85:823:1236-03004-1:8589366\t1\t4\n85:3849:141984-05008-1:8591177\t1\t4\n85:3849:82713-02009-1:8576193\t1\t4\n85:801:579-3-0903:8571280\t1\t4\n85:3849:322298-02015-1:8576193\t1\t4\n85:801:12-32-3541:8572873\t1\t4\n85:3849:81206-02004-1:8576193\t1\t4\n85:3849:61771-05002-1:8591381\t1\t4\n85:801:914-3-0841:8571264\t1\t12\n85:801:803-3-0841:8571264\t1\t8\n85:3849:141984-05008-1:8591060\t1\t4\n85:3849:268943-04013-1:8591299\t1\t6\n85:3849:190676-02004-1:8503059\t1\t4\n85:801:579-3-0903:8571275\t1\t4\n85:849:89502-02075-1:8591354\t1\t4\n85:801:12-32-3541:8508649\t1\t5\n85:3849:190704-14004-1:8580522\t1\t4\n85:3849:56788-12009-1:8573710\t1\t4\n85:3849:141984-05008-1:8591052\t1\t4\n85:3849:141984-05008-1:8591381\t1\t4\n85:849:444235-46031-1:8591277\t1\t4\n85:801:579-3-0903:8571267\t1\t4\n85:801:579-3-0903:8579277\t1\t4\n85:3849:56853-12009-1:8573710\t1\t4\n85:3849:193869-24007-1:8576193\t1\t4\n85:801:579-3-0903:8501329\t1\t4\n85:801:12-32-3541:8572885\t1\t4\n85:839:1074008-00121-1:8593435\t1\t6\n85:849:521525-30031-1:8591287\t1\t4\n85:849:521408-30031-1:8530812\t1\t5\n85:801:12-32-3541:8572882\t1\t5\n85:823:1276-03004-1:8589366\t1\t4\n85:3849:56828-12009-1:8573710\t1\t4\n85:823:210230-08401-1:8500193\t1\t4\n85:801:88605-0808:8581120\t1\t4\n85:3849:337668-02015-1:8588078\t1\t4\n85:823:444636-15001-1:8589322\t1\t4\n85:801:12-32-3541:8508681\t1\t5\n85:801:12-32-3541:8508682\t1\t5\n85:849:444405-46031-1:8591277\t1\t4\n85:3849:82757-02009-1:8576193\t1\t5\n85:801:803-3-0903:8571264\t1\t5\n85:823:455739-01302-1:8578143\t1\t4\n85:801:579-3-0903:8501769\t1\t4\n85:839:3029476-00122-1:8593435\t1\t4\n85:3849:82492-02009-1:8576193\t1\t4\n85:801:579-3-0903:8581187\t1\t4\n85:801:12-32-3541:8572872\t1\t4\n85:801:803-3-0841:8571264\t1\t8\n85:849:85743-02033-1:8591203\t1\t4\n85:801:12-32-3541:8572881\t1\t5\n85:849:302022-32301-1:8590614\t1\t4\n85:3849:81090-02004-1:8580522\t1\t5\n85:3849:322196-02015-1:8588078\t1\t4\n85:801:579-3-0903:8501978\t1\t4\n85:801:803-3-0903:8581360\t1\t9\n85:823:206961-15001-1:8500073\t1\t4\n85:849:489029-36301-1:8590614\t1\t4\n85:823:234438-01320-1:8589307\t1\t4\n85:3849:80257-02002-1:8591218\t1\t4\n85:807:94579-01135-1:8590860\t1\t4\n85:801:12-32-3541:8508707\t1\t5\n85:801:12-32-3541:8508789\t1\t5\n85:801:12-32-3541:8572871\t1\t6\n85:801:579-3-0903:8571277\t1\t4\n85:849:430899-16066-1:8591279\t1\t4\n85:801:12-32-3541:8572877\t1\t5\n85:823:216095-08301-1:8592442\t1\t4\n85:849:413654-33031-1:8530812\t1\t5\n85:823:87509-30011-1:8500096\t1\t4\n85:801:789-3-0842:8501977\t1\t6\n85:807:94579-01135-1:8503798\t1\t4\n85:3849:83881-02013-1:8580522\t1\t4\n85:3849:273303-24011-1:8591382\t1\t4\n85:801:803-3-0903:8581360\t1\t7\n85:801:579-3-0903:8582705\t1\t4\n85:3849:107594-03005-1:8591230\t1\t4\n85:3849:141984-05008-1:8591184\t1\t4\n85:801:579-3-0903:8571269\t1\t4\n85:801:803-3-0841:8571264\t1\t8\n85:823:64550-08002-1:8588780\t1\t4\n85:801:12-32-3541:8508679\t1\t4\n85:849:448092-47031-1:8591277\t1\t4\n85:849:521511-30031-1:8591287\t1\t4\n85:801:12-32-3541:8508648\t1\t5\n85:3849:64658-02015-1:8588078\t1\t5\n85:849:521748-02033-1:8591203\t1\t4\n85:801:12-32-3541:8572884\t1\t4\n85:801:579-3-0903:8571272\t1\t4\n85:3849:322298-02015-1:8588078\t1\t4\n85:3849:64640-02015-1:8588078\t1\t4\n85:3849:82668-02009-1:8591065\t1\t4\n85:3849:82737-02009-1:8576193\t1\t4\n85:801:803-3-0903:8581360\t1\t9\n85:801:579-3-0903:8571279\t1\t4\n85:801:12-32-3541:8508759\t1\t5\n85:801:12-32-3541:8508867\t1\t4\n85:801:579-3-0903:8571278\t1\t4\n85:801:789-3-0842:8571302\t1\t5\n85:801:12-32-3541:8508865\t1\t5\n85:801:803-3-0903:8571264\t1\t5\n85:801:803-3-0903:8581360\t1\t9\n85:3849:187078-23007-1:8576193\t1\t4\n85:801:12-32-3541:8583236\t1\t5\n85:801:579-3-0903:8571270\t1\t4\n85:801:803-3-0841:8571264\t1\t8\n85:849:521461-30031-1:8591177\t1\t4\n85:3849:82019-02007-1:8591245\t1\t4\n85:801:789-3-0842:8571304\t1\t5\n85:839:1082009-00122-1:8593435\t1\t4\n85:807:94535-01135-1:8590860\t1\t4\n85:801:579-3-0903:8571274\t1\t4\n85:3849:82640-02009-1:8576193\t1\t4\n85:801:579-3-0903:8571273\t1\t4\n85:801:88609-0808:8581120\t1\t4\n85:849:85817-02033-1:8591203\t1\t5\n85:801:579-3-0903:8571268\t1\t4\n85:3849:142205-04009-1:8591299\t1\t4\n85:807:94545-01135-1:8590860\t1\t4\n85:3849:337668-02015-1:8576193\t1\t7\n85:823:216095-08301-1:8589293\t1\t4\n85:801:579-3-0903:8501793\t1\t5\n85:807:94535-01135-1:8503798\t1\t4\n85:801:12-32-3541:8572883\t1\t4\n85:823:87681-30011-1:8500096\t1\t4\n85:801:579-3-0903:8571266\t1\t4\n85:849:521511-30031-1:8591233\t1\t4\n85:3849:82686-02009-1:8576193\t1\t4\n85:801:803-3-0903:8571264\t1\t5\n85:3849:140981-04005-1:8576193\t1\t4\n85:849:199730-24089-1:8591056\t1\t4\n85:801:12-32-3541:8572876\t1\t6\n85:3849:82614-02009-1:8576193\t1\t4\n85:839:3029476-00121-1:8593435\t1\t4\n85:849:87061-19046-1:8591247\t1\t4\n85:801:12-32-3541:8508647\t1\t5\n85:801:12-32-3541:8572875\t1\t5\n85:849:444453-46031-1:8591287\t1\t4\n85:3849:82466-02009-1:8576193\t1\t4\n85:807:94589-01135-1:8590860\t1\t4\n85:801:789-3-0842:8580344\t1\t5\n85:849:112080-03033-1:8591203\t1\t4\n85:823:216095-08301-1:8581062\t1\t4\n85:849:115492-03080-1:8591346\t1\t4\n85:801:12-32-3541:8508646\t1\t5\n85:3849:106548-03002-1:8591252\t1\t4\n85:849:552826-02046-1:8591247\t1\t4\n85:801:12-32-3541:8572870\t1\t4\n85:3849:81101-02004-1:8576193\t1\t4\n85:801:12-32-3541:8572878\t1\t5\n85:3849:521227-02015-1:8576193\t1\t4\n85:801:803-3-0903:8571264\t1\t4\n85:823:206915-15001-1:8500073\t1\t4\n"}]},"apps":[],"jobName":"paragraph_1523949381111_-729725031","id":"20180609-172830_1412731125","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:290"},{"text":"%md\n#### 2. Filter relevant data (within 10km from Zurich HB)\nBefore sanitizing our data, we first filtered it by taking the stations wihtin 10km from Zurich HB. \n\nThe table containing the list of stations located within 10km from Zurich HB is created using Python by processing 'BFKOORD_GEO'. \n\nWe get only the data from the stations within 10kim from Zurich HB by doing 'INNER JOIN' between original dataset and the station data and saved this table with a name 'sbb_Zurich10km'. \n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"tableHide":false,"editorSetting":{"language":"markdown","editOnDblClick":true},"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"HTML","data":"<h4>2. Filter relevant data (within 10km from Zurich HB)</h4>\n<p>Before sanitizing our data, we first filtered it by taking the stations wihtin 10km from Zurich HB.</p>\n<p>The table containing the list of stations located within 10km from Zurich HB is created using Python by processing 'BFKOORD_GEO'.</p>\n<p>We get only the data from the stations within 10kim from Zurich HB by doing 'INNER JOIN' between original dataset and the station data and saved this table with a name 'sbb_Zurich10km'.</p>\n"}]},"apps":[],"jobName":"paragraph_1523949381111_-729725031","id":"20180613-164731_614435998","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:291"},{"text":"%jdbc(hive)\n/* Import the station data that is within 10km from Zurich HB (from Python ) */\ncreate database if not exists sokim\n location '/user/sokim/project/geodata'","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"}]},"apps":[],"jobName":"paragraph_1523949381111_-729725031","id":"20180521-165811_309906159","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:292"},{"text":"%jdbc(hive)\r\n/* Create a table with the station data */\r\ndrop table if exists sokim.geo_data;\r\n\r\ncreate external table if not exists sokim.geo_data(\r\n station_number int,\r\n longtitude string,\r\n latitude string, \r\n name string, \r\n distance string)\r\n row format delimited fields terminated by ','\r\n stored as textfile\r\n location '/user/sokim/project/geodata'\r\n tblproperties (\"skip.header.line.count\"=\"1\");\r\n\r\nselect * from sokim.geo_data\r\nlimit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"geo_data.station_number\tgeo_data.longtitude\tgeo_data.latitude\tgeo_data.name\tgeo_data.distance\n176\t8.521961\t47.351679\t Zimmerberg-Basistunnel\t3.2516904471656356\n8502220\t8.434713\t47.390882\t Urdorf\t8.068440065257654\n8502221\t8.437543\t47.357432\t Birmensdorf ZH\t8.06996314684311\n8502222\t8.468175\t47.325896\t Bonstetten-Wettswil\t7.9541833744069805\n8502229\t8.430330\t47.380971\t Urdorf Weihermatt\t8.280417806803992\n8502559\t8.463472\t47.368305\t\" Waldegg\t Birmensdorferstrasse\"\n8502572\t8.513918\t47.370293\t\" Zürich\t Goldbrunnenplatz\"\n8502876\t8.438705\t47.338209\t\" Aesch ZH\t Gemeindehaus\"\n8502885\t8.467781\t47.315088\t\" Bonstetten\t Dorfplatz\"\n8502950\t8.437173\t47.353936\t\" Birmensdorf ZH\t Zentrum\"\n8503000\t8.540192\t47.378177\t Zürich HB\t0.0\n8503001\t8.488940\t47.391481\t Zürich Altstetten\t4.13375926858903\n8503003\t8.548466\t47.366611\t Zürich Stadelhofen\t1.4295111290151519\n8503004\t8.561372\t47.350124\t Zürich Tiefenbrunnen\t3.504671971681745\n8503006\t8.544115\t47.411529\t Zürich Oerlikon\t3.721478862415944\n8503007\t8.544636\t47.418747\t Zürich Seebach\t4.524981791376042\n8503008\t8.508565\t47.420913\t Zürich Affoltern\t5.316573076021817\n8503009\t8.533588\t47.347440\t Zürich Wollishofen\t3.4548872045433034\n8503010\t8.530805\t47.364099\t Zürich Enge\t1.7181518355112795\n8503011\t8.523462\t47.371472\t Zürich Wiedikon\t1.4643339469632923\n8503015\t8.529359\t47.393032\t Zürich Wipkingen\t1.8427510290972018\n8503016\t8.562386\t47.450383\t Zürich Flughafen\t8.203350668258988\n8503020\t8.517106\t47.385195\t Zürich Hardbrücke\t1.9059132713685245\n8503051\t8.518424\t47.362632\t Zürich Binz\t2.382990198178517\n8503052\t8.507942\t47.364781\t Zürich Friesenberg\t2.8499264576860006\n8503053\t8.503047\t47.364988\t Zürich Schweighof\t3.1593577985382377\n8503054\t8.495197\t47.364997\t Zürich Triemli\t3.6929022824047197\n8503055\t8.465980\t47.365836\t Uitikon Waldegg\t5.756364117002413\n8503056\t8.477376\t47.360229\t Ringlikon\t5.135975309952516\n8503057\t8.487653\t47.352364\t Uetliberg\t4.889891118533676\n8503059\t8.548130\t47.366353\t Zürich Stadelhofen FB\t1.444733582850788\n8503066\t8.623806\t47.331689\t Zumikon\t8.150767995306037\n8503067\t8.603400\t47.346056\t Zollikerberg\t5.953508072739883\n8503068\t8.631071\t47.328178\t Maiacher\t8.821986893449\n8503069\t8.583204\t47.351016\t Zürich Rehalp\t4.430344086045506\n8503074\t8.637845\t47.325814\t Neue Forch\t9.384870279425641\n8503075\t8.617026\t47.336796\t Waltikon\t7.396147377371228\n8503077\t8.596796\t47.347318\t Spital Zollikerberg\t5.474392510445963\n8503078\t8.593024\t47.345476\t Waldburg\t5.3921085569881475\n8503081\t8.507416\t47.310140\t Felsenegg\t7.9607180456464315\n8503082\t8.520055\t47.313170\t Adliswil (Luftseilbahnstation)\t7.388271080357266\n8503083\t8.560281\t47.368089\t\" Zürich\t Römerhof\"\n8503084\t8.574530\t47.373203\t\" Zürich\t Dolder\"\n8503086\t8.526232\t47.352124\t Zürich Brunau\t3.082820843867938\n8503087\t8.522143\t47.357407\t Zürich Saalsporthalle\t2.6806825232802516\n8503088\t8.539170\t47.377431\t Zürich HB SZU\t0.11318482080258739\n8503089\t8.535652\t47.296571\t Wildpark-Höfli\t9.083470525070592\n8503090\t8.532033\t47.372938\t Zürich Selnau\t0.8469176708557886\n8503091\t8.521849\t47.362456\t Zürich Giesshübel\t2.228705623564444\n8503093\t8.519679\t47.338378\t Zürich Manegg\t4.688904393467247\n"}]},"apps":[],"jobName":"paragraph_1523949381111_-729725031","id":"20180521-171329_156315711","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:293"},{"text":"%jdbc(hive)\n/* Filter out the sbb data that is within 10km of Zurich HB */\ndrop table if exists sokim.sbb_Zurich10km;\n\ncreate table sokim.sbb_Zurich10km\nstored as parquet\nas\nselect\n a.datetime as datetime,\n a.unique_id as unique_id,\n a.line_id as line_id,\n a.transport_ID as transport_ID,\n a.transport_type as transport_type,\n a.train_number as train_number,\n a.train_type as train_type,\n a.station_name as station_name,\n a.station_id as station_id,\n a.arriving_time_scheduled as arriving_time_scheduled,\n a.arriving_time_actual as arriving_time_actual, \n a.departing_time_scheduled as departing_time_scheduled,\n a.departing_time_actual as departing_time_actual \n FROM sokim.sbb_data2 a INNER JOIN sokim.geo_data b\n ON(a.station_id = b.station_number);\n\nselect * from sokim.sbb_Zurich10km limit 50;\n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_zurich10km.datetime\tsbb_zurich10km.unique_id\tsbb_zurich10km.line_id\tsbb_zurich10km.transport_id\tsbb_zurich10km.transport_type\tsbb_zurich10km.train_number\tsbb_zurich10km.train_type\tsbb_zurich10km.station_name\tsbb_zurich10km.station_id\tsbb_zurich10km.arriving_time_scheduled\tsbb_zurich10km.arriving_time_actual\tsbb_zurich10km.departing_time_scheduled\tsbb_zurich10km.departing_time_actual\n03.04.2018\t85:838:231486-01961-1:8587965\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Bahnhof\t8587965\t\t\t03.04.2018 10:33\t03.04.2018 10:36:09\n03.04.2018\t85:838:231486-01961-1:8587971\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Im Loo\t8587971\t03.04.2018 10:34\t03.04.2018 10:37:51\t03.04.2018 10:34\t03.04.2018 10:37:51\n03.04.2018\t85:838:231486-01961-1:8587964\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Alterswohnheim\t8587964\t03.04.2018 10:34\t03.04.2018 10:38:33\t03.04.2018 10:34\t03.04.2018 10:38:39\n03.04.2018\t85:838:231486-01961-1:8587973\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Im Vogelsang\t8587973\t03.04.2018 10:35\t03.04.2018 10:39:27\t03.04.2018 10:35\t03.04.2018 10:39:27\n03.04.2018\t85:838:231486-01961-1:8587976\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Rankstrasse\t8587976\t03.04.2018 10:36\t03.04.2018 10:40:57\t03.04.2018 10:36\t03.04.2018 10:41:03\n03.04.2018\t85:838:231486-01961-1:8587978\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Sandfelsenstr.\t8587978\t03.04.2018 10:37\t03.04.2018 10:42:25\t03.04.2018 10:37\t03.04.2018 10:42:31\n03.04.2018\t85:838:231486-01961-1:8587969\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Erlenhöhe\t8587969\t03.04.2018 10:37\t03.04.2018 10:43:01\t03.04.2018 10:38\t03.04.2018 10:43:07\n03.04.2018\t85:838:231486-01961-1:8588205\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Allmend\t8588205\t03.04.2018 10:38\t03.04.2018 10:43:43\t03.04.2018 10:38\t03.04.2018 10:43:49\n03.04.2018\t85:838:231486-01961-1:8587970\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Föhrenstrasse\t8587970\t03.04.2018 10:39\t03.04.2018 10:44:31\t03.04.2018 10:39\t03.04.2018 10:44:37\n03.04.2018\t85:838:231486-01961-1:8587968\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Chapf\t8587968\t03.04.2018 10:40\t03.04.2018 10:45:07\t03.04.2018 10:40\t03.04.2018 10:45:07\n03.04.2018\t85:838:231486-01961-1:8587980\tBus:85:838:961:961\t85:838:231486-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Schützenhaus\t8587980\t03.04.2018 10:41\t03.04.2018 10:46:07\t\t\n03.04.2018\t85:838:231487-01961-1:8587980\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Schützenhaus\t8587980\t\t\t03.04.2018 10:45\t03.04.2018 10:46:56\n03.04.2018\t85:838:231487-01961-1:8587968\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Chapf\t8587968\t03.04.2018 10:45\t03.04.2018 10:46:23\t03.04.2018 10:45\t03.04.2018 10:46:23\n03.04.2018\t85:838:231487-01961-1:8587970\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Föhrenstrasse\t8587970\t03.04.2018 10:46\t03.04.2018 10:46:47\t03.04.2018 10:46\t03.04.2018 10:46:47\n03.04.2018\t85:838:231487-01961-1:8587969\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Erlenhöhe\t8587969\t03.04.2018 10:46\t03.04.2018 10:48:09\t03.04.2018 10:46\t03.04.2018 10:48:15\n03.04.2018\t85:838:231487-01961-1:8587978\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Sandfelsenstr.\t8587978\t03.04.2018 10:47\t03.04.2018 10:49:39\t03.04.2018 10:47\t03.04.2018 10:49:45\n03.04.2018\t85:838:231487-01961-1:8587976\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Rankstrasse\t8587976\t03.04.2018 10:48\t03.04.2018 10:50:39\t03.04.2018 10:48\t03.04.2018 10:50:45\n03.04.2018\t85:838:231487-01961-1:8587973\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Im Vogelsang\t8587973\t03.04.2018 10:49\t03.04.2018 10:51:21\t03.04.2018 10:49\t03.04.2018 10:51:21\n03.04.2018\t85:838:231487-01961-1:8587964\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Alterswohnheim\t8587964\t03.04.2018 10:50\t03.04.2018 10:51:57\t03.04.2018 10:50\t03.04.2018 10:51:57\n03.04.2018\t85:838:231487-01961-1:8587971\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Im Loo\t8587971\t03.04.2018 10:50\t03.04.2018 10:53:15\t03.04.2018 10:50\t03.04.2018 10:53:15\n03.04.2018\t85:838:231487-01961-1:8587966\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Bahnhofstrasse\t8587966\t03.04.2018 10:51\t03.04.2018 10:54:21\t03.04.2018 10:51\t03.04.2018 10:54:21\n03.04.2018\t85:838:231487-01961-1:8587965\tBus:85:838:961:961\t85:838:231487-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Bahnhof\t8587965\t03.04.2018 10:52\t03.04.2018 10:55:09\t\t\n03.04.2018\t85:838:231489-01961-1:8587965\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Bahnhof\t8587965\t\t\t03.04.2018 11:33\t03.04.2018 11:33:00\n03.04.2018\t85:838:231489-01961-1:8587971\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Im Loo\t8587971\t03.04.2018 11:34\t03.04.2018 11:35:09\t03.04.2018 11:34\t03.04.2018 11:35:16\n03.04.2018\t85:838:231489-01961-1:8587964\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Alterswohnheim\t8587964\t03.04.2018 11:34\t03.04.2018 11:36:33\t03.04.2018 11:34\t03.04.2018 11:36:39\n03.04.2018\t85:838:231489-01961-1:8587973\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Im Vogelsang\t8587973\t03.04.2018 11:35\t03.04.2018 11:37:27\t03.04.2018 11:35\t03.04.2018 11:37:27\n03.04.2018\t85:838:231489-01961-1:8587976\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Rankstrasse\t8587976\t03.04.2018 11:36\t03.04.2018 11:38:15\t03.04.2018 11:36\t03.04.2018 11:38:21\n03.04.2018\t85:838:231489-01961-1:8587978\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Sandfelsenstr.\t8587978\t03.04.2018 11:37\t03.04.2018 11:39:52\t03.04.2018 11:37\t03.04.2018 11:39:58\n03.04.2018\t85:838:231489-01961-1:8587969\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Erlenhöhe\t8587969\t03.04.2018 11:37\t03.04.2018 11:40:28\t03.04.2018 11:38\t03.04.2018 11:40:34\n03.04.2018\t85:838:231489-01961-1:8588205\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Allmend\t8588205\t03.04.2018 11:38\t03.04.2018 11:41:10\t03.04.2018 11:38\t03.04.2018 11:41:16\n03.04.2018\t85:838:231489-01961-1:8587970\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Föhrenstrasse\t8587970\t03.04.2018 11:39\t03.04.2018 11:41:58\t03.04.2018 11:39\t03.04.2018 11:42:04\n03.04.2018\t85:838:231489-01961-1:8587968\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Chapf\t8587968\t03.04.2018 11:40\t03.04.2018 11:42:34\t03.04.2018 11:40\t03.04.2018 11:42:34\n03.04.2018\t85:838:231489-01961-1:8587980\tBus:85:838:961:961\t85:838:231489-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Schützenhaus\t8587980\t03.04.2018 11:41\t03.04.2018 11:43:34\t\t\n03.04.2018\t85:838:231490-01961-1:8587980\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Schützenhaus\t8587980\t\t\t03.04.2018 11:45\t03.04.2018 11:45:00\n03.04.2018\t85:838:231490-01961-1:8587968\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Chapf\t8587968\t03.04.2018 11:45\t03.04.2018 11:46:16\t03.04.2018 11:45\t03.04.2018 11:46:16\n03.04.2018\t85:838:231490-01961-1:8587970\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Föhrenstrasse\t8587970\t03.04.2018 11:46\t03.04.2018 11:46:40\t03.04.2018 11:46\t03.04.2018 11:46:40\n03.04.2018\t85:838:231490-01961-1:8587969\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Erlenhöhe\t8587969\t03.04.2018 11:46\t03.04.2018 11:47:28\t03.04.2018 11:46\t03.04.2018 11:47:34\n03.04.2018\t85:838:231490-01961-1:8587978\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Sandfelsenstr.\t8587978\t03.04.2018 11:47\t03.04.2018 11:48:22\t03.04.2018 11:47\t03.04.2018 11:48:28\n03.04.2018\t85:838:231490-01961-1:8587976\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Rankstrasse\t8587976\t03.04.2018 11:48\t03.04.2018 11:50:09\t03.04.2018 11:48\t03.04.2018 11:50:15\n03.04.2018\t85:838:231490-01961-1:8587973\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Im Vogelsang\t8587973\t03.04.2018 11:49\t03.04.2018 11:50:51\t03.04.2018 11:49\t03.04.2018 11:50:51\n03.04.2018\t85:838:231490-01961-1:8587964\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Alterswohnheim\t8587964\t03.04.2018 11:50\t03.04.2018 11:51:57\t03.04.2018 11:50\t03.04.2018 11:52:15\n03.04.2018\t85:838:231490-01961-1:8587971\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Im Loo\t8587971\t03.04.2018 11:50\t03.04.2018 11:52:57\t03.04.2018 11:50\t03.04.2018 11:52:57\n03.04.2018\t85:838:231490-01961-1:8587966\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Bahnhofstrasse\t8587966\t03.04.2018 11:51\t03.04.2018 11:54:03\t03.04.2018 11:51\t03.04.2018 11:54:03\n03.04.2018\t85:838:231490-01961-1:8587965\tBus:85:838:961:961\t85:838:231490-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Bahnhof\t8587965\t03.04.2018 11:52\t03.04.2018 11:54:51\t\t\n03.04.2018\t85:838:231492-01961-1:8587965\tBus:85:838:961:961\t85:838:231492-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Bahnhof\t8587965\t\t\t03.04.2018 12:33\t03.04.2018 12:33:46\n03.04.2018\t85:838:231492-01961-1:8587971\tBus:85:838:961:961\t85:838:231492-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Im Loo\t8587971\t03.04.2018 12:34\t03.04.2018 12:35:23\t03.04.2018 12:34\t03.04.2018 12:35:23\n03.04.2018\t85:838:231492-01961-1:8587964\tBus:85:838:961:961\t85:838:231492-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Alterswohnheim\t8587964\t03.04.2018 12:34\t03.04.2018 12:36:05\t03.04.2018 12:34\t03.04.2018 12:36:11\n03.04.2018\t85:838:231492-01961-1:8587973\tBus:85:838:961:961\t85:838:231492-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Im Vogelsang\t8587973\t03.04.2018 12:35\t03.04.2018 12:36:59\t03.04.2018 12:35\t03.04.2018 12:36:59\n03.04.2018\t85:838:231492-01961-1:8587976\tBus:85:838:961:961\t85:838:231492-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Rankstrasse\t8587976\t03.04.2018 12:36\t03.04.2018 12:37:47\t03.04.2018 12:36\t03.04.2018 12:37:53\n03.04.2018\t85:838:231492-01961-1:8587978\tBus:85:838:961:961\t85:838:231492-01961-1\tBus\t85:838:961\t961\tErlenbach ZH, Sandfelsenstr.\t8587978\t03.04.2018 12:37\t03.04.2018 12:38:41\t03.04.2018 12:37\t03.04.2018 12:38:47\n"}]},"apps":[],"jobName":"paragraph_1523949381111_-729725031","id":"20180521-192501_628940073","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:294"},{"text":"%jdbc(hive)\nexport table sokim.sbb_Zurich10km to '/user/sokim/data_checkpoint'\n/* import external table if not exists sokim.sbb_Zurich10km from '/user/sokim/data_checkpoint'*/","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"}]},"apps":[],"jobName":"paragraph_1523949381111_-729725031","id":"20180612-185900_1661835638","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:295"},{"text":"%md\n#### 3. Sanitize the duplicated data\n\nWe computed the number of counts of the each journey(`unique_id`) per day and separated the data into two; one having unique journey and the other having duplicated data. \n\nThen we pickeled a sample from unique journey set which has same 'unique_id' with a set of duplicated data and use them as a reference to sanitize the noises.\n\nFor example, some duplicated data has no arriving or departing time schedule even though this journey is in the middle of the trip(as all other data in unique journey sample has both arriving and departure schedules). In this case we could simple remove the rows which does not have the same schdule time with corresponding samples. Sometimes, the times recorded are having intervals of 1~2 mintues or even few seconds for same journey. We see this as a noise and removed this by taking largest time that it arrived or departed. \n\nAfter sanitizing the duplicated data, we merged it with unique joureny and named the table as 'sbb_Zurich10km_filtered'. ","dateUpdated":"2018-04-17T07:41:24+0000","config":{"tableHide":false,"editorSetting":{"language":"markdown","editOnDblClick":true},"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"HTML","data":"<h4>3. Sanitize the duplicated data</h4>\n<p>We computed the number of counts of the each journey(<code>unique_id</code>) per day and separated the data into two; one having unique journey and the other having duplicated data.</p>\n<p>Then we pickeled a sample from unique journey set which has same 'unique_id' with a set of duplicated data and use them as a reference to sanitize the noises.</p>\n<p>For example, some duplicated data has no arriving or departing time schedule even though this journey is in the middle of the trip(as all other data in unique journey sample has both arriving and departure schedules). In this case we could simple remove the rows which does not have the same schdule time with corresponding samples. Sometimes, the times recorded are having intervals of 1~2 mintues or even few seconds for same journey. We see this as a noise and removed this by taking largest time that it arrived or departed.</p>\n<p>After sanitizing the duplicated data, we merged it with unique joureny and named the table as 'sbb_Zurich10km_filtered'.</p>\n"}]},"apps":[],"jobName":"paragraph_1523949381112_-731648775","id":"20180613-165456_793679522","dateCreated":"2018-04-17T07:16:21+0000","status":"FINISHED","progressUpdateIntervalMs":500,"$$hashKey":"object:296","user":"anonymous","dateFinished":"2018-04-17T07:41:24+0000","dateStarted":"2018-04-17T07:41:24+0000"},{"text":"%jdbc(hive)\n/* Count the unique ID from the sbb_Zurich10km */\ndrop table if exists sokim.sbb_countUniqueID;\n\n/* Create an table containing the normal count for each identifier */\ncreate table sokim.sbb_countUniqueID\nstored as parquet\nas\nselect unique_id, datetime,\n count(DISTINCT unique_id) as distinct_count, \n count(unique_id) as normal_count\nfrom sokim.sbb_Zurich10km\ngroup by datetime, unique_id;\n\n\nselect * from sokim.sbb_countUniqueID limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_countuniqueid.unique_id\tsbb_countuniqueid.datetime\tsbb_countuniqueid.distinct_count\tsbb_countuniqueid.normal_count\n85:11:13714:001:8503001\t01.01.2018\t1\t1\n85:11:13716:001:8503003\t01.01.2018\t1\t1\n85:11:13753:001:8503001\t01.01.2018\t1\t1\n85:11:13755:001:8502221\t01.01.2018\t1\t1\n85:11:13760:001:8503003\t01.01.2018\t1\t1\n85:11:13760:001:8503007\t01.01.2018\t1\t1\n85:11:13766:001:8503006\t01.01.2018\t1\t1\n85:11:13771:001:8503000\t01.01.2018\t1\t1\n85:11:13771:001:8503101\t01.01.2018\t1\t1\n85:11:13772:001:8503006\t01.01.2018\t1\t1\n85:11:13777:001:8503003\t01.01.2018\t1\t1\n85:11:13777:001:8503101\t01.01.2018\t1\t1\n85:11:13782:001:8503201\t01.01.2018\t1\t1\n85:11:13783:001:8503011\t01.01.2018\t1\t1\n85:11:13783:001:8503200\t01.01.2018\t1\t1\n85:11:13791:001:8503128\t01.01.2018\t1\t1\n85:11:13792:001:8503147\t01.01.2018\t1\t1\n85:11:1516:001:8503016\t01.01.2018\t1\t1\n85:11:1520:003:8503016\t01.01.2018\t1\t1\n85:11:1533:002:8503016\t01.01.2018\t1\t1\n85:11:1538:002:8503000\t01.01.2018\t1\t1\n85:11:18229:001:8503006\t01.01.2018\t1\t1\n85:11:18229:001:8503202\t01.01.2018\t1\t1\n85:11:18233:001:8503000\t01.01.2018\t1\t1\n85:11:18234:001:8503202\t01.01.2018\t1\t1\n85:11:18235:001:8503010\t01.01.2018\t1\t1\n85:11:18239:001:8503010\t01.01.2018\t1\t1\n85:11:18241:001:8503016\t01.01.2018\t1\t1\n85:11:18243:001:8503202\t01.01.2018\t1\t1\n85:11:18247:001:8503202\t01.01.2018\t1\t1\n85:11:18254:001:8503011\t01.01.2018\t1\t1\n85:11:18261:001:8503000\t01.01.2018\t1\t1\n85:11:18265:001:8503006\t01.01.2018\t1\t1\n85:11:18273:001:8503010\t01.01.2018\t1\t1\n85:11:18274:001:8503016\t01.01.2018\t1\t1\n85:11:18276:001:8503006\t01.01.2018\t1\t1\n85:11:18277:001:8503011\t01.01.2018\t1\t1\n85:11:18283:001:8503016\t01.01.2018\t1\t1\n85:11:18283:001:8503202\t01.01.2018\t1\t1\n85:11:18291:001:8503202\t01.01.2018\t1\t1\n85:11:18322:001:8503000\t01.01.2018\t1\t1\n85:11:18324:002:8503000\t01.01.2018\t1\t1\n85:11:18325:001:8503001\t01.01.2018\t1\t1\n85:11:18325:001:8503147\t01.01.2018\t1\t1\n85:11:18333:001:8503509\t01.01.2018\t1\t1\n85:11:18338:001:8503000\t01.01.2018\t1\t1\n85:11:18341:001:8503512\t01.01.2018\t1\t1\n85:11:18346:001:8503512\t01.01.2018\t1\t1\n85:11:18348:001:8503020\t01.01.2018\t1\t1\n85:11:18351:001:8503512\t01.01.2018\t1\t1\n"}]},"apps":[],"jobName":"paragraph_1523949381112_-731648775","id":"20180610-170722_1952522531","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:297"},{"text":"%jdbc(hive)\n/* Add a column of normal_count in the sbb_Zurich table */\ndrop table if exists sokim.sbb_Zurich10km_withCount;\n\ncreate table sokim.sbb_Zurich10km_withCount\nstored as parquet\nas\nselect \n a.datetime as datetime,\n a.unique_id as unique_id,\n a.line_id as line_id,\n a.transport_ID as transport_ID,\n a.transport_type as transport_type,\n a.train_number as train_number,\n a.train_type as train_type,\n a.station_name as station_name,\n a.station_id as station_id,\n a.arriving_time_scheduled as arriving_time_scheduled,\n a.arriving_time_actual as arriving_time_actual, \n a.departing_time_scheduled as departing_time_scheduled,\n a.departing_time_actual as departing_time_actual, \n b.normal_count as normal_count\n FROM sokim.sbb_Zurich10km a LEFT JOIN sokim.sbb_countUniqueID b\n ON(a.unique_id = b.unique_id and a.datetime = b.datetime);\n\nselect * from sokim.sbb_Zurich10km_withCount limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{"2":{"graph":{"mode":"table","height":300,"optionOpen":false},"helium":{}}},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_zurich10km_withcount.datetime\tsbb_zurich10km_withcount.unique_id\tsbb_zurich10km_withcount.line_id\tsbb_zurich10km_withcount.transport_id\tsbb_zurich10km_withcount.transport_type\tsbb_zurich10km_withcount.train_number\tsbb_zurich10km_withcount.train_type\tsbb_zurich10km_withcount.station_name\tsbb_zurich10km_withcount.station_id\tsbb_zurich10km_withcount.arriving_time_scheduled\tsbb_zurich10km_withcount.arriving_time_actual\tsbb_zurich10km_withcount.departing_time_scheduled\tsbb_zurich10km_withcount.departing_time_actual\tsbb_zurich10km_withcount.normal_count\n24.09.2017\t85:773:13031-13456-1:8576281\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tAdlikon b. R., Ziegelhütte\t8576281\t24.09.2017 07:45\t24.09.2017 07:45:11\t24.09.2017 07:45\t24.09.2017 07:45:42\t1\n24.09.2017\t85:773:13031-13456-1:8576253\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 07:47\t24.09.2017 07:47:05\t24.09.2017 07:47\t24.09.2017 07:47:23\t1\n24.09.2017\t85:773:13031-13456-1:8576278\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 07:48\t24.09.2017 07:48:11\t24.09.2017 07:48\t24.09.2017 07:48:29\t1\n24.09.2017\t85:773:13031-13456-1:8590757\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 07:49\t24.09.2017 07:49:23\t24.09.2017 07:49\t24.09.2017 07:49:41\t1\n24.09.2017\t85:773:13031-13456-1:8590758\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 07:50\t24.09.2017 07:50:17\t24.09.2017 07:50\t24.09.2017 07:50:35\t1\n24.09.2017\t85:773:13031-13456-1:8576279\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 07:51\t24.09.2017 07:51:29\t24.09.2017 07:51\t24.09.2017 07:51:47\t1\n24.09.2017\t85:773:13031-13456-1:8590878\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t24.09.2017 07:55\t24.09.2017 07:54:52\t\t\t1\n24.09.2017\t85:773:13032-13456-1:8590878\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t\t\t24.09.2017 07:56\t24.09.2017 07:56:26\t1\n24.09.2017\t85:773:13032-13456-1:8576280\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 07:56\t24.09.2017 07:56:50\t24.09.2017 07:56\t24.09.2017 07:57:08\t1\n24.09.2017\t85:773:13032-13456-1:8576279\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 07:57\t24.09.2017 07:57:44\t24.09.2017 07:57\t24.09.2017 07:58:02\t1\n24.09.2017\t85:773:13032-13456-1:8590758\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 07:58\t24.09.2017 07:58:16\t24.09.2017 07:58\t24.09.2017 07:58:16\t1\n24.09.2017\t85:773:13032-13456-1:8590757\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 07:59\t24.09.2017 07:58:46\t24.09.2017 07:59\t24.09.2017 07:59:36\t1\n24.09.2017\t85:773:13032-13456-1:8576278\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 08:00\t24.09.2017 08:00:48\t24.09.2017 08:01\t24.09.2017 08:01:06\t1\n24.09.2017\t85:773:13032-13456-1:8576253\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 08:02\t24.09.2017 08:02:00\t24.09.2017 08:02\t24.09.2017 08:02:18\t1\n24.09.2017\t85:773:13032-13456-1:8576281\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tAdlikon b. R., Ziegelhütte\t8576281\t24.09.2017 08:03\t24.09.2017 08:03:30\t24.09.2017 08:03\t24.09.2017 08:03:48\t1\n24.09.2017\t85:773:13033-13456-1:8576281\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tAdlikon b. R., Ziegelhütte\t8576281\t24.09.2017 08:25\t24.09.2017 08:26:20\t24.09.2017 08:25\t24.09.2017 08:26:50\t1\n24.09.2017\t85:773:13033-13456-1:8576253\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 08:27\t24.09.2017 08:28:08\t24.09.2017 08:27\t24.09.2017 08:28:26\t1\n24.09.2017\t85:773:13033-13456-1:8576278\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 08:28\t24.09.2017 08:29:14\t24.09.2017 08:28\t24.09.2017 08:29:32\t1\n24.09.2017\t85:773:13033-13456-1:8590757\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 08:29\t24.09.2017 08:30:26\t24.09.2017 08:29\t24.09.2017 08:30:44\t1\n24.09.2017\t85:773:13033-13456-1:8590758\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 08:30\t24.09.2017 08:31:20\t24.09.2017 08:30\t24.09.2017 08:31:38\t1\n24.09.2017\t85:773:13033-13456-1:8576279\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 08:31\t24.09.2017 08:32:32\t24.09.2017 08:31\t24.09.2017 08:32:50\t1\n24.09.2017\t85:773:13033-13456-1:8576280\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 08:33\t24.09.2017 08:33:16\t24.09.2017 08:33\t24.09.2017 08:33:34\t1\n24.09.2017\t85:773:13033-13456-1:8590878\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t24.09.2017 08:35\t24.09.2017 08:35:10\t\t\t1\n24.09.2017\t85:773:13039-13456-1:8576281\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tAdlikon b. R., Ziegelhütte\t8576281\t24.09.2017 09:45\t24.09.2017 09:45:57\t24.09.2017 09:45\t24.09.2017 09:46:15\t1\n24.09.2017\t85:773:13039-13456-1:8576253\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 09:47\t24.09.2017 09:48:11\t24.09.2017 09:47\t24.09.2017 09:48:29\t1\n24.09.2017\t85:773:13039-13456-1:8576278\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 09:48\t24.09.2017 09:49:17\t24.09.2017 09:48\t24.09.2017 09:49:35\t1\n24.09.2017\t85:773:13039-13456-1:8590757\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 09:49\t24.09.2017 09:50:29\t24.09.2017 09:49\t24.09.2017 09:50:47\t1\n24.09.2017\t85:773:13039-13456-1:8590758\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 09:50\t24.09.2017 09:51:23\t24.09.2017 09:50\t24.09.2017 09:51:41\t1\n24.09.2017\t85:773:13039-13456-1:8576280\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 09:53\t24.09.2017 09:53:34\t24.09.2017 09:53\t24.09.2017 09:53:52\t1\n24.09.2017\t85:773:13039-13456-1:8590878\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t24.09.2017 09:55\t24.09.2017 09:55:19\t\t\t1\n24.09.2017\t85:773:13040-13456-1:8590878\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t\t\t24.09.2017 09:56\t24.09.2017 09:57:12\t1\n24.09.2017\t85:773:13040-13456-1:8576280\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 09:56\t24.09.2017 09:57:36\t24.09.2017 09:56\t24.09.2017 09:57:54\t1\n24.09.2017\t85:773:13040-13456-1:8576279\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 09:57\t24.09.2017 09:58:30\t24.09.2017 09:57\t24.09.2017 09:58:48\t1\n24.09.2017\t85:773:13040-13456-1:8590758\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 09:58\t24.09.2017 09:59:42\t24.09.2017 09:58\t24.09.2017 10:00:00\t1\n24.09.2017\t85:773:13040-13456-1:8590757\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 09:59\t24.09.2017 10:00:30\t24.09.2017 09:59\t24.09.2017 10:00:48\t1\n24.09.2017\t85:773:13040-13456-1:8576278\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 10:00\t24.09.2017 10:01:13\t24.09.2017 10:01\t24.09.2017 10:01:31\t1\n24.09.2017\t85:773:13040-13456-1:8576253\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 10:02\t24.09.2017 10:01:52\t24.09.2017 10:02\t24.09.2017 10:02:18\t1\n24.09.2017\t85:773:13041-13456-1:8576281\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tAdlikon b. R., Ziegelhütte\t8576281\t24.09.2017 10:25\t24.09.2017 10:26:05\t24.09.2017 10:25\t24.09.2017 10:26:23\t1\n24.09.2017\t85:773:13041-13456-1:8576253\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 10:27\t24.09.2017 10:26:54\t24.09.2017 10:27\t24.09.2017 10:27:18\t1\n24.09.2017\t85:773:13041-13456-1:8576278\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 10:28\t24.09.2017 10:28:06\t24.09.2017 10:28\t24.09.2017 10:28:24\t1\n24.09.2017\t85:773:13041-13456-1:8590757\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 10:29\t24.09.2017 10:29:53\t24.09.2017 10:29\t24.09.2017 10:30:11\t1\n24.09.2017\t85:773:13041-13456-1:8590758\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 10:30\t24.09.2017 10:30:47\t24.09.2017 10:30\t24.09.2017 10:31:05\t1\n24.09.2017\t85:773:13041-13456-1:8576279\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 10:31\t24.09.2017 10:31:59\t24.09.2017 10:31\t24.09.2017 10:32:17\t1\n24.09.2017\t85:773:13041-13456-1:8576280\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 10:33\t24.09.2017 10:32:59\t24.09.2017 10:33\t24.09.2017 10:33:18\t1\n24.09.2017\t85:773:13041-13456-1:8590878\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t24.09.2017 10:35\t24.09.2017 10:34:46\t\t\t1\n24.09.2017\t85:773:13042-13456-1:8590878\tBus:85:773:456:456\t85:773:13042-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t\t\t24.09.2017 10:36\t24.09.2017 10:36:00\t1\n24.09.2017\t85:773:13042-13456-1:8576280\tBus:85:773:456:456\t85:773:13042-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 10:36\t24.09.2017 10:36:24\t24.09.2017 10:36\t24.09.2017 10:36:42\t1\n24.09.2017\t85:773:13042-13456-1:8576279\tBus:85:773:456:456\t85:773:13042-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 10:37\t24.09.2017 10:37:18\t24.09.2017 10:37\t24.09.2017 10:37:36\t1\n24.09.2017\t85:773:13042-13456-1:8590758\tBus:85:773:456:456\t85:773:13042-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 10:38\t24.09.2017 10:38:30\t24.09.2017 10:38\t24.09.2017 10:38:48\t1\n24.09.2017\t85:773:13042-13456-1:8590757\tBus:85:773:456:456\t85:773:13042-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 10:39\t24.09.2017 10:39:18\t24.09.2017 10:39\t24.09.2017 10:39:36\t1\n"}]},"apps":[],"jobName":"paragraph_1523949381112_-731648775","id":"20180610-163317_1944727757","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:298"},{"text":"%jdbc(hive)\n/* Subsample the data that have normal_count more than 1 */\ndrop table if exists sokim.sbb_Zurich10km_nonUniqueData;\n\ncreate table sokim.sbb_Zurich10km_nonUniqueData\nstored as parquet\nas\nselect * FROM sokim.sbb_Zurich10km_withCount \nwhere normal_count > 1;\n\nselect * from sokim.sbb_Zurich10km_nonUniqueData limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_zurich10km_nonuniquedata.datetime\tsbb_zurich10km_nonuniquedata.unique_id\tsbb_zurich10km_nonuniquedata.line_id\tsbb_zurich10km_nonuniquedata.transport_id\tsbb_zurich10km_nonuniquedata.transport_type\tsbb_zurich10km_nonuniquedata.train_number\tsbb_zurich10km_nonuniquedata.train_type\tsbb_zurich10km_nonuniquedata.station_name\tsbb_zurich10km_nonuniquedata.station_id\tsbb_zurich10km_nonuniquedata.arriving_time_scheduled\tsbb_zurich10km_nonuniquedata.arriving_time_actual\tsbb_zurich10km_nonuniquedata.departing_time_scheduled\tsbb_zurich10km_nonuniquedata.departing_time_actual\tsbb_zurich10km_nonuniquedata.normal_count\n24.09.2017\t85:773:16124-05752-1:8590570\tBus:85:773:754:754\t85:773:16124-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 08:04\t24.09.2017 08:04:46\t24.09.2017 08:04\t24.09.2017 08:04:58\t2\n24.09.2017\t85:773:16124-05752-1:8590570\tBus:85:773:754:754\t85:773:16124-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 08:06\t24.09.2017 08:07:04\t24.09.2017 08:06\t24.09.2017 08:07:16\t2\n24.09.2017\t85:773:16125-05752-1:8590570\tBus:85:773:754:754\t85:773:16125-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 08:20\t24.09.2017 08:21:21\t24.09.2017 08:21\t24.09.2017 08:21:33\t2\n24.09.2017\t85:773:16125-05752-1:8590570\tBus:85:773:754:754\t85:773:16125-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 08:23\t24.09.2017 08:23:57\t24.09.2017 08:23\t24.09.2017 08:24:09\t2\n24.09.2017\t85:773:16128-05752-1:8590570\tBus:85:773:754:754\t85:773:16128-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 09:04\t24.09.2017 09:05:50\t24.09.2017 09:04\t24.09.2017 09:06:02\t2\n24.09.2017\t85:773:16128-05752-1:8590570\tBus:85:773:754:754\t85:773:16128-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 09:06\t24.09.2017 09:08:33\t24.09.2017 09:06\t24.09.2017 09:10:03\t2\n24.09.2017\t85:773:16132-05752-1:8590570\tBus:85:773:754:754\t85:773:16132-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 10:04\t24.09.2017 10:04:06\t24.09.2017 10:04\t24.09.2017 10:04:18\t2\n24.09.2017\t85:773:16132-05752-1:8590570\tBus:85:773:754:754\t85:773:16132-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 10:06\t24.09.2017 10:06:45\t24.09.2017 10:06\t24.09.2017 10:07:15\t2\n24.09.2017\t85:773:16133-05752-1:8590570\tBus:85:773:754:754\t85:773:16133-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 10:20\t24.09.2017 10:22:14\t24.09.2017 10:21\t24.09.2017 10:22:26\t2\n24.09.2017\t85:773:16133-05752-1:8590570\tBus:85:773:754:754\t85:773:16133-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 10:23\t24.09.2017 10:25:03\t24.09.2017 10:23\t24.09.2017 10:25:15\t2\n24.09.2017\t85:773:16136-05752-1:8590570\tBus:85:773:754:754\t85:773:16136-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 11:04\t24.09.2017 11:06:09\t24.09.2017 11:04\t24.09.2017 11:06:21\t2\n24.09.2017\t85:773:16136-05752-1:8590570\tBus:85:773:754:754\t85:773:16136-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 11:06\t24.09.2017 11:08:27\t24.09.2017 11:06\t24.09.2017 11:08:39\t2\n24.09.2017\t85:773:16137-05752-1:8590570\tBus:85:773:754:754\t85:773:16137-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 11:20\t24.09.2017 11:21:58\t24.09.2017 11:21\t24.09.2017 11:22:10\t2\n24.09.2017\t85:773:16137-05752-1:8590570\tBus:85:773:754:754\t85:773:16137-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 11:23\t24.09.2017 11:24:16\t24.09.2017 11:23\t24.09.2017 11:24:28\t2\n24.09.2017\t85:773:16140-05752-1:8590570\tBus:85:773:754:754\t85:773:16140-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 12:04\t24.09.2017 12:04:39\t24.09.2017 12:04\t24.09.2017 12:04:51\t2\n24.09.2017\t85:773:16140-05752-1:8590570\tBus:85:773:754:754\t85:773:16140-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 12:06\t24.09.2017 12:07:21\t24.09.2017 12:06\t24.09.2017 12:07:51\t2\n24.09.2017\t85:773:16141-05752-1:8590570\tBus:85:773:754:754\t85:773:16141-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 12:20\t24.09.2017 12:20:49\t24.09.2017 12:21\t24.09.2017 12:21:01\t2\n24.09.2017\t85:773:16141-05752-1:8590570\tBus:85:773:754:754\t85:773:16141-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 12:23\t24.09.2017 12:23:07\t24.09.2017 12:23\t24.09.2017 12:23:19\t2\n24.09.2017\t85:773:16144-05752-1:8590570\tBus:85:773:754:754\t85:773:16144-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 13:04\t24.09.2017 13:04:05\t24.09.2017 13:04\t24.09.2017 13:04:18\t2\n24.09.2017\t85:773:16144-05752-1:8590570\tBus:85:773:754:754\t85:773:16144-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 13:06\t24.09.2017 13:06:39\t24.09.2017 13:06\t24.09.2017 13:07:15\t2\n24.09.2017\t85:773:16148-05752-1:8590570\tBus:85:773:754:754\t85:773:16148-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 14:04\t24.09.2017 14:04:48\t24.09.2017 14:04\t24.09.2017 14:05:00\t2\n24.09.2017\t85:773:16148-05752-1:8590570\tBus:85:773:754:754\t85:773:16148-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 14:06\t24.09.2017 14:07:45\t24.09.2017 14:06\t24.09.2017 14:07:57\t2\n24.09.2017\t85:773:16149-05752-1:8590570\tBus:85:773:754:754\t85:773:16149-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 14:20\t24.09.2017 14:21:21\t24.09.2017 14:21\t24.09.2017 14:21:33\t2\n24.09.2017\t85:773:16149-05752-1:8590570\tBus:85:773:754:754\t85:773:16149-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 14:23\t24.09.2017 14:25:03\t24.09.2017 14:23\t24.09.2017 14:25:15\t2\n24.09.2017\t85:773:16152-05752-1:8590570\tBus:85:773:754:754\t85:773:16152-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 15:04\t24.09.2017 15:04:06\t24.09.2017 15:04\t24.09.2017 15:04:18\t2\n24.09.2017\t85:773:16152-05752-1:8590570\tBus:85:773:754:754\t85:773:16152-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 15:06\t24.09.2017 15:06:51\t24.09.2017 15:06\t24.09.2017 15:07:03\t2\n24.09.2017\t85:773:16153-05752-1:8590570\tBus:85:773:754:754\t85:773:16153-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 15:20\t24.09.2017 15:20:03\t24.09.2017 15:21\t24.09.2017 15:20:03\t2\n24.09.2017\t85:773:16153-05752-1:8590570\tBus:85:773:754:754\t85:773:16153-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 15:23\t24.09.2017 15:23:06\t24.09.2017 15:23\t24.09.2017 15:23:18\t2\n24.09.2017\t85:773:16156-05752-1:8590570\tBus:85:773:754:754\t85:773:16156-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 16:04\t24.09.2017 16:04:37\t24.09.2017 16:04\t24.09.2017 16:04:49\t2\n24.09.2017\t85:773:16156-05752-1:8590570\tBus:85:773:754:754\t85:773:16156-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 16:06\t24.09.2017 16:07:32\t24.09.2017 16:06\t24.09.2017 16:07:44\t2\n24.09.2017\t85:773:16160-05752-1:8590570\tBus:85:773:754:754\t85:773:16160-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 17:04\t24.09.2017 17:05:20\t24.09.2017 17:04\t24.09.2017 17:05:32\t2\n24.09.2017\t85:773:16160-05752-1:8590570\tBus:85:773:754:754\t85:773:16160-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 17:06\t24.09.2017 17:09:08\t24.09.2017 17:06\t24.09.2017 17:09:44\t2\n24.09.2017\t85:773:16161-05752-1:8590570\tBus:85:773:754:754\t85:773:16161-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 17:20\t24.09.2017 17:21:23\t24.09.2017 17:21\t24.09.2017 17:21:35\t2\n24.09.2017\t85:773:16161-05752-1:8590570\tBus:85:773:754:754\t85:773:16161-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 17:23\t24.09.2017 17:23:41\t24.09.2017 17:23\t24.09.2017 17:23:53\t2\n24.09.2017\t85:773:16164-05752-1:8590570\tBus:85:773:754:754\t85:773:16164-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 18:04\t24.09.2017 18:05:15\t24.09.2017 18:04\t24.09.2017 18:05:27\t2\n24.09.2017\t85:773:16164-05752-1:8590570\tBus:85:773:754:754\t85:773:16164-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 18:06\t24.09.2017 18:07:33\t24.09.2017 18:06\t24.09.2017 18:07:45\t2\n24.09.2017\t85:773:16165-05752-1:8590570\tBus:85:773:754:754\t85:773:16165-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 18:20\t24.09.2017 18:22:36\t24.09.2017 18:21\t24.09.2017 18:22:48\t2\n24.09.2017\t85:773:16165-05752-1:8590570\tBus:85:773:754:754\t85:773:16165-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 18:23\t24.09.2017 18:25:44\t24.09.2017 18:23\t24.09.2017 18:25:56\t2\n24.09.2017\t85:773:16168-05752-1:8590570\tBus:85:773:754:754\t85:773:16168-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 19:04\t24.09.2017 19:05:20\t24.09.2017 19:04\t24.09.2017 19:05:32\t2\n24.09.2017\t85:773:16168-05752-1:8590570\tBus:85:773:754:754\t85:773:16168-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 19:06\t24.09.2017 19:07:38\t24.09.2017 19:06\t24.09.2017 19:07:50\t2\n24.09.2017\t85:773:16169-05752-1:8590570\tBus:85:773:754:754\t85:773:16169-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 19:20\t24.09.2017 19:21:21\t24.09.2017 19:21\t24.09.2017 19:21:33\t2\n24.09.2017\t85:773:16169-05752-1:8590570\tBus:85:773:754:754\t85:773:16169-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 19:23\t24.09.2017 19:23:39\t24.09.2017 19:23\t24.09.2017 19:23:51\t2\n24.09.2017\t85:773:16172-05752-1:8590570\tBus:85:773:754:754\t85:773:16172-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 20:04\t24.09.2017 20:05:50\t24.09.2017 20:04\t24.09.2017 20:05:58\t2\n24.09.2017\t85:773:16172-05752-1:8590570\tBus:85:773:754:754\t85:773:16172-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 20:06\t24.09.2017 20:08:14\t24.09.2017 20:06\t24.09.2017 20:08:20\t2\n24.09.2017\t85:773:16173-05752-1:8590570\tBus:85:773:754:754\t85:773:16173-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 20:20\t24.09.2017 20:20:48\t24.09.2017 20:21\t24.09.2017 20:21:00\t2\n24.09.2017\t85:773:16173-05752-1:8590570\tBus:85:773:754:754\t85:773:16173-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 20:23\t24.09.2017 20:23:50\t24.09.2017 20:23\t24.09.2017 20:24:02\t2\n24.09.2017\t85:773:16177-05752-1:8590570\tBus:85:773:754:754\t85:773:16177-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 08:34\t24.09.2017 08:34:51\t24.09.2017 08:34\t24.09.2017 08:35:03\t2\n24.09.2017\t85:773:16177-05752-1:8590570\tBus:85:773:754:754\t85:773:16177-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 08:36\t24.09.2017 08:37:15\t24.09.2017 08:36\t24.09.2017 08:37:27\t2\n24.09.2017\t85:773:16178-05752-1:8590570\tBus:85:773:754:754\t85:773:16178-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 08:50\t24.09.2017 08:52:03\t24.09.2017 08:51\t24.09.2017 08:52:15\t2\n24.09.2017\t85:773:16178-05752-1:8590570\tBus:85:773:754:754\t85:773:16178-05752-1\tBus\t85:773:754\t754\tDübendorf, Kirche Wil\t8590570\t24.09.2017 08:53\t24.09.2017 08:54:21\t24.09.2017 08:53\t24.09.2017 08:54:33\t2\n"}]},"apps":[],"jobName":"paragraph_1523949381112_-731648775","id":"20180610-175808_2073095153","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:299"},{"text":"%jdbc(hive)\n/* Sample the non-repeated data that has the same unique_id with repeated data*/\ndrop table if exists sokim.sbb_Zurich10km_uniqueSample_;\n\ncreate table sokim.sbb_Zurich10km_uniqueSample_\nstored as parquet\nas\nselect distinct\n /*a.datetime as datetime,*/\n a.unique_id as unique_id,\n a.normal_count as normal_count,\n if(isnull(from_unixtime(unix_timestamp(a.arriving_time_scheduled, 'dd.MM.yyyy HH:mm'),'HH:mm')),'00:00',\n from_unixtime(unix_timestamp(a.arriving_time_scheduled, 'dd.MM.yyyy HH:mm'),'HH:mm')) as arriving_time_scheduled,\n /*a.arriving_time_actual as arriving_time_actual,*/\n if(isnull(from_unixtime(unix_timestamp(a.departing_time_scheduled, 'dd.MM.yyyy HH:mm'),'HH:mm')),'00:00',\n from_unixtime(unix_timestamp(a.departing_time_scheduled, 'dd.MM.yyyy HH:mm'),'HH:mm')) as departing_time_scheduled\n /*a.departing_time_actual as departing_time_actual */\n FROM sokim.sbb_Zurich10km_withCount a INNER JOIN sokim.sbb_Zurich10km_nonUniqueData b on(a.unique_id = b.unique_id)\n where a.normal_count = 1;\n","dateUpdated":"2018-04-17T07:42:25+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{"2":{"graph":{"mode":"table","height":300,"optionOpen":true,"setting":{"multiBarChart":{}},"commonSetting":{},"keys":[{"name":"sbb_zurich10km_uniquesample.unique_id","index":0,"aggr":"sum"}],"groups":[],"values":[{"name":"sbb_zurich10km_uniquesample.arriving_time_scheduled","index":2,"aggr":"count"}]},"helium":{}}},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"}]},"apps":[],"jobName":"paragraph_1523949381112_-731648775","id":"20180610-184753_1094134877","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:300"},{"text":"%jdbc(hive)\n/* Choose the latest schudule time among the one with same unique_id.\n By doing this, we can have a sample of one arriving and departing schedule for each unique_id (from non-repeated dataset)*/\ndrop table if exists sokim.sbb_Zurich10km_uniqueSample;\n\ncreate table sokim.sbb_Zurich10km_uniqueSample\nstored as parquet\nas\nselect unique_id, \n if(max(arriving_time_scheduled)='00:00', null, max(arriving_time_scheduled)) as arriving_max , \n if(max(departing_time_scheduled)='00:00', null, max(departing_time_scheduled)) as departing_max\nfrom sokim.sbb_Zurich10km_uniqueSample_\ngroup by unique_id;\n\nselect * from sokim.sbb_Zurich10km_uniqueSample limit 50;","dateUpdated":"2018-04-17T07:43:14+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_zurich10km_uniquesample.unique_id\tsbb_zurich10km_uniquesample.arriving_max\tsbb_zurich10km_uniquesample.departing_max\n85:3849:106454-03002-1:8591252\t11:03\t11:03\n85:3849:106455-03002-1:8591252\t11:19\t11:20\n85:3849:106456-03002-1:8591252\t12:18\t12:18\n85:3849:106456-03002-1:8591381\t12:08\t12:10\n85:3849:106457-03002-1:8591252\t12:34\t12:35\n85:3849:106459-03002-1:8591299\t14:02\t14:03\n85:3849:106465-03002-1:8591252\t17:48\t17:48\n85:3849:106467-03002-1:8591252\t19:12\t19:12\n85:3849:106467-03002-1:8591299\t19:25\t19:25\n85:3849:106467-03002-1:8591381\t19:20\t19:22\n85:3849:106468-03002-1:8591381\t20:01\t20:02\n85:3849:106469-03002-1:8576182\t20:53\tnull\n85:3849:106469-03002-1:8576193\t20:44\t20:45\n85:3849:106469-03002-1:8576195\t20:46\t20:46\n85:3849:106469-03002-1:8576196\t20:47\t20:47\n85:3849:106469-03002-1:8576197\t20:48\t20:48\n85:3849:106469-03002-1:8576198\t20:49\t20:49\n85:3849:106469-03002-1:8576199\t20:50\t20:50\n85:3849:106469-03002-1:8576200\t20:51\t20:51\n85:3849:106469-03002-1:8591038\t20:29\t20:30\n85:3849:106469-03002-1:8591079\t20:34\t20:35\n85:3849:106469-03002-1:8591093\t20:41\t20:42\n85:3849:106469-03002-1:8591105\t20:43\t20:43\n85:3849:106469-03002-1:8591218\t20:33\t20:33\n85:3849:106469-03002-1:8591252\t20:28\t20:28\n85:3849:106469-03002-1:8591259\t20:32\t20:32\n85:3849:106469-03002-1:8591299\t20:40\t20:41\n85:3849:106469-03002-1:8591369\t20:39\t20:39\n85:3849:106469-03002-1:8591381\t20:36\t20:37\n85:3849:106469-03002-1:8591448\t20:31\t20:31\n85:3849:106470-03002-1:8591381\t21:10\t21:12\n85:3849:106471-03002-1:8591218\t21:43\t21:43\n85:3849:106489-03002-1:8591252\t11:10\t11:10\n85:3849:106490-03002-1:8591381\t11:35\t11:37\n85:3849:106491-03002-1:8591252\t12:25\t12:25\n85:3849:106491-03002-1:8591381\t12:16\t12:17\n85:3849:106494-03002-1:8591299\t14:10\t14:10\n85:3849:106495-03002-1:8591252\t14:55\t14:55\n85:3849:106500-03002-1:8591252\t17:56\t17:56\n85:3849:106513-03002-1:8591252\t11:18\t11:18\n85:3849:106514-03002-1:8591299\t11:47\t11:48\n85:3849:106514-03002-1:8591381\t11:43\t11:44\n85:3849:106515-03002-1:8591381\t12:23\t12:25\n85:3849:106519-03002-1:8591252\t15:03\t15:03\n85:3849:106524-03002-1:8591252\t18:03\t18:03\n85:3849:106526-03002-1:8591381\t19:28\t19:29\n85:3849:106527-03002-1:8591381\t20:08\t20:10\n85:3849:106528-03002-1:8576182\t21:03\tnull\n85:3849:106528-03002-1:8576193\t20:54\t20:55\n85:3849:106528-03002-1:8576195\t20:56\t20:56\n"}]},"apps":[],"jobName":"paragraph_1523949381113_-732033524","id":"20180610-203600_1075468337","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:301"},{"text":"%jdbc(hive)\n/* First select where the schedule time for both arriving and departing is same with others in the group*/\ndrop table if exists sokim.sbb_Zurich10km_nonUniqueData_Filtered_intermediary;\n\ncreate table sokim.sbb_Zurich10km_nonUniqueData_Filtered_intermediary\nstored as parquet\nas\nselect \n a.datetime as datetime,\n a.unique_id as unique_id,\n a.line_id as line_id,\n a.transport_ID as transport_ID,\n a.transport_type as transport_type,\n a.train_number as train_number,\n a.train_type as train_type,\n a.station_name as station_name,\n a.station_id as station_id,\n a.arriving_time_scheduled as arriving_time_scheduled,\n a.arriving_time_actual as arriving_time_actual, \n a.departing_time_scheduled as departing_time_scheduled,\n a.departing_time_actual as departing_time_actual \n FROM sokim.sbb_Zurich10km_nonUniqueData a LEFT JOIN sokim.sbb_Zurich10km_uniqueSample b\n ON(a.unique_id = b.unique_id)\n where from_unixtime(unix_timestamp(a.departing_time_scheduled, 'dd.MM.yyyy HH:mm'),'HH:mm') = b.departing_max\n and from_unixtime(unix_timestamp(a.arriving_time_scheduled, 'dd.MM.yyyy HH:mm'),'HH:mm') = b.arriving_max\n and unix_timestamp(a.departing_time_actual, 'dd.MM.yyyy HH:mm:ss') >= unix_timestamp(a.departing_time_scheduled, 'dd.MM.yyyy HH:mm');\n\nselect * from sokim.sbb_Zurich10km_nonUniqueData_Filtered_intermediary limit 50;\n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_zurich10km_nonuniquedata_filtered_intermediary.datetime\tsbb_zurich10km_nonuniquedata_filtered_intermediary.unique_id\tsbb_zurich10km_nonuniquedata_filtered_intermediary.line_id\tsbb_zurich10km_nonuniquedata_filtered_intermediary.transport_id\tsbb_zurich10km_nonuniquedata_filtered_intermediary.transport_type\tsbb_zurich10km_nonuniquedata_filtered_intermediary.train_number\tsbb_zurich10km_nonuniquedata_filtered_intermediary.train_type\tsbb_zurich10km_nonuniquedata_filtered_intermediary.station_name\tsbb_zurich10km_nonuniquedata_filtered_intermediary.station_id\tsbb_zurich10km_nonuniquedata_filtered_intermediary.arriving_time_scheduled\tsbb_zurich10km_nonuniquedata_filtered_intermediary.arriving_time_actual\tsbb_zurich10km_nonuniquedata_filtered_intermediary.departing_time_scheduled\tsbb_zurich10km_nonuniquedata_filtered_intermediary.departing_time_actual\n26.02.2018\t85:801:95945-01201-1:8579994\tBus:85:801:1990:221\t85:801:95945-01201-1\tBus\t85:801:1990\t221\tWettswil a.A., Moosstrasse\t8579994\t26.02.2018 06:21\t26.02.2018 06:22:48\t26.02.2018 06:21\t26.02.2018 06:23:00\n26.02.2018\t85:801:95945-01201-1:8573713\tBus:85:801:1990:221\t85:801:95945-01201-1\tBus\t85:801:1990\t221\tWettswil a.A., Grund\t8573713\t26.02.2018 06:22\t26.02.2018 06:23:36\t26.02.2018 06:22\t26.02.2018 06:23:42\n16.03.2018\t85:838:231625-01961-1:8587977\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH, Rebstrasse\t8587977\t16.03.2018 08:48\t16.03.2018 08:48:14\t16.03.2018 08:48\t16.03.2018 08:48:14\n16.03.2018\t85:838:231625-01961-1:8587979\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH, Schulhaus\t8587979\t16.03.2018 08:49\t16.03.2018 08:49:14\t16.03.2018 08:49\t16.03.2018 08:49:14\n16.03.2018\t85:838:231625-01961-1:8587974\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH,Kirchgemeindehaus\t8587974\t16.03.2018 08:50\t16.03.2018 08:50:38\t16.03.2018 08:50\t16.03.2018 08:50:38\n16.03.2018\t85:849:413591-35031-1:8591361\tBus:85:849:031:31\t85:849:413591-35031-1\tBus\t85:849:031\t31\tZürich, Seidelhof\t8591361\t16.03.2018 17:03\t16.03.2018 17:10:43\t16.03.2018 17:03\t16.03.2018 17:10:55\n16.03.2018\t85:849:413591-35031-1:8591056\tBus:85:849:031:31\t85:849:413591-35031-1\tBus\t85:849:031\t31\tZürich, Bahnhof Altstetten\t8591056\t16.03.2018 17:05\t16.03.2018 17:12:31\t16.03.2018 17:05\t16.03.2018 17:12:55\n16.03.2018\t85:849:413591-35031-1:8591265\tBus:85:849:031:31\t85:849:413591-35031-1\tBus\t85:849:031\t31\tZürich, Luggwegstrasse\t8591265\t16.03.2018 17:06\t16.03.2018 17:13:37\t16.03.2018 17:06\t16.03.2018 17:13:49\n16.03.2018\t85:849:413591-35031-1:8591253\tBus:85:849:031:31\t85:849:413591-35031-1\tBus\t85:849:031\t31\tZürich, Letzipark\t8591253\t16.03.2018 17:08\t16.03.2018 17:15:07\t16.03.2018 17:08\t16.03.2018 17:15:25\n16.03.2018\t85:849:413591-35031-1:8591334\tBus:85:849:031:31\t85:849:413591-35031-1\tBus\t85:849:031\t31\tZürich, SBB-Werkstätte\t8591334\t16.03.2018 17:09\t16.03.2018 17:16:07\t16.03.2018 17:09\t16.03.2018 17:16:19\n16.03.2018\t85:849:86246-11035-1:8590318\tBus:85:849:035:35\t85:849:86246-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t16.03.2018 06:18\t16.03.2018 06:18:04\t16.03.2018 06:18\t16.03.2018 06:18:42\n16.03.2018\t85:849:86305-11035-1:8590318\tBus:85:849:035:35\t85:849:86305-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t16.03.2018 06:03\t16.03.2018 06:02:34\t16.03.2018 06:03\t16.03.2018 06:03:42\n16.03.2018\t85:849:114637-03072-1:8591323\tBus:85:849:072:72\t85:849:114637-03072-1\tBus\t85:849:072\t72\tZürich, Rosengartenstrasse\t8591323\t16.03.2018 15:42\t16.03.2018 16:00:42\t16.03.2018 15:42\t16.03.2018 16:01:54\n16.03.2018\t85:849:565382-24080-1:8503610\tBus:85:849:080:80\t85:849:565382-24080-1\tBus\t85:849:080\t80\tZürich, Triemli\t8503610\t16.03.2018 17:14\t16.03.2018 17:16:27\t16.03.2018 17:14\t16.03.2018 17:16:28\n27.09.2017\t85:849:90059-02080-1:8503610\tBus:85:849:080:80\t85:849:90059-02080-1\tBus\t85:849:080\t80\tZürich, Triemli\t8503610\t27.09.2017 18:55\t27.09.2017 18:59:48\t27.09.2017 18:55\t27.09.2017 19:00:12\n27.09.2017\t85:849:90108-02080-1:8503610\tBus:85:849:080:80\t85:849:90108-02080-1\tBus\t85:849:080\t80\tZürich, Triemli\t8503610\t27.09.2017 19:06\t27.09.2017 19:08:12\t27.09.2017 19:07\t27.09.2017 19:09:12\n27.09.2017\t85:849:91734-01091-1:8591023\tBus:85:849:091:91\t85:849:91734-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 06:24\t27.09.2017 06:24:42\t27.09.2017 06:25\t27.09.2017 06:25:00\n27.09.2017\t85:849:91734-01091-1:8591023\tBus:85:849:091:91\t85:849:91734-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 06:24\t27.09.2017 06:24:54\t27.09.2017 06:25\t27.09.2017 06:25:12\n27.09.2017\t85:849:91736-01091-1:8591023\tBus:85:849:091:91\t85:849:91736-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 06:54\t27.09.2017 06:55:41\t27.09.2017 06:55\t27.09.2017 06:55:59\n27.09.2017\t85:849:91738-01091-1:8591023\tBus:85:849:091:91\t85:849:91738-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 07:24\t27.09.2017 07:24:54\t27.09.2017 07:25\t27.09.2017 07:25:12\n27.09.2017\t85:849:91742-01091-1:8591023\tBus:85:849:091:91\t85:849:91742-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 08:24\t27.09.2017 08:24:54\t27.09.2017 08:25\t27.09.2017 08:25:12\n27.09.2017\t85:849:91744-01091-1:8591023\tBus:85:849:091:91\t85:849:91744-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 08:54\t27.09.2017 08:54:54\t27.09.2017 08:55\t27.09.2017 08:55:12\n27.09.2017\t85:849:91746-01091-1:8591023\tBus:85:849:091:91\t85:849:91746-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 09:24\t27.09.2017 09:24:54\t27.09.2017 09:25\t27.09.2017 09:25:12\n27.09.2017\t85:849:91748-01091-1:8591023\tBus:85:849:091:91\t85:849:91748-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 09:54\t27.09.2017 09:54:54\t27.09.2017 09:55\t27.09.2017 09:55:12\n27.09.2017\t85:849:91750-01091-1:8591023\tBus:85:849:091:91\t85:849:91750-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 10:24\t27.09.2017 10:24:54\t27.09.2017 10:25\t27.09.2017 10:25:12\n27.09.2017\t85:849:91752-01091-1:8591023\tBus:85:849:091:91\t85:849:91752-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 10:54\t27.09.2017 10:54:54\t27.09.2017 10:55\t27.09.2017 10:55:12\n27.09.2017\t85:849:91754-01091-1:8591023\tBus:85:849:091:91\t85:849:91754-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 11:24\t27.09.2017 11:24:54\t27.09.2017 11:25\t27.09.2017 11:25:12\n27.09.2017\t85:849:91756-01091-1:8591023\tBus:85:849:091:91\t85:849:91756-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 11:54\t27.09.2017 11:54:54\t27.09.2017 11:55\t27.09.2017 11:55:12\n27.09.2017\t85:849:91758-01091-1:8591023\tBus:85:849:091:91\t85:849:91758-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 12:24\t27.09.2017 12:24:54\t27.09.2017 12:25\t27.09.2017 12:25:12\n27.09.2017\t85:849:91762-01091-1:8591023\tBus:85:849:091:91\t85:849:91762-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 13:24\t27.09.2017 13:24:54\t27.09.2017 13:25\t27.09.2017 13:25:12\n27.09.2017\t85:849:91766-01091-1:8591023\tBus:85:849:091:91\t85:849:91766-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 14:24\t27.09.2017 14:24:54\t27.09.2017 14:25\t27.09.2017 14:25:12\n27.09.2017\t85:849:91768-01091-1:8591023\tBus:85:849:091:91\t85:849:91768-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 14:54\t27.09.2017 14:54:54\t27.09.2017 14:55\t27.09.2017 14:55:12\n27.09.2017\t85:849:91770-01091-1:8591023\tBus:85:849:091:91\t85:849:91770-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 15:24\t27.09.2017 15:24:54\t27.09.2017 15:25\t27.09.2017 15:25:12\n27.09.2017\t85:849:91772-01091-1:8591023\tBus:85:849:091:91\t85:849:91772-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 15:54\t27.09.2017 15:54:54\t27.09.2017 15:55\t27.09.2017 15:55:12\n27.09.2017\t85:849:91774-01091-1:8591023\tBus:85:849:091:91\t85:849:91774-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 16:24\t27.09.2017 16:24:54\t27.09.2017 16:25\t27.09.2017 16:25:12\n27.09.2017\t85:849:91778-01091-1:8591023\tBus:85:849:091:91\t85:849:91778-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 17:24\t27.09.2017 17:24:54\t27.09.2017 17:25\t27.09.2017 17:25:12\n27.09.2017\t85:849:91780-01091-1:8591023\tBus:85:849:091:91\t85:849:91780-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 17:54\t27.09.2017 17:54:54\t27.09.2017 17:55\t27.09.2017 17:55:12\n27.09.2017\t85:849:91782-01091-1:8591023\tBus:85:849:091:91\t85:849:91782-01091-1\tBus\t85:849:091\t91\tZollikerb., Langägerten/Spital\t8591023\t27.09.2017 18:24\t27.09.2017 18:24:54\t27.09.2017 18:25\t27.09.2017 18:25:12\n14.10.2017\t85:3849:139969-04002-1:8591381\tTram:85:3849:002:2\t85:3849:139969-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 13:20\t14.10.2017 13:21:57\t14.10.2017 13:22\t14.10.2017 13:23:27\n14.10.2017\t85:3849:139970-04002-1:8591381\tTram:85:3849:002:2\t85:3849:139970-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 14:01\t14.10.2017 14:01:44\t14.10.2017 14:02\t14.10.2017 14:02:42\n14.10.2017\t85:3849:140024-04002-1:8591381\tTram:85:3849:002:2\t85:3849:140024-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 13:01\t14.10.2017 13:02:45\t14.10.2017 13:02\t14.10.2017 13:04:15\n14.10.2017\t85:3849:140025-04002-1:8591381\tTram:85:3849:002:2\t85:3849:140025-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 13:35\t14.10.2017 13:36:45\t14.10.2017 13:37\t14.10.2017 13:38:15\n14.10.2017\t85:3849:140026-04002-1:8591381\tTram:85:3849:002:2\t85:3849:140026-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 14:16\t14.10.2017 14:16:46\t14.10.2017 14:17\t14.10.2017 14:18:46\n14.10.2017\t85:3849:140059-04002-1:8591381\tTram:85:3849:002:2\t85:3849:140059-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 13:08\t14.10.2017 13:08:42\t14.10.2017 13:10\t14.10.2017 13:10:12\n14.10.2017\t85:3849:140060-04002-1:8591381\tTram:85:3849:002:2\t85:3849:140060-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 13:43\t14.10.2017 13:43:44\t14.10.2017 13:44\t14.10.2017 13:45:14\n14.10.2017\t85:3849:140061-04002-1:8591381\tTram:85:3849:002:2\t85:3849:140061-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 14:23\t14.10.2017 14:23:38\t14.10.2017 14:25\t14.10.2017 14:25:08\n14.10.2017\t85:3849:140083-04002-1:8591381\tTram:85:3849:002:2\t85:3849:140083-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 13:16\t14.10.2017 13:19:26\t14.10.2017 13:17\t14.10.2017 13:20:56\n14.10.2017\t85:3849:140085-04002-1:8591381\tTram:85:3849:002:2\t85:3849:140085-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 14:31\t14.10.2017 14:32:33\t14.10.2017 14:32\t14.10.2017 14:34:33\n14.10.2017\t85:3849:140118-04002-1:8591381\tTram:85:3849:002:2\t85:3849:140118-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 13:23\t14.10.2017 13:28:22\t14.10.2017 13:25\t14.10.2017 13:29:52\n14.10.2017\t85:3849:140119-04002-1:8591381\tTram:85:3849:002:2\t85:3849:140119-04002-1\tTram\t85:3849:002\t2\tZürich, Stauffacher\t8591381\t14.10.2017 13:58\t14.10.2017 13:58:12\t14.10.2017 13:59\t14.10.2017 13:59:42\n"}]},"apps":[],"jobName":"paragraph_1523949381113_-732033524","id":"20180610-180520_1935329448","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:302"},{"text":"%jdbc(hive)\n/* Finally the repeated data are filtered to have unique data for each unique data*/\ndrop table if exists sokim.sbb_Zurich10km_nonUniqueData_Filtered_intermediary2;\n\ncreate table sokim.sbb_Zurich10km_nonUniqueData_Filtered_intermediary2\nstored as parquet\nas\nselect \n datetime,\n unique_id,\n from_unixtime(max(unix_timestamp(arriving_time_scheduled, 'dd.MM.yyyy HH:mm')), 'dd.MM.yyyy HH:mm') as arriving_time_scheduled,\n from_unixtime(max(unix_timestamp(arriving_time_actual, 'dd.MM.yyyy HH:mm:ss')), 'dd.MM.yyyy HH:mm:ss') as arriving_time_actual, \n from_unixtime(max(unix_timestamp(departing_time_scheduled,'dd.MM.yyyy HH:mm')), 'dd.MM.yyyy HH:mm') as departing_time_scheduled,\n from_unixtime(max(unix_timestamp(departing_time_actual, 'dd.MM.yyyy HH:mm:ss')), 'dd.MM.yyyy HH:mm:ss') as departing_time_actual \nfrom sokim.sbb_Zurich10km_nonUniqueData_Filtered_intermediary\ngroup by unique_id, datetime;\n\nselect * from sokim.sbb_Zurich10km_nonUniqueData_Filtered_intermediary2 limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_zurich10km_nonuniquedata_filtered_intermediary2.datetime\tsbb_zurich10km_nonuniquedata_filtered_intermediary2.unique_id\tsbb_zurich10km_nonuniquedata_filtered_intermediary2.arriving_time_scheduled\tsbb_zurich10km_nonuniquedata_filtered_intermediary2.arriving_time_actual\tsbb_zurich10km_nonuniquedata_filtered_intermediary2.departing_time_scheduled\tsbb_zurich10km_nonuniquedata_filtered_intermediary2.departing_time_actual\n20.04.2018\t85:3849:106454-03002-1:8591252\t20.04.2018 11:03\t20.04.2018 11:03:00\t20.04.2018 11:03\t20.04.2018 11:03:12\n16.02.2018\t85:3849:106456-03002-1:8591252\t16.02.2018 12:18\t16.02.2018 12:18:00\t16.02.2018 12:18\t16.02.2018 12:18:12\n13.10.2017\t85:3849:106456-03002-1:8591381\t13.10.2017 12:08\t13.10.2017 12:10:54\t13.10.2017 12:10\t13.10.2017 12:11:42\n13.10.2017\t85:3849:106459-03002-1:8591299\t13.10.2017 14:02\t13.10.2017 14:03:28\t13.10.2017 14:03\t13.10.2017 14:03:52\n12.01.2018\t85:3849:106467-03002-1:8591299\t12.01.2018 19:25\t12.01.2018 19:27:24\t12.01.2018 19:25\t12.01.2018 19:27:48\n16.03.2018\t85:3849:106468-03002-1:8591381\t16.03.2018 20:01\t16.03.2018 20:00:57\t16.03.2018 20:02\t16.03.2018 20:02:27\n22.09.2017\t85:3849:106469-03002-1:8576193\t22.09.2017 20:44\t22.09.2017 20:45:51\t22.09.2017 20:45\t22.09.2017 20:46:15\n22.09.2017\t85:3849:106469-03002-1:8576195\t22.09.2017 20:46\t22.09.2017 20:46:46\t22.09.2017 20:46\t22.09.2017 20:47:04\n22.09.2017\t85:3849:106469-03002-1:8576196\t22.09.2017 20:47\t22.09.2017 20:47:52\t22.09.2017 20:47\t22.09.2017 20:48:04\n22.09.2017\t85:3849:106469-03002-1:8576197\t22.09.2017 20:48\t22.09.2017 20:49:04\t22.09.2017 20:48\t22.09.2017 20:49:16\n22.09.2017\t85:3849:106469-03002-1:8576198\t22.09.2017 20:49\t22.09.2017 20:50:04\t22.09.2017 20:49\t22.09.2017 20:50:16\n22.09.2017\t85:3849:106469-03002-1:8576199\t22.09.2017 20:50\t22.09.2017 20:51:10\t22.09.2017 20:50\t22.09.2017 20:51:22\n22.09.2017\t85:3849:106469-03002-1:8576200\t22.09.2017 20:51\t22.09.2017 20:52:04\t22.09.2017 20:51\t22.09.2017 20:52:16\n22.09.2017\t85:3849:106469-03002-1:8591038\t22.09.2017 20:29\t22.09.2017 20:30:16\t22.09.2017 20:30\t22.09.2017 20:30:40\n22.09.2017\t85:3849:106469-03002-1:8591079\t22.09.2017 20:34\t22.09.2017 20:35:16\t22.09.2017 20:35\t22.09.2017 20:35:33\n22.09.2017\t85:3849:106469-03002-1:8591105\t22.09.2017 20:43\t22.09.2017 20:44:15\t22.09.2017 20:43\t22.09.2017 20:44:33\n10.11.2017\t85:3849:106469-03002-1:8591218\t10.11.2017 20:33\t10.11.2017 20:33:24\t10.11.2017 20:33\t10.11.2017 20:33:42\n22.09.2017\t85:3849:106469-03002-1:8591218\t22.09.2017 20:33\t22.09.2017 20:33:52\t22.09.2017 20:33\t22.09.2017 20:34:10\n22.09.2017\t85:3849:106469-03002-1:8591252\t22.09.2017 20:28\t22.09.2017 20:28:52\t22.09.2017 20:28\t22.09.2017 20:29:04\n22.09.2017\t85:3849:106469-03002-1:8591259\t22.09.2017 20:32\t22.09.2017 20:32:28\t22.09.2017 20:32\t22.09.2017 20:32:46\n22.09.2017\t85:3849:106469-03002-1:8591369\t22.09.2017 20:39\t22.09.2017 20:40:21\t22.09.2017 20:39\t22.09.2017 20:40:33\n06.04.2018\t85:3849:106469-03002-1:8591381\t06.04.2018 20:36\t06.04.2018 20:37:34\t06.04.2018 20:37\t06.04.2018 20:39:04\n16.03.2018\t85:3849:106469-03002-1:8591381\t16.03.2018 20:36\t16.03.2018 20:36:25\t16.03.2018 20:37\t16.03.2018 20:38:01\n22.09.2017\t85:3849:106469-03002-1:8591381\t22.09.2017 20:36\t22.09.2017 20:37:22\t22.09.2017 20:37\t22.09.2017 20:38:21\n22.09.2017\t85:3849:106469-03002-1:8591448\t22.09.2017 20:31\t22.09.2017 20:31:34\t22.09.2017 20:31\t22.09.2017 20:31:46\n06.04.2018\t85:3849:106470-03002-1:8591381\t06.04.2018 21:10\t06.04.2018 21:11:12\t06.04.2018 21:12\t06.04.2018 21:12:36\n10.11.2017\t85:3849:106471-03002-1:8591218\t10.11.2017 21:43\t10.11.2017 21:45:30\t10.11.2017 21:43\t10.11.2017 21:45:48\n20.04.2018\t85:3849:106489-03002-1:8591252\t20.04.2018 11:10\t20.04.2018 13:03:46\t20.04.2018 11:10\t20.04.2018 13:03:58\n13.10.2017\t85:3849:106490-03002-1:8591381\t13.10.2017 11:35\t13.10.2017 11:36:52\t13.10.2017 11:37\t13.10.2017 11:37:16\n20.04.2018\t85:3849:106491-03002-1:8591252\t20.04.2018 12:25\t20.04.2018 12:25:30\t20.04.2018 12:25\t20.04.2018 12:25:42\n13.10.2017\t85:3849:106491-03002-1:8591381\t13.10.2017 12:16\t13.10.2017 12:16:48\t13.10.2017 12:17\t13.10.2017 12:17:42\n13.10.2017\t85:3849:106494-03002-1:8591299\t13.10.2017 14:10\t13.10.2017 14:11:25\t13.10.2017 14:10\t13.10.2017 14:11:49\n20.04.2018\t85:3849:106495-03002-1:8591252\t20.04.2018 14:55\t20.04.2018 14:55:00\t20.04.2018 14:55\t20.04.2018 14:55:12\n20.04.2018\t85:3849:106513-03002-1:8591252\t20.04.2018 11:18\t20.04.2018 12:03:02\t20.04.2018 11:18\t20.04.2018 12:03:32\n13.10.2017\t85:3849:106514-03002-1:8591299\t13.10.2017 11:47\t13.10.2017 11:54:32\t13.10.2017 11:48\t13.10.2017 11:54:56\n13.10.2017\t85:3849:106514-03002-1:8591381\t13.10.2017 11:43\t13.10.2017 11:43:48\t13.10.2017 11:44\t13.10.2017 11:45:37\n13.10.2017\t85:3849:106515-03002-1:8591381\t13.10.2017 12:23\t13.10.2017 12:25:16\t13.10.2017 12:25\t13.10.2017 12:27:16\n20.04.2018\t85:3849:106519-03002-1:8591252\t20.04.2018 15:03\t20.04.2018 15:04:21\t20.04.2018 15:03\t20.04.2018 15:04:33\n06.04.2018\t85:3849:106527-03002-1:8591381\t06.04.2018 20:08\t06.04.2018 20:08:36\t06.04.2018 20:10\t06.04.2018 20:10:06\n16.03.2018\t85:3849:106527-03002-1:8591381\t16.03.2018 20:08\t16.03.2018 20:09:14\t16.03.2018 20:10\t16.03.2018 20:10:06\n22.09.2017\t85:3849:106528-03002-1:8576193\t22.09.2017 20:54\t22.09.2017 20:56:58\t22.09.2017 20:55\t22.09.2017 20:57:22\n22.09.2017\t85:3849:106528-03002-1:8576195\t22.09.2017 20:56\t22.09.2017 20:58:34\t22.09.2017 20:56\t22.09.2017 20:58:52\n22.09.2017\t85:3849:106528-03002-1:8576196\t22.09.2017 20:57\t22.09.2017 20:59:40\t22.09.2017 20:57\t22.09.2017 20:59:52\n22.09.2017\t85:3849:106528-03002-1:8576197\t22.09.2017 20:58\t22.09.2017 21:00:21\t22.09.2017 20:58\t22.09.2017 21:00:33\n22.09.2017\t85:3849:106528-03002-1:8576198\t22.09.2017 20:59\t22.09.2017 21:01:21\t22.09.2017 20:59\t22.09.2017 21:01:33\n22.09.2017\t85:3849:106528-03002-1:8576199\t22.09.2017 21:00\t22.09.2017 21:02:27\t22.09.2017 21:00\t22.09.2017 21:02:39\n22.09.2017\t85:3849:106528-03002-1:8576200\t22.09.2017 21:01\t22.09.2017 21:03:21\t22.09.2017 21:01\t22.09.2017 21:03:33\n22.09.2017\t85:3849:106528-03002-1:8591038\t22.09.2017 20:39\t22.09.2017 20:41:33\t22.09.2017 20:40\t22.09.2017 20:41:57\n22.09.2017\t85:3849:106528-03002-1:8591079\t22.09.2017 20:44\t22.09.2017 20:46:33\t22.09.2017 20:45\t22.09.2017 20:46:45\n22.09.2017\t85:3849:106528-03002-1:8591105\t22.09.2017 20:53\t22.09.2017 20:55:22\t22.09.2017 20:53\t22.09.2017 20:55:40\n"}]},"apps":[],"jobName":"paragraph_1523949381113_-732033524","id":"20180610-203107_1282001238","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:303"},{"text":"%jdbc(hive)\n/* Check if there are repeated data in the filtered nonUniqueDataset. \n (IF the result is blank than it is what we have desired.) */\nwith q as (\n select unique_id, \n count(DISTINCT unique_id) as distinct_count, \n count(unique_id) as normal_count\n from sokim.sbb_Zurich10km_nonUniqueData_Filtered_intermediary2\n group by unique_id, datetime\n)\n\nselect * from q\nwhere normal_count>1\nORDER BY unique_id;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{"0":{"graph":{"mode":"table","height":300,"optionOpen":true,"setting":{"multiBarChart":{}},"commonSetting":{},"keys":[{"name":"q.unique_id","index":0,"aggr":"sum"}],"groups":[],"values":[{"name":"q.distinct_count","index":1,"aggr":"sum"},{"name":"q.normal_count","index":2,"aggr":"sum"}]},"helium":{}}},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TABLE","data":"q.unique_id\tq.distinct_count\tq.normal_count\n"}]},"apps":[],"jobName":"paragraph_1523949381113_-732033524","id":"20180610-202913_909349425","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:304"},{"text":"%jdbc(hive)\ndrop table if exists sokim.sbb_Zurich10km_nonUniqueData_Filtered;\n\ncreate table sokim.sbb_Zurich10km_nonUniqueData_Filtered\nstored as parquet\nas\nselect distinct\n a.datetime as datetime,\n a.unique_id as unique_id,\n a.line_id as line_id,\n a.transport_ID as transport_ID,\n a.transport_type as transport_type,\n a.train_number as train_number,\n a.train_type as train_type,\n a.station_name as station_name,\n a.station_id as station_id,\n a.arriving_time_scheduled as arriving_time_scheduled,\n a.arriving_time_actual as arriving_time_actual, \n a.departing_time_scheduled as departing_time_scheduled,\n a.departing_time_actual as departing_time_actual \n FROM sokim.sbb_Zurich10km_nonUniqueData a INNER JOIN sokim.sbb_Zurich10km_nonUniqueData_Filtered_intermediary2 b\n ON(a.unique_id = b.unique_id and a.datetime = b.datetime \n and a.arriving_time_scheduled = b.arriving_time_scheduled \n and a.departing_time_scheduled = b.departing_time_scheduled\n and a.departing_time_actual = b.departing_time_actual\n and a.arriving_time_actual = b.arriving_time_actual);\n\nselect * from sokim.sbb_Zurich10km_nonUniqueData_Filtered limit 50;\n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_zurich10km_nonuniquedata_filtered.datetime\tsbb_zurich10km_nonuniquedata_filtered.unique_id\tsbb_zurich10km_nonuniquedata_filtered.line_id\tsbb_zurich10km_nonuniquedata_filtered.transport_id\tsbb_zurich10km_nonuniquedata_filtered.transport_type\tsbb_zurich10km_nonuniquedata_filtered.train_number\tsbb_zurich10km_nonuniquedata_filtered.train_type\tsbb_zurich10km_nonuniquedata_filtered.station_name\tsbb_zurich10km_nonuniquedata_filtered.station_id\tsbb_zurich10km_nonuniquedata_filtered.arriving_time_scheduled\tsbb_zurich10km_nonuniquedata_filtered.arriving_time_actual\tsbb_zurich10km_nonuniquedata_filtered.departing_time_scheduled\tsbb_zurich10km_nonuniquedata_filtered.departing_time_actual\n01.02.2018\t85:3849:162198-02008-1:8591105\tTram:85:3849:008:8\t85:3849:162198-02008-1\tTram\t85:3849:008\t8\tZürich, Bürkliplatz\t8591105\t01.02.2018 18:54\t01.02.2018 18:54:06\t01.02.2018 18:54\t01.02.2018 18:54:24\n01.02.2018\t85:3849:520784-02008-1:8591177\tTram:85:3849:008:8\t85:3849:520784-02008-1\tTram\t85:3849:008\t8\tZürich, Hardplatz\t8591177\t01.02.2018 08:40\t01.02.2018 08:40:42\t01.02.2018 08:41\t01.02.2018 08:41:06\n01.02.2018\t85:3849:520801-02008-1:8591177\tTram:85:3849:008:8\t85:3849:520801-02008-1\tTram\t85:3849:008\t8\tZürich, Hardplatz\t8591177\t01.02.2018 08:48\t01.02.2018 08:52:28\t01.02.2018 08:48\t01.02.2018 08:52:52\n01.02.2018\t85:3849:83556-02011-1:8576193\tTram:85:3849:011:11\t85:3849:83556-02011-1\tTram\t85:3849:011\t11\tZürich, Bellevue\t8576193\t01.02.2018 06:24\t01.02.2018 06:24:48\t01.02.2018 06:24\t01.02.2018 06:24:48\n01.02.2018\t85:801:95945-01201-1:8573713\tBus:85:801:1990:221\t85:801:95945-01201-1\tBus\t85:801:1990\t221\tWettswil a.A., Grund\t8573713\t01.02.2018 06:22\t01.02.2018 06:22:32\t01.02.2018 06:22\t01.02.2018 06:22:38\n01.02.2018\t85:801:95945-01201-1:8579994\tBus:85:801:1990:221\t85:801:95945-01201-1\tBus\t85:801:1990\t221\tWettswil a.A., Moosstrasse\t8579994\t01.02.2018 06:21\t01.02.2018 06:21:44\t01.02.2018 06:21\t01.02.2018 06:21:56\n01.02.2018\t85:838:231625-01961-1:8587974\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH,Kirchgemeindehaus\t8587974\t01.02.2018 08:50\t01.02.2018 08:51:26\t01.02.2018 08:50\t01.02.2018 08:51:26\n01.02.2018\t85:838:231625-01961-1:8587977\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH, Rebstrasse\t8587977\t01.02.2018 08:48\t01.02.2018 08:49:02\t01.02.2018 08:48\t01.02.2018 08:49:02\n01.02.2018\t85:838:231625-01961-1:8587979\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH, Schulhaus\t8587979\t01.02.2018 08:49\t01.02.2018 08:50:02\t01.02.2018 08:49\t01.02.2018 08:50:02\n01.02.2018\t85:849:125080-07080-1:8591036\tBus:85:849:080:80\t85:849:125080-07080-1\tBus\t85:849:080\t80\tZürich, Albisrieden\t8591036\t01.02.2018 09:09\t01.02.2018 09:09:54\t01.02.2018 09:09\t01.02.2018 09:10:06\n01.02.2018\t85:849:125239-07080-1:8591346\tBus:85:849:080:80\t85:849:125239-07080-1\tBus\t85:849:080\t80\tZürich, Schumacherweg\t8591346\t01.02.2018 09:12\t01.02.2018 09:13:37\t01.02.2018 09:12\t01.02.2018 09:13:49\n01.02.2018\t85:849:125252-07080-1:8503610\tBus:85:849:080:80\t85:849:125252-07080-1\tBus\t85:849:080\t80\tZürich, Triemli\t8503610\t01.02.2018 18:21\t01.02.2018 18:21:12\t01.02.2018 18:21\t01.02.2018 18:21:12\n01.02.2018\t85:849:125323-07080-1:8591036\tBus:85:849:080:80\t85:849:125323-07080-1\tBus\t85:849:080\t80\tZürich, Albisrieden\t8591036\t01.02.2018 08:58\t01.02.2018 08:58:00\t01.02.2018 08:58\t01.02.2018 08:58:12\n01.02.2018\t85:849:521712-02033-1:8591038\tBus:85:849:033:33\t85:849:521712-02033-1\tBus\t85:849:033\t33\tZürich, Albisriederplatz\t8591038\t01.02.2018 08:51\t01.02.2018 08:51:30\t01.02.2018 08:51\t01.02.2018 08:51:54\n01.02.2018\t85:849:86246-11035-1:8590318\tBus:85:849:035:35\t85:849:86246-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 06:18\t01.02.2018 06:17:49\t01.02.2018 06:18\t01.02.2018 06:18:13\n01.02.2018\t85:849:86305-11035-1:8590318\tBus:85:849:035:35\t85:849:86305-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 06:03\t01.02.2018 06:03:33\t01.02.2018 06:03\t01.02.2018 06:03:57\n01.02.2018\t85:849:86309-11035-1:8590318\tBus:85:849:035:35\t85:849:86309-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 07:03\t01.02.2018 07:04:27\t01.02.2018 07:03\t01.02.2018 07:04:45\n01.02.2018\t85:849:86313-11035-1:8590318\tBus:85:849:035:35\t85:849:86313-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 08:03\t01.02.2018 08:03:03\t01.02.2018 08:03\t01.02.2018 08:03:27\n01.02.2018\t85:849:86329-11035-1:8590318\tBus:85:849:035:35\t85:849:86329-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 12:03\t01.02.2018 12:04:22\t01.02.2018 12:03\t01.02.2018 12:04:40\n01.02.2018\t85:849:86331-11035-1:8590318\tBus:85:849:035:35\t85:849:86331-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 12:33\t01.02.2018 12:33:36\t01.02.2018 12:33\t01.02.2018 12:33:54\n01.02.2018\t85:849:86335-11035-1:8590318\tBus:85:849:035:35\t85:849:86335-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 13:33\t01.02.2018 13:32:41\t01.02.2018 13:33\t01.02.2018 13:33:05\n01.02.2018\t85:849:86353-11035-1:8590318\tBus:85:849:035:35\t85:849:86353-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 18:03\t01.02.2018 18:04:46\t01.02.2018 18:04\t01.02.2018 18:04:47\n01.02.2018\t85:849:86800-19046-1:8576241\tBus:85:849:046:46\t85:849:86800-19046-1\tBus\t85:849:046\t46\tZürich, Heizenholz\t8576241\t01.02.2018 07:27\t01.02.2018 07:27:21\t01.02.2018 07:27\t01.02.2018 07:27:33\n01.02.2018\t85:849:86800-19046-1:8591158\tBus:85:849:046:46\t85:849:86800-19046-1\tBus\t85:849:046\t46\tZürich, Giblenstrasse\t8591158\t01.02.2018 07:26\t01.02.2018 07:26:45\t01.02.2018 07:26\t01.02.2018 07:26:51\n01.02.2018\t85:849:86801-19046-1:8588078\tBus:85:849:046:46\t85:849:86801-19046-1\tBus\t85:849:046\t46\tZürich, Central\t8588078\t01.02.2018 07:53\t01.02.2018 07:57:56\t01.02.2018 07:54\t01.02.2018 07:58:20\n01.02.2018\t85:849:86801-19046-1:8591379\tBus:85:849:046:46\t85:849:86801-19046-1\tBus\t85:849:046\t46\tZürich, Stampfenbachplatz\t8591379\t01.02.2018 07:52\t01.02.2018 07:56:14\t01.02.2018 07:52\t01.02.2018 07:56:38\n01.03.2018\t85:3849:187063-02007-1:8588078\tTram:85:3849:007:7\t85:3849:187063-02007-1\tTram\t85:3849:007\t7\tZürich, Central\t8588078\t01.03.2018 08:27\t01.03.2018 08:54:10\t01.03.2018 08:27\t01.03.2018 08:54:28\n01.03.2018\t85:3849:187063-02007-1:8591067\tTram:85:3849:007:7\t85:3849:187063-02007-1\tTram\t85:3849:007\t7\tZürich, Bahnhofstrasse/HB\t8591067\t01.03.2018 08:28\t01.03.2018 08:56:58\t01.03.2018 08:28\t01.03.2018 08:57:22\n01.03.2018\t85:3849:187063-02007-1:8591316\tTram:85:3849:007:7\t85:3849:187063-02007-1\tTram\t85:3849:007\t7\tZürich, Rennweg\t8591316\t01.03.2018 08:30\t01.03.2018 08:41:58\t01.03.2018 08:30\t01.03.2018 08:41:59\n01.03.2018\t85:3849:190363-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190363-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 09:06\t01.03.2018 09:06:18\t01.03.2018 09:06\t01.03.2018 09:06:42\n01.03.2018\t85:3849:190365-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190365-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:21\t01.03.2018 10:21:18\t01.03.2018 10:21\t01.03.2018 10:21:42\n01.03.2018\t85:3849:190367-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190367-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 11:36\t01.03.2018 11:36:56\t01.03.2018 11:36\t01.03.2018 11:37:20\n01.03.2018\t85:3849:190400-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190400-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:46\t01.03.2018 10:50:05\t01.03.2018 10:46\t01.03.2018 10:50:23\n01.03.2018\t85:3849:190423-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190423-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:06\t01.03.2018 08:06:24\t01.03.2018 08:06\t01.03.2018 08:06:48\n01.03.2018\t85:3849:190456-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190456-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 09:46\t01.03.2018 09:46:36\t01.03.2018 09:46\t01.03.2018 09:46:54\n01.03.2018\t85:3849:190458-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190458-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 11:01\t01.03.2018 11:01:34\t01.03.2018 11:01\t01.03.2018 11:01:52\n01.03.2018\t85:3849:190489-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190489-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:21\t01.03.2018 08:40:08\t01.03.2018 08:21\t01.03.2018 08:40:32\n01.03.2018\t85:3849:190493-02003-1:8591218\tTram:85:3849:003:3\t85:3849:190493-02003-1\tTram\t85:3849:003\t3\tZürich,Kalkbreite/Bhf.Wiedikon\t8591218\t01.03.2018 10:36\t01.03.2018 10:41:12\t01.03.2018 10:36\t01.03.2018 10:41:36\n01.03.2018\t85:3849:190493-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190493-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:51\t01.03.2018 10:53:33\t01.03.2018 10:51\t01.03.2018 10:53:57\n01.03.2018\t85:3849:190524-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190524-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:46\t01.03.2018 09:10:18\t01.03.2018 08:46\t01.03.2018 09:10:36\n01.03.2018\t85:3849:190526-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190526-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:01\t01.03.2018 10:05:25\t01.03.2018 10:01\t01.03.2018 10:05:43\n01.03.2018\t85:3849:190551-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190551-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:36\t01.03.2018 08:48:21\t01.03.2018 08:36\t01.03.2018 08:48:45\n01.03.2018\t85:3849:190553-02003-1:8591038\tTram:85:3849:003:3\t85:3849:190553-02003-1\tTram\t85:3849:003\t3\tZürich, Albisriederplatz\t8591038\t01.03.2018 09:32\t01.03.2018 09:35:14\t01.03.2018 09:33\t01.03.2018 09:35:38\n01.03.2018\t85:3849:190619-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190619-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:51\t01.03.2018 09:39:13\t01.03.2018 08:51\t01.03.2018 09:39:37\n01.03.2018\t85:3849:190648-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190648-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 09:16\t01.03.2018 09:26:46\t01.03.2018 09:16\t01.03.2018 09:27:04\n01.03.2018\t85:3849:191820-02017-1:8591245\tTram:85:3849:017:17\t85:3849:191820-02017-1\tTram\t85:3849:017\t17\tZürich, Laubegg\t8591245\t01.03.2018 08:13\t01.03.2018 08:14:16\t01.03.2018 08:13\t01.03.2018 08:14:17\n01.03.2018\t85:3849:200308-02003-1:8591239\tTram:85:3849:003:3\t85:3849:200308-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:13\t01.03.2018 08:13:54\t01.03.2018 08:14\t01.03.2018 08:14:18\n01.03.2018\t85:3849:200345-02003-1:8591239\tTram:85:3849:003:3\t85:3849:200345-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:28\t01.03.2018 08:56:23\t01.03.2018 08:29\t01.03.2018 08:56:47\n01.03.2018\t85:3849:200443-02003-1:8591239\tTram:85:3849:003:3\t85:3849:200443-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:58\t01.03.2018 08:58:48\t01.03.2018 08:59\t01.03.2018 08:59:12\n01.03.2018\t85:3849:223611-02014-1:8573710\tTram:85:3849:014:14\t85:3849:223611-02014-1\tTram\t85:3849:014\t14\tZürich, Bahnhof Wiedikon\t8573710\t01.03.2018 10:04\t01.03.2018 10:23:15\t01.03.2018 10:05\t01.03.2018 10:23:39\n"}]},"apps":[],"jobName":"paragraph_1523949381113_-732033524","id":"20180610-235126_570706425","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:305"},{"text":"%jdbc(hive)\n/* Check if there are repeated data in the filtered nonUniqueDataset. \n (IF the result is blank than it is what we have desired.) */\nwith q as (\n select unique_id, \n count(DISTINCT unique_id) as distinct_count, \n count(unique_id) as normal_count\n from sokim.sbb_Zurich10km_nonUniqueData_Filtered\n group by datetime, unique_id\n)\n\nselect * from q\nwhere normal_count>1\nORDER BY unique_id;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TABLE","data":"q.unique_id\tq.distinct_count\tq.normal_count\n85:773:24538-01752-1:8594261\t1\t2\n"}]},"apps":[],"jobName":"paragraph_1523949381113_-732033524","id":"20180611-000610_1022579248","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:306"},{"text":"%jdbc(hive)\nselect * from sokim.sbb_Zurich10km_nonUniqueData_Filtered\nwhere unique_id ='85:773:24538-01752-1:8594261' and datetime ='21.12.2017'","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{"0":{"graph":{"mode":"table","height":300,"optionOpen":true,"setting":{"multiBarChart":{}},"commonSetting":{},"keys":[{"name":"sbb_zurich10km_nonuniquedata_filtered.datetime","index":0,"aggr":"sum"}],"groups":[],"values":[{"name":"sbb_zurich10km_nonuniquedata_filtered.unique_id","index":1,"aggr":"count"}]},"helium":{}}},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TABLE","data":"sbb_zurich10km_nonuniquedata_filtered.datetime\tsbb_zurich10km_nonuniquedata_filtered.unique_id\tsbb_zurich10km_nonuniquedata_filtered.line_id\tsbb_zurich10km_nonuniquedata_filtered.transport_id\tsbb_zurich10km_nonuniquedata_filtered.transport_type\tsbb_zurich10km_nonuniquedata_filtered.train_number\tsbb_zurich10km_nonuniquedata_filtered.train_type\tsbb_zurich10km_nonuniquedata_filtered.station_name\tsbb_zurich10km_nonuniquedata_filtered.station_id\tsbb_zurich10km_nonuniquedata_filtered.arriving_time_scheduled\tsbb_zurich10km_nonuniquedata_filtered.arriving_time_actual\tsbb_zurich10km_nonuniquedata_filtered.departing_time_scheduled\tsbb_zurich10km_nonuniquedata_filtered.departing_time_actual\n21.12.2017\t85:773:24538-01752-1:8594261\tBus:85:773:760:760\t85:773:24538-01752-1\tBus\t85:773:760\t760\tDübendorf, Hochbord Nord\t8594261\t21.12.2017 13:50\t21.12.2017 13:50:56\t21.12.2017 13:50\t21.12.2017 13:51:08\n21.12.2017\t85:773:24538-01752-1:8594261\tBus:85:773:760:760\t85:773:24538-01752-1\tBus\t85:773:760\t760\tDübendorf, Hochbord Süd\t8594261\t21.12.2017 13:50\t21.12.2017 13:50:56\t21.12.2017 13:50\t21.12.2017 13:51:08\n"}]},"apps":[],"jobName":"paragraph_1523949381113_-732033524","id":"20180611-001736_131964561","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:307"},{"text":"%jdbc(hive)\ndrop table if exists sokim.sbb_Zurich10km_nonUniqueData_Filtered_Final;\n\ncreate table sokim.sbb_Zurich10km_nonUniqueData_Filtered_Final\nstored as parquet\nas\nselect * from sokim.sbb_Zurich10km_nonUniqueData_Filtered\nwhere unique_id !='85:773:24538-01752-1:8594261' or datetime !='21.12.2017';\n\n\nselect * from sokim.sbb_Zurich10km_nonUniqueData_Filtered_Final limit 50;\n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_zurich10km_nonuniquedata_filtered_final.datetime\tsbb_zurich10km_nonuniquedata_filtered_final.unique_id\tsbb_zurich10km_nonuniquedata_filtered_final.line_id\tsbb_zurich10km_nonuniquedata_filtered_final.transport_id\tsbb_zurich10km_nonuniquedata_filtered_final.transport_type\tsbb_zurich10km_nonuniquedata_filtered_final.train_number\tsbb_zurich10km_nonuniquedata_filtered_final.train_type\tsbb_zurich10km_nonuniquedata_filtered_final.station_name\tsbb_zurich10km_nonuniquedata_filtered_final.station_id\tsbb_zurich10km_nonuniquedata_filtered_final.arriving_time_scheduled\tsbb_zurich10km_nonuniquedata_filtered_final.arriving_time_actual\tsbb_zurich10km_nonuniquedata_filtered_final.departing_time_scheduled\tsbb_zurich10km_nonuniquedata_filtered_final.departing_time_actual\n01.02.2018\t85:3849:162198-02008-1:8591105\tTram:85:3849:008:8\t85:3849:162198-02008-1\tTram\t85:3849:008\t8\tZürich, Bürkliplatz\t8591105\t01.02.2018 18:54\t01.02.2018 18:54:06\t01.02.2018 18:54\t01.02.2018 18:54:24\n01.02.2018\t85:3849:520784-02008-1:8591177\tTram:85:3849:008:8\t85:3849:520784-02008-1\tTram\t85:3849:008\t8\tZürich, Hardplatz\t8591177\t01.02.2018 08:40\t01.02.2018 08:40:42\t01.02.2018 08:41\t01.02.2018 08:41:06\n01.02.2018\t85:3849:520801-02008-1:8591177\tTram:85:3849:008:8\t85:3849:520801-02008-1\tTram\t85:3849:008\t8\tZürich, Hardplatz\t8591177\t01.02.2018 08:48\t01.02.2018 08:52:28\t01.02.2018 08:48\t01.02.2018 08:52:52\n01.02.2018\t85:3849:83556-02011-1:8576193\tTram:85:3849:011:11\t85:3849:83556-02011-1\tTram\t85:3849:011\t11\tZürich, Bellevue\t8576193\t01.02.2018 06:24\t01.02.2018 06:24:48\t01.02.2018 06:24\t01.02.2018 06:24:48\n01.02.2018\t85:801:95945-01201-1:8573713\tBus:85:801:1990:221\t85:801:95945-01201-1\tBus\t85:801:1990\t221\tWettswil a.A., Grund\t8573713\t01.02.2018 06:22\t01.02.2018 06:22:32\t01.02.2018 06:22\t01.02.2018 06:22:38\n01.02.2018\t85:801:95945-01201-1:8579994\tBus:85:801:1990:221\t85:801:95945-01201-1\tBus\t85:801:1990\t221\tWettswil a.A., Moosstrasse\t8579994\t01.02.2018 06:21\t01.02.2018 06:21:44\t01.02.2018 06:21\t01.02.2018 06:21:56\n01.02.2018\t85:838:231625-01961-1:8587974\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH,Kirchgemeindehaus\t8587974\t01.02.2018 08:50\t01.02.2018 08:51:26\t01.02.2018 08:50\t01.02.2018 08:51:26\n01.02.2018\t85:838:231625-01961-1:8587977\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH, Rebstrasse\t8587977\t01.02.2018 08:48\t01.02.2018 08:49:02\t01.02.2018 08:48\t01.02.2018 08:49:02\n01.02.2018\t85:838:231625-01961-1:8587979\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH, Schulhaus\t8587979\t01.02.2018 08:49\t01.02.2018 08:50:02\t01.02.2018 08:49\t01.02.2018 08:50:02\n01.02.2018\t85:849:125080-07080-1:8591036\tBus:85:849:080:80\t85:849:125080-07080-1\tBus\t85:849:080\t80\tZürich, Albisrieden\t8591036\t01.02.2018 09:09\t01.02.2018 09:09:54\t01.02.2018 09:09\t01.02.2018 09:10:06\n01.02.2018\t85:849:125239-07080-1:8591346\tBus:85:849:080:80\t85:849:125239-07080-1\tBus\t85:849:080\t80\tZürich, Schumacherweg\t8591346\t01.02.2018 09:12\t01.02.2018 09:13:37\t01.02.2018 09:12\t01.02.2018 09:13:49\n01.02.2018\t85:849:125252-07080-1:8503610\tBus:85:849:080:80\t85:849:125252-07080-1\tBus\t85:849:080\t80\tZürich, Triemli\t8503610\t01.02.2018 18:21\t01.02.2018 18:21:12\t01.02.2018 18:21\t01.02.2018 18:21:12\n01.02.2018\t85:849:125323-07080-1:8591036\tBus:85:849:080:80\t85:849:125323-07080-1\tBus\t85:849:080\t80\tZürich, Albisrieden\t8591036\t01.02.2018 08:58\t01.02.2018 08:58:00\t01.02.2018 08:58\t01.02.2018 08:58:12\n01.02.2018\t85:849:521712-02033-1:8591038\tBus:85:849:033:33\t85:849:521712-02033-1\tBus\t85:849:033\t33\tZürich, Albisriederplatz\t8591038\t01.02.2018 08:51\t01.02.2018 08:51:30\t01.02.2018 08:51\t01.02.2018 08:51:54\n01.02.2018\t85:849:86246-11035-1:8590318\tBus:85:849:035:35\t85:849:86246-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 06:18\t01.02.2018 06:17:49\t01.02.2018 06:18\t01.02.2018 06:18:13\n01.02.2018\t85:849:86305-11035-1:8590318\tBus:85:849:035:35\t85:849:86305-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 06:03\t01.02.2018 06:03:33\t01.02.2018 06:03\t01.02.2018 06:03:57\n01.02.2018\t85:849:86309-11035-1:8590318\tBus:85:849:035:35\t85:849:86309-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 07:03\t01.02.2018 07:04:27\t01.02.2018 07:03\t01.02.2018 07:04:45\n01.02.2018\t85:849:86313-11035-1:8590318\tBus:85:849:035:35\t85:849:86313-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 08:03\t01.02.2018 08:03:03\t01.02.2018 08:03\t01.02.2018 08:03:27\n01.02.2018\t85:849:86329-11035-1:8590318\tBus:85:849:035:35\t85:849:86329-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 12:03\t01.02.2018 12:04:22\t01.02.2018 12:03\t01.02.2018 12:04:40\n01.02.2018\t85:849:86331-11035-1:8590318\tBus:85:849:035:35\t85:849:86331-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 12:33\t01.02.2018 12:33:36\t01.02.2018 12:33\t01.02.2018 12:33:54\n01.02.2018\t85:849:86335-11035-1:8590318\tBus:85:849:035:35\t85:849:86335-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 13:33\t01.02.2018 13:32:41\t01.02.2018 13:33\t01.02.2018 13:33:05\n01.02.2018\t85:849:86353-11035-1:8590318\tBus:85:849:035:35\t85:849:86353-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 18:03\t01.02.2018 18:04:46\t01.02.2018 18:04\t01.02.2018 18:04:47\n01.02.2018\t85:849:86800-19046-1:8576241\tBus:85:849:046:46\t85:849:86800-19046-1\tBus\t85:849:046\t46\tZürich, Heizenholz\t8576241\t01.02.2018 07:27\t01.02.2018 07:27:21\t01.02.2018 07:27\t01.02.2018 07:27:33\n01.02.2018\t85:849:86800-19046-1:8591158\tBus:85:849:046:46\t85:849:86800-19046-1\tBus\t85:849:046\t46\tZürich, Giblenstrasse\t8591158\t01.02.2018 07:26\t01.02.2018 07:26:45\t01.02.2018 07:26\t01.02.2018 07:26:51\n01.02.2018\t85:849:86801-19046-1:8588078\tBus:85:849:046:46\t85:849:86801-19046-1\tBus\t85:849:046\t46\tZürich, Central\t8588078\t01.02.2018 07:53\t01.02.2018 07:57:56\t01.02.2018 07:54\t01.02.2018 07:58:20\n01.02.2018\t85:849:86801-19046-1:8591379\tBus:85:849:046:46\t85:849:86801-19046-1\tBus\t85:849:046\t46\tZürich, Stampfenbachplatz\t8591379\t01.02.2018 07:52\t01.02.2018 07:56:14\t01.02.2018 07:52\t01.02.2018 07:56:38\n01.03.2018\t85:3849:187063-02007-1:8588078\tTram:85:3849:007:7\t85:3849:187063-02007-1\tTram\t85:3849:007\t7\tZürich, Central\t8588078\t01.03.2018 08:27\t01.03.2018 08:54:10\t01.03.2018 08:27\t01.03.2018 08:54:28\n01.03.2018\t85:3849:187063-02007-1:8591067\tTram:85:3849:007:7\t85:3849:187063-02007-1\tTram\t85:3849:007\t7\tZürich, Bahnhofstrasse/HB\t8591067\t01.03.2018 08:28\t01.03.2018 08:56:58\t01.03.2018 08:28\t01.03.2018 08:57:22\n01.03.2018\t85:3849:187063-02007-1:8591316\tTram:85:3849:007:7\t85:3849:187063-02007-1\tTram\t85:3849:007\t7\tZürich, Rennweg\t8591316\t01.03.2018 08:30\t01.03.2018 08:41:58\t01.03.2018 08:30\t01.03.2018 08:41:59\n01.03.2018\t85:3849:190363-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190363-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 09:06\t01.03.2018 09:06:18\t01.03.2018 09:06\t01.03.2018 09:06:42\n01.03.2018\t85:3849:190365-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190365-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:21\t01.03.2018 10:21:18\t01.03.2018 10:21\t01.03.2018 10:21:42\n01.03.2018\t85:3849:190367-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190367-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 11:36\t01.03.2018 11:36:56\t01.03.2018 11:36\t01.03.2018 11:37:20\n01.03.2018\t85:3849:190400-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190400-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:46\t01.03.2018 10:50:05\t01.03.2018 10:46\t01.03.2018 10:50:23\n01.03.2018\t85:3849:190423-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190423-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:06\t01.03.2018 08:06:24\t01.03.2018 08:06\t01.03.2018 08:06:48\n01.03.2018\t85:3849:190456-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190456-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 09:46\t01.03.2018 09:46:36\t01.03.2018 09:46\t01.03.2018 09:46:54\n01.03.2018\t85:3849:190458-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190458-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 11:01\t01.03.2018 11:01:34\t01.03.2018 11:01\t01.03.2018 11:01:52\n01.03.2018\t85:3849:190489-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190489-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:21\t01.03.2018 08:40:08\t01.03.2018 08:21\t01.03.2018 08:40:32\n01.03.2018\t85:3849:190493-02003-1:8591218\tTram:85:3849:003:3\t85:3849:190493-02003-1\tTram\t85:3849:003\t3\tZürich,Kalkbreite/Bhf.Wiedikon\t8591218\t01.03.2018 10:36\t01.03.2018 10:41:12\t01.03.2018 10:36\t01.03.2018 10:41:36\n01.03.2018\t85:3849:190493-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190493-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:51\t01.03.2018 10:53:33\t01.03.2018 10:51\t01.03.2018 10:53:57\n01.03.2018\t85:3849:190524-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190524-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:46\t01.03.2018 09:10:18\t01.03.2018 08:46\t01.03.2018 09:10:36\n01.03.2018\t85:3849:190526-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190526-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:01\t01.03.2018 10:05:25\t01.03.2018 10:01\t01.03.2018 10:05:43\n01.03.2018\t85:3849:190551-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190551-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:36\t01.03.2018 08:48:21\t01.03.2018 08:36\t01.03.2018 08:48:45\n01.03.2018\t85:3849:190553-02003-1:8591038\tTram:85:3849:003:3\t85:3849:190553-02003-1\tTram\t85:3849:003\t3\tZürich, Albisriederplatz\t8591038\t01.03.2018 09:32\t01.03.2018 09:35:14\t01.03.2018 09:33\t01.03.2018 09:35:38\n01.03.2018\t85:3849:190619-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190619-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:51\t01.03.2018 09:39:13\t01.03.2018 08:51\t01.03.2018 09:39:37\n01.03.2018\t85:3849:190648-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190648-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 09:16\t01.03.2018 09:26:46\t01.03.2018 09:16\t01.03.2018 09:27:04\n01.03.2018\t85:3849:191820-02017-1:8591245\tTram:85:3849:017:17\t85:3849:191820-02017-1\tTram\t85:3849:017\t17\tZürich, Laubegg\t8591245\t01.03.2018 08:13\t01.03.2018 08:14:16\t01.03.2018 08:13\t01.03.2018 08:14:17\n01.03.2018\t85:3849:200308-02003-1:8591239\tTram:85:3849:003:3\t85:3849:200308-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:13\t01.03.2018 08:13:54\t01.03.2018 08:14\t01.03.2018 08:14:18\n01.03.2018\t85:3849:200345-02003-1:8591239\tTram:85:3849:003:3\t85:3849:200345-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:28\t01.03.2018 08:56:23\t01.03.2018 08:29\t01.03.2018 08:56:47\n01.03.2018\t85:3849:200443-02003-1:8591239\tTram:85:3849:003:3\t85:3849:200443-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:58\t01.03.2018 08:58:48\t01.03.2018 08:59\t01.03.2018 08:59:12\n01.03.2018\t85:3849:223611-02014-1:8573710\tTram:85:3849:014:14\t85:3849:223611-02014-1\tTram\t85:3849:014\t14\tZürich, Bahnhof Wiedikon\t8573710\t01.03.2018 10:04\t01.03.2018 10:23:15\t01.03.2018 10:05\t01.03.2018 10:23:39\n"}]},"apps":[],"jobName":"paragraph_1523949381114_-730879278","id":"20180611-003259_577572436","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:308"},{"text":"%jdbc(hive)\n/* Check if there are repeated data in the filtered nonUniqueDataset. \n (IF the result is blank than it is what we have desired.) */\nwith q as (\n select unique_id, \n count(DISTINCT unique_id) as distinct_count, \n count(unique_id) as normal_count\n from sokim.sbb_Zurich10km_nonUniqueData_Filtered_Final\n group by datetime, unique_id\n)\n\nselect * from q\nwhere normal_count>1\nORDER BY unique_id;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TABLE","data":"q.unique_id\tq.distinct_count\tq.normal_count\n"}]},"apps":[],"jobName":"paragraph_1523949381114_-730879278","id":"20180611-004236_222797329","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:309"},{"text":"%jdbc(hive)\n/* Subsample the data that have normal_count more than 1 */\ndrop table if exists sokim.sbb_Zurich10km_UniqueData;\n\ncreate table sokim.sbb_Zurich10km_UniqueData\nstored as parquet\nas\nselect datetime,\n unique_id,\n line_id,\n transport_ID,\n transport_type,\n train_number,\n train_type,\n station_name,\n station_id,\n arriving_time_scheduled,\n arriving_time_actual, \n departing_time_scheduled,\n departing_time_actual\nFROM sokim.sbb_Zurich10km_withCount \nwhere normal_count = 1;\n\nselect * from sokim.sbb_Zurich10km_UniqueData limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_zurich10km_uniquedata.datetime\tsbb_zurich10km_uniquedata.unique_id\tsbb_zurich10km_uniquedata.line_id\tsbb_zurich10km_uniquedata.transport_id\tsbb_zurich10km_uniquedata.transport_type\tsbb_zurich10km_uniquedata.train_number\tsbb_zurich10km_uniquedata.train_type\tsbb_zurich10km_uniquedata.station_name\tsbb_zurich10km_uniquedata.station_id\tsbb_zurich10km_uniquedata.arriving_time_scheduled\tsbb_zurich10km_uniquedata.arriving_time_actual\tsbb_zurich10km_uniquedata.departing_time_scheduled\tsbb_zurich10km_uniquedata.departing_time_actual\n24.09.2017\t85:773:13031-13456-1:8576281\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tAdlikon b. R., Ziegelhütte\t8576281\t24.09.2017 07:45\t24.09.2017 07:45:11\t24.09.2017 07:45\t24.09.2017 07:45:42\n24.09.2017\t85:773:13031-13456-1:8576253\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 07:47\t24.09.2017 07:47:05\t24.09.2017 07:47\t24.09.2017 07:47:23\n24.09.2017\t85:773:13031-13456-1:8576278\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 07:48\t24.09.2017 07:48:11\t24.09.2017 07:48\t24.09.2017 07:48:29\n24.09.2017\t85:773:13031-13456-1:8590757\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 07:49\t24.09.2017 07:49:23\t24.09.2017 07:49\t24.09.2017 07:49:41\n24.09.2017\t85:773:13031-13456-1:8590758\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 07:50\t24.09.2017 07:50:17\t24.09.2017 07:50\t24.09.2017 07:50:35\n24.09.2017\t85:773:13031-13456-1:8576279\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 07:51\t24.09.2017 07:51:29\t24.09.2017 07:51\t24.09.2017 07:51:47\n24.09.2017\t85:773:13031-13456-1:8590878\tBus:85:773:456:456\t85:773:13031-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t24.09.2017 07:55\t24.09.2017 07:54:52\t\t\n24.09.2017\t85:773:13032-13456-1:8590878\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t\t\t24.09.2017 07:56\t24.09.2017 07:56:26\n24.09.2017\t85:773:13032-13456-1:8576280\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 07:56\t24.09.2017 07:56:50\t24.09.2017 07:56\t24.09.2017 07:57:08\n24.09.2017\t85:773:13032-13456-1:8576279\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 07:57\t24.09.2017 07:57:44\t24.09.2017 07:57\t24.09.2017 07:58:02\n24.09.2017\t85:773:13032-13456-1:8590758\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 07:58\t24.09.2017 07:58:16\t24.09.2017 07:58\t24.09.2017 07:58:16\n24.09.2017\t85:773:13032-13456-1:8590757\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 07:59\t24.09.2017 07:58:46\t24.09.2017 07:59\t24.09.2017 07:59:36\n24.09.2017\t85:773:13032-13456-1:8576278\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 08:00\t24.09.2017 08:00:48\t24.09.2017 08:01\t24.09.2017 08:01:06\n24.09.2017\t85:773:13032-13456-1:8576253\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 08:02\t24.09.2017 08:02:00\t24.09.2017 08:02\t24.09.2017 08:02:18\n24.09.2017\t85:773:13032-13456-1:8576281\tBus:85:773:456:456\t85:773:13032-13456-1\tBus\t85:773:456\t456\tAdlikon b. R., Ziegelhütte\t8576281\t24.09.2017 08:03\t24.09.2017 08:03:30\t24.09.2017 08:03\t24.09.2017 08:03:48\n24.09.2017\t85:773:13033-13456-1:8576281\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tAdlikon b. R., Ziegelhütte\t8576281\t24.09.2017 08:25\t24.09.2017 08:26:20\t24.09.2017 08:25\t24.09.2017 08:26:50\n24.09.2017\t85:773:13033-13456-1:8576253\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 08:27\t24.09.2017 08:28:08\t24.09.2017 08:27\t24.09.2017 08:28:26\n24.09.2017\t85:773:13033-13456-1:8576278\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 08:28\t24.09.2017 08:29:14\t24.09.2017 08:28\t24.09.2017 08:29:32\n24.09.2017\t85:773:13033-13456-1:8590757\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 08:29\t24.09.2017 08:30:26\t24.09.2017 08:29\t24.09.2017 08:30:44\n24.09.2017\t85:773:13033-13456-1:8590758\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 08:30\t24.09.2017 08:31:20\t24.09.2017 08:30\t24.09.2017 08:31:38\n24.09.2017\t85:773:13033-13456-1:8576279\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 08:31\t24.09.2017 08:32:32\t24.09.2017 08:31\t24.09.2017 08:32:50\n24.09.2017\t85:773:13033-13456-1:8576280\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 08:33\t24.09.2017 08:33:16\t24.09.2017 08:33\t24.09.2017 08:33:34\n24.09.2017\t85:773:13033-13456-1:8590878\tBus:85:773:456:456\t85:773:13033-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t24.09.2017 08:35\t24.09.2017 08:35:10\t\t\n24.09.2017\t85:773:13039-13456-1:8576281\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tAdlikon b. R., Ziegelhütte\t8576281\t24.09.2017 09:45\t24.09.2017 09:45:57\t24.09.2017 09:45\t24.09.2017 09:46:15\n24.09.2017\t85:773:13039-13456-1:8576253\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 09:47\t24.09.2017 09:48:11\t24.09.2017 09:47\t24.09.2017 09:48:29\n24.09.2017\t85:773:13039-13456-1:8576278\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 09:48\t24.09.2017 09:49:17\t24.09.2017 09:48\t24.09.2017 09:49:35\n24.09.2017\t85:773:13039-13456-1:8590757\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 09:49\t24.09.2017 09:50:29\t24.09.2017 09:49\t24.09.2017 09:50:47\n24.09.2017\t85:773:13039-13456-1:8590758\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 09:50\t24.09.2017 09:51:23\t24.09.2017 09:50\t24.09.2017 09:51:41\n24.09.2017\t85:773:13039-13456-1:8576280\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 09:53\t24.09.2017 09:53:34\t24.09.2017 09:53\t24.09.2017 09:53:52\n24.09.2017\t85:773:13039-13456-1:8590878\tBus:85:773:456:456\t85:773:13039-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t24.09.2017 09:55\t24.09.2017 09:55:19\t\t\n24.09.2017\t85:773:13040-13456-1:8590878\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t\t\t24.09.2017 09:56\t24.09.2017 09:57:12\n24.09.2017\t85:773:13040-13456-1:8576280\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 09:56\t24.09.2017 09:57:36\t24.09.2017 09:56\t24.09.2017 09:57:54\n24.09.2017\t85:773:13040-13456-1:8576279\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 09:57\t24.09.2017 09:58:30\t24.09.2017 09:57\t24.09.2017 09:58:48\n24.09.2017\t85:773:13040-13456-1:8590758\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 09:58\t24.09.2017 09:59:42\t24.09.2017 09:58\t24.09.2017 10:00:00\n24.09.2017\t85:773:13040-13456-1:8590757\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 09:59\t24.09.2017 10:00:30\t24.09.2017 09:59\t24.09.2017 10:00:48\n24.09.2017\t85:773:13040-13456-1:8576278\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 10:00\t24.09.2017 10:01:13\t24.09.2017 10:01\t24.09.2017 10:01:31\n24.09.2017\t85:773:13040-13456-1:8576253\tBus:85:773:456:456\t85:773:13040-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 10:02\t24.09.2017 10:01:52\t24.09.2017 10:02\t24.09.2017 10:02:18\n24.09.2017\t85:773:13041-13456-1:8576281\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tAdlikon b. R., Ziegelhütte\t8576281\t24.09.2017 10:25\t24.09.2017 10:26:05\t24.09.2017 10:25\t24.09.2017 10:26:23\n24.09.2017\t85:773:13041-13456-1:8576253\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tAdlikon bei Regensdorf\t8576253\t24.09.2017 10:27\t24.09.2017 10:26:54\t24.09.2017 10:27\t24.09.2017 10:27:18\n24.09.2017\t85:773:13041-13456-1:8576278\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf, Furtbächli\t8576278\t24.09.2017 10:28\t24.09.2017 10:28:06\t24.09.2017 10:28\t24.09.2017 10:28:24\n24.09.2017\t85:773:13041-13456-1:8590757\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 10:29\t24.09.2017 10:29:53\t24.09.2017 10:29\t24.09.2017 10:30:11\n24.09.2017\t85:773:13041-13456-1:8590758\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 10:30\t24.09.2017 10:30:47\t24.09.2017 10:30\t24.09.2017 10:31:05\n24.09.2017\t85:773:13041-13456-1:8576279\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 10:31\t24.09.2017 10:31:59\t24.09.2017 10:31\t24.09.2017 10:32:17\n24.09.2017\t85:773:13041-13456-1:8576280\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 10:33\t24.09.2017 10:32:59\t24.09.2017 10:33\t24.09.2017 10:33:18\n24.09.2017\t85:773:13041-13456-1:8590878\tBus:85:773:456:456\t85:773:13041-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t24.09.2017 10:35\t24.09.2017 10:34:46\t\t\n24.09.2017\t85:773:13042-13456-1:8590878\tBus:85:773:456:456\t85:773:13042-13456-1\tBus\t85:773:456\t456\tRegensdorf-Watt, Bahnhof\t8590878\t\t\t24.09.2017 10:36\t24.09.2017 10:36:00\n24.09.2017\t85:773:13042-13456-1:8576280\tBus:85:773:456:456\t85:773:13042-13456-1\tBus\t85:773:456\t456\tRegensdorf, Althard\t8576280\t24.09.2017 10:36\t24.09.2017 10:36:24\t24.09.2017 10:36\t24.09.2017 10:36:42\n24.09.2017\t85:773:13042-13456-1:8576279\tBus:85:773:456:456\t85:773:13042-13456-1\tBus\t85:773:456\t456\tRegensdorf, Hardhölzli\t8576279\t24.09.2017 10:37\t24.09.2017 10:37:18\t24.09.2017 10:37\t24.09.2017 10:37:36\n24.09.2017\t85:773:13042-13456-1:8590758\tBus:85:773:456:456\t85:773:13042-13456-1\tBus\t85:773:456\t456\tRegensdorf, Querstrasse\t8590758\t24.09.2017 10:38\t24.09.2017 10:38:30\t24.09.2017 10:38\t24.09.2017 10:38:48\n24.09.2017\t85:773:13042-13456-1:8590757\tBus:85:773:456:456\t85:773:13042-13456-1\tBus\t85:773:456\t456\tRegensdorf, Pumpwerkstrasse\t8590757\t24.09.2017 10:39\t24.09.2017 10:39:18\t24.09.2017 10:39\t24.09.2017 10:39:36\n"}]},"apps":[],"jobName":"paragraph_1523949381114_-730879278","id":"20180611-004324_308741838","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:310"},{"text":"%jdbc(hive)\n/* Merge the unique dataset and the filtered nonunqiue dataset */\ndrop table if exists sokim.sbb_Zurich10km_filtered;\n\ncreate table sokim.sbb_Zurich10km_filtered\nstored as parquet\nas\nselect * from (select * from sokim.sbb_Zurich10km_nonUniqueData_Filtered_Final \n union all \n select * from sokim.sbb_Zurich10km_UniqueData) tmp;\n \nselect * from sokim.sbb_Zurich10km_filtered limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sbb_zurich10km_filtered.datetime\tsbb_zurich10km_filtered.unique_id\tsbb_zurich10km_filtered.line_id\tsbb_zurich10km_filtered.transport_id\tsbb_zurich10km_filtered.transport_type\tsbb_zurich10km_filtered.train_number\tsbb_zurich10km_filtered.train_type\tsbb_zurich10km_filtered.station_name\tsbb_zurich10km_filtered.station_id\tsbb_zurich10km_filtered.arriving_time_scheduled\tsbb_zurich10km_filtered.arriving_time_actual\tsbb_zurich10km_filtered.departing_time_scheduled\tsbb_zurich10km_filtered.departing_time_actual\n01.02.2018\t85:3849:162198-02008-1:8591105\tTram:85:3849:008:8\t85:3849:162198-02008-1\tTram\t85:3849:008\t8\tZürich, Bürkliplatz\t8591105\t01.02.2018 18:54\t01.02.2018 18:54:06\t01.02.2018 18:54\t01.02.2018 18:54:24\n01.02.2018\t85:3849:520784-02008-1:8591177\tTram:85:3849:008:8\t85:3849:520784-02008-1\tTram\t85:3849:008\t8\tZürich, Hardplatz\t8591177\t01.02.2018 08:40\t01.02.2018 08:40:42\t01.02.2018 08:41\t01.02.2018 08:41:06\n01.02.2018\t85:3849:520801-02008-1:8591177\tTram:85:3849:008:8\t85:3849:520801-02008-1\tTram\t85:3849:008\t8\tZürich, Hardplatz\t8591177\t01.02.2018 08:48\t01.02.2018 08:52:28\t01.02.2018 08:48\t01.02.2018 08:52:52\n01.02.2018\t85:3849:83556-02011-1:8576193\tTram:85:3849:011:11\t85:3849:83556-02011-1\tTram\t85:3849:011\t11\tZürich, Bellevue\t8576193\t01.02.2018 06:24\t01.02.2018 06:24:48\t01.02.2018 06:24\t01.02.2018 06:24:48\n01.02.2018\t85:801:95945-01201-1:8573713\tBus:85:801:1990:221\t85:801:95945-01201-1\tBus\t85:801:1990\t221\tWettswil a.A., Grund\t8573713\t01.02.2018 06:22\t01.02.2018 06:22:32\t01.02.2018 06:22\t01.02.2018 06:22:38\n01.02.2018\t85:801:95945-01201-1:8579994\tBus:85:801:1990:221\t85:801:95945-01201-1\tBus\t85:801:1990\t221\tWettswil a.A., Moosstrasse\t8579994\t01.02.2018 06:21\t01.02.2018 06:21:44\t01.02.2018 06:21\t01.02.2018 06:21:56\n01.02.2018\t85:838:231625-01961-1:8587974\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH,Kirchgemeindehaus\t8587974\t01.02.2018 08:50\t01.02.2018 08:51:26\t01.02.2018 08:50\t01.02.2018 08:51:26\n01.02.2018\t85:838:231625-01961-1:8587977\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH, Rebstrasse\t8587977\t01.02.2018 08:48\t01.02.2018 08:49:02\t01.02.2018 08:48\t01.02.2018 08:49:02\n01.02.2018\t85:838:231625-01961-1:8587979\tBus:85:838:962:962\t85:838:231625-01961-1\tBus\t85:838:962\t962\tErlenbach ZH, Schulhaus\t8587979\t01.02.2018 08:49\t01.02.2018 08:50:02\t01.02.2018 08:49\t01.02.2018 08:50:02\n01.02.2018\t85:849:125080-07080-1:8591036\tBus:85:849:080:80\t85:849:125080-07080-1\tBus\t85:849:080\t80\tZürich, Albisrieden\t8591036\t01.02.2018 09:09\t01.02.2018 09:09:54\t01.02.2018 09:09\t01.02.2018 09:10:06\n01.02.2018\t85:849:125239-07080-1:8591346\tBus:85:849:080:80\t85:849:125239-07080-1\tBus\t85:849:080\t80\tZürich, Schumacherweg\t8591346\t01.02.2018 09:12\t01.02.2018 09:13:37\t01.02.2018 09:12\t01.02.2018 09:13:49\n01.02.2018\t85:849:125252-07080-1:8503610\tBus:85:849:080:80\t85:849:125252-07080-1\tBus\t85:849:080\t80\tZürich, Triemli\t8503610\t01.02.2018 18:21\t01.02.2018 18:21:12\t01.02.2018 18:21\t01.02.2018 18:21:12\n01.02.2018\t85:849:125323-07080-1:8591036\tBus:85:849:080:80\t85:849:125323-07080-1\tBus\t85:849:080\t80\tZürich, Albisrieden\t8591036\t01.02.2018 08:58\t01.02.2018 08:58:00\t01.02.2018 08:58\t01.02.2018 08:58:12\n01.02.2018\t85:849:521712-02033-1:8591038\tBus:85:849:033:33\t85:849:521712-02033-1\tBus\t85:849:033\t33\tZürich, Albisriederplatz\t8591038\t01.02.2018 08:51\t01.02.2018 08:51:30\t01.02.2018 08:51\t01.02.2018 08:51:54\n01.02.2018\t85:849:86246-11035-1:8590318\tBus:85:849:035:35\t85:849:86246-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 06:18\t01.02.2018 06:17:49\t01.02.2018 06:18\t01.02.2018 06:18:13\n01.02.2018\t85:849:86305-11035-1:8590318\tBus:85:849:035:35\t85:849:86305-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 06:03\t01.02.2018 06:03:33\t01.02.2018 06:03\t01.02.2018 06:03:57\n01.02.2018\t85:849:86309-11035-1:8590318\tBus:85:849:035:35\t85:849:86309-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 07:03\t01.02.2018 07:04:27\t01.02.2018 07:03\t01.02.2018 07:04:45\n01.02.2018\t85:849:86313-11035-1:8590318\tBus:85:849:035:35\t85:849:86313-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 08:03\t01.02.2018 08:03:03\t01.02.2018 08:03\t01.02.2018 08:03:27\n01.02.2018\t85:849:86329-11035-1:8590318\tBus:85:849:035:35\t85:849:86329-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 12:03\t01.02.2018 12:04:22\t01.02.2018 12:03\t01.02.2018 12:04:40\n01.02.2018\t85:849:86331-11035-1:8590318\tBus:85:849:035:35\t85:849:86331-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 12:33\t01.02.2018 12:33:36\t01.02.2018 12:33\t01.02.2018 12:33:54\n01.02.2018\t85:849:86335-11035-1:8590318\tBus:85:849:035:35\t85:849:86335-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 13:33\t01.02.2018 13:32:41\t01.02.2018 13:33\t01.02.2018 13:33:05\n01.02.2018\t85:849:86353-11035-1:8590318\tBus:85:849:035:35\t85:849:86353-11035-1\tBus\t85:849:035\t35\tZürich, Farbhof\t8590318\t01.02.2018 18:03\t01.02.2018 18:04:46\t01.02.2018 18:04\t01.02.2018 18:04:47\n01.02.2018\t85:849:86800-19046-1:8576241\tBus:85:849:046:46\t85:849:86800-19046-1\tBus\t85:849:046\t46\tZürich, Heizenholz\t8576241\t01.02.2018 07:27\t01.02.2018 07:27:21\t01.02.2018 07:27\t01.02.2018 07:27:33\n01.02.2018\t85:849:86800-19046-1:8591158\tBus:85:849:046:46\t85:849:86800-19046-1\tBus\t85:849:046\t46\tZürich, Giblenstrasse\t8591158\t01.02.2018 07:26\t01.02.2018 07:26:45\t01.02.2018 07:26\t01.02.2018 07:26:51\n01.02.2018\t85:849:86801-19046-1:8588078\tBus:85:849:046:46\t85:849:86801-19046-1\tBus\t85:849:046\t46\tZürich, Central\t8588078\t01.02.2018 07:53\t01.02.2018 07:57:56\t01.02.2018 07:54\t01.02.2018 07:58:20\n01.02.2018\t85:849:86801-19046-1:8591379\tBus:85:849:046:46\t85:849:86801-19046-1\tBus\t85:849:046\t46\tZürich, Stampfenbachplatz\t8591379\t01.02.2018 07:52\t01.02.2018 07:56:14\t01.02.2018 07:52\t01.02.2018 07:56:38\n01.03.2018\t85:3849:187063-02007-1:8588078\tTram:85:3849:007:7\t85:3849:187063-02007-1\tTram\t85:3849:007\t7\tZürich, Central\t8588078\t01.03.2018 08:27\t01.03.2018 08:54:10\t01.03.2018 08:27\t01.03.2018 08:54:28\n01.03.2018\t85:3849:187063-02007-1:8591067\tTram:85:3849:007:7\t85:3849:187063-02007-1\tTram\t85:3849:007\t7\tZürich, Bahnhofstrasse/HB\t8591067\t01.03.2018 08:28\t01.03.2018 08:56:58\t01.03.2018 08:28\t01.03.2018 08:57:22\n01.03.2018\t85:3849:187063-02007-1:8591316\tTram:85:3849:007:7\t85:3849:187063-02007-1\tTram\t85:3849:007\t7\tZürich, Rennweg\t8591316\t01.03.2018 08:30\t01.03.2018 08:41:58\t01.03.2018 08:30\t01.03.2018 08:41:59\n01.03.2018\t85:3849:190363-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190363-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 09:06\t01.03.2018 09:06:18\t01.03.2018 09:06\t01.03.2018 09:06:42\n01.03.2018\t85:3849:190365-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190365-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:21\t01.03.2018 10:21:18\t01.03.2018 10:21\t01.03.2018 10:21:42\n01.03.2018\t85:3849:190367-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190367-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 11:36\t01.03.2018 11:36:56\t01.03.2018 11:36\t01.03.2018 11:37:20\n01.03.2018\t85:3849:190400-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190400-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:46\t01.03.2018 10:50:05\t01.03.2018 10:46\t01.03.2018 10:50:23\n01.03.2018\t85:3849:190423-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190423-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:06\t01.03.2018 08:06:24\t01.03.2018 08:06\t01.03.2018 08:06:48\n01.03.2018\t85:3849:190456-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190456-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 09:46\t01.03.2018 09:46:36\t01.03.2018 09:46\t01.03.2018 09:46:54\n01.03.2018\t85:3849:190458-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190458-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 11:01\t01.03.2018 11:01:34\t01.03.2018 11:01\t01.03.2018 11:01:52\n01.03.2018\t85:3849:190489-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190489-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:21\t01.03.2018 08:40:08\t01.03.2018 08:21\t01.03.2018 08:40:32\n01.03.2018\t85:3849:190493-02003-1:8591218\tTram:85:3849:003:3\t85:3849:190493-02003-1\tTram\t85:3849:003\t3\tZürich,Kalkbreite/Bhf.Wiedikon\t8591218\t01.03.2018 10:36\t01.03.2018 10:41:12\t01.03.2018 10:36\t01.03.2018 10:41:36\n01.03.2018\t85:3849:190493-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190493-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:51\t01.03.2018 10:53:33\t01.03.2018 10:51\t01.03.2018 10:53:57\n01.03.2018\t85:3849:190524-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190524-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:46\t01.03.2018 09:10:18\t01.03.2018 08:46\t01.03.2018 09:10:36\n01.03.2018\t85:3849:190526-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190526-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 10:01\t01.03.2018 10:05:25\t01.03.2018 10:01\t01.03.2018 10:05:43\n01.03.2018\t85:3849:190551-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190551-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:36\t01.03.2018 08:48:21\t01.03.2018 08:36\t01.03.2018 08:48:45\n01.03.2018\t85:3849:190553-02003-1:8591038\tTram:85:3849:003:3\t85:3849:190553-02003-1\tTram\t85:3849:003\t3\tZürich, Albisriederplatz\t8591038\t01.03.2018 09:32\t01.03.2018 09:35:14\t01.03.2018 09:33\t01.03.2018 09:35:38\n01.03.2018\t85:3849:190619-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190619-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:51\t01.03.2018 09:39:13\t01.03.2018 08:51\t01.03.2018 09:39:37\n01.03.2018\t85:3849:190648-02003-1:8591239\tTram:85:3849:003:3\t85:3849:190648-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 09:16\t01.03.2018 09:26:46\t01.03.2018 09:16\t01.03.2018 09:27:04\n01.03.2018\t85:3849:191820-02017-1:8591245\tTram:85:3849:017:17\t85:3849:191820-02017-1\tTram\t85:3849:017\t17\tZürich, Laubegg\t8591245\t01.03.2018 08:13\t01.03.2018 08:14:16\t01.03.2018 08:13\t01.03.2018 08:14:17\n01.03.2018\t85:3849:200308-02003-1:8591239\tTram:85:3849:003:3\t85:3849:200308-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:13\t01.03.2018 08:13:54\t01.03.2018 08:14\t01.03.2018 08:14:18\n01.03.2018\t85:3849:200345-02003-1:8591239\tTram:85:3849:003:3\t85:3849:200345-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:28\t01.03.2018 08:56:23\t01.03.2018 08:29\t01.03.2018 08:56:47\n01.03.2018\t85:3849:200443-02003-1:8591239\tTram:85:3849:003:3\t85:3849:200443-02003-1\tTram\t85:3849:003\t3\tZürich, Kunsthaus\t8591239\t01.03.2018 08:58\t01.03.2018 08:58:48\t01.03.2018 08:59\t01.03.2018 08:59:12\n01.03.2018\t85:3849:223611-02014-1:8573710\tTram:85:3849:014:14\t85:3849:223611-02014-1\tTram\t85:3849:014\t14\tZürich, Bahnhof Wiedikon\t8573710\t01.03.2018 10:04\t01.03.2018 10:23:15\t01.03.2018 10:05\t01.03.2018 10:23:39\n"}]},"apps":[],"jobName":"paragraph_1523949381114_-730879278","id":"20180611-004640_547330750","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:311"},{"text":"%jdbc(hive)\n/* Check if there are repeated data in the filtered nonUniqueDataset. \n (IF the result is blank than it is what we have desired.) */\nwith q as (\n select unique_id, \n count(DISTINCT unique_id) as distinct_count, \n count(unique_id) as normal_count\n from sokim.sbb_Zurich10km_filtered\n group by datetime, unique_id\n)\n\nselect * from q\nwhere normal_count>1\nORDER BY unique_id;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TABLE","data":"q.unique_id\tq.distinct_count\tq.normal_count\n"}]},"apps":[],"jobName":"paragraph_1523949381114_-730879278","id":"20180611-004724_696844823","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:312"},{"text":"%md\n#### 4. Separate the data by days\n\nAs we are considering days as one of the factor that affects the delays of the public tansport, we separte the sanitized data into 7 days from Monday to Sunday. \n\nWe then export each table into our local clusters and calculate the mean and variance of the trips in the next part.(through Python)\n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"tableHide":false,"editorSetting":{"language":"markdown","editOnDblClick":true},"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"HTML","data":"<h4>4. Separate the data by days</h4>\n<p>As we are considering days as one of the factor that affects the delays of the public tansport, we separte the sanitized data into 7 days from Monday to Sunday.</p>\n<p>We then export each table into our local clusters and calculate the mean and variance of the trips in the next part.(through Python)</p>\n"}]},"apps":[],"jobName":"paragraph_1523949381115_-731264026","id":"20180613-170832_555193070","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:313"},{"text":"%jdbc(hive)\ndrop table if exists sokim.monday;\n\ncreate table sokim.monday\nstored as parquet\nas\nselect * from sokim.sbb_Zurich10km_filtered where from_unixtime(unix_timestamp(datetime,'dd.MM.yyyy'),'u') == 1;\n\nselect * from sokim.monday limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"monday.datetime\tmonday.unique_id\tmonday.line_id\tmonday.transport_id\tmonday.transport_type\tmonday.train_number\tmonday.train_type\tmonday.station_name\tmonday.station_id\tmonday.arriving_time_scheduled\tmonday.arriving_time_actual\tmonday.departing_time_scheduled\tmonday.departing_time_actual\n20.11.2017\t85:849:90036-01079-1:8591049\tBus:85:849:079:79\t85:849:90036-01079-1\tBus\t85:849:079\t79\tZürich, Auzelg\t8591049\t20.11.2017 22:16\t20.11.2017 22:16:03\t20.11.2017 22:16\t20.11.2017 22:16:15\n20.11.2017\t85:849:90036-01079-1:8591050\tBus:85:849:079:79\t85:849:90036-01079-1\tBus\t85:849:079\t79\tZürich, Auzelg Ost\t8591050\t20.11.2017 22:17\t20.11.2017 22:17:03\t\t\n20.11.2017\t85:849:90037-01079-1:8591050\tBus:85:849:079:79\t85:849:90037-01079-1\tBus\t85:849:079\t79\tZürich, Auzelg Ost\t8591050\t\t\t20.11.2017 22:20\t20.11.2017 22:20:07\n20.11.2017\t85:849:90037-01079-1:8591049\tBus:85:849:079:79\t85:849:90037-01079-1\tBus\t85:849:079\t79\tZürich, Auzelg\t8591049\t20.11.2017 22:20\t20.11.2017 22:21:02\t20.11.2017 22:21\t20.11.2017 22:21:05\n20.11.2017\t85:849:90037-01079-1:8591297\tBus:85:849:079:79\t85:849:90037-01079-1\tBus\t85:849:079\t79\tZürich, Orionstrasse\t8591297\t20.11.2017 22:21\t20.11.2017 22:21:33\t20.11.2017 22:21\t20.11.2017 22:21:33\n20.11.2017\t85:849:90037-01079-1:8591047\tBus:85:849:079:79\t85:849:90037-01079-1\tBus\t85:849:079\t79\tZürich, Aubrücke\t8591047\t20.11.2017 22:23\t20.11.2017 22:23:03\t20.11.2017 22:23\t20.11.2017 22:23:03\n20.11.2017\t85:849:90037-01079-1:8591188\tBus:85:849:079:79\t85:849:90037-01079-1\tBus\t85:849:079\t79\tZürich, Herzogenmühlestrasse\t8591188\t20.11.2017 22:24\t20.11.2017 22:23:39\t20.11.2017 22:24\t20.11.2017 22:23:39\n20.11.2017\t85:849:90037-01079-1:8591349\tBus:85:849:079:79\t85:849:90037-01079-1\tBus\t85:849:079\t79\tZürich, Schwamendingerplatz\t8591349\t20.11.2017 22:25\t20.11.2017 22:24:57\t\t\n20.11.2017\t85:849:90038-01079-1:8591349\tBus:85:849:079:79\t85:849:90038-01079-1\tBus\t85:849:079\t79\tZürich, Schwamendingerplatz\t8591349\t\t\t20.11.2017 22:32\t20.11.2017 22:32:00\n20.11.2017\t85:849:90038-01079-1:8591188\tBus:85:849:079:79\t85:849:90038-01079-1\tBus\t85:849:079\t79\tZürich, Herzogenmühlestrasse\t8591188\t20.11.2017 22:32\t20.11.2017 22:32:24\t20.11.2017 22:32\t20.11.2017 22:32:36\n20.11.2017\t85:849:90038-01079-1:8591047\tBus:85:849:079:79\t85:849:90038-01079-1\tBus\t85:849:079\t79\tZürich, Aubrücke\t8591047\t20.11.2017 22:33\t20.11.2017 22:33:42\t20.11.2017 22:33\t20.11.2017 22:33:54\n20.11.2017\t85:849:90038-01079-1:8591297\tBus:85:849:079:79\t85:849:90038-01079-1\tBus\t85:849:079\t79\tZürich, Orionstrasse\t8591297\t20.11.2017 22:35\t20.11.2017 22:34:58\t20.11.2017 22:35\t20.11.2017 22:35:10\n20.11.2017\t85:849:90038-01079-1:8591049\tBus:85:849:079:79\t85:849:90038-01079-1\tBus\t85:849:079\t79\tZürich, Auzelg\t8591049\t20.11.2017 22:36\t20.11.2017 22:35:34\t20.11.2017 22:36\t20.11.2017 22:35:46\n20.11.2017\t85:849:90038-01079-1:8591050\tBus:85:849:079:79\t85:849:90038-01079-1\tBus\t85:849:079\t79\tZürich, Auzelg Ost\t8591050\t20.11.2017 22:37\t20.11.2017 22:36:34\t\t\n20.11.2017\t85:849:90041-02080-1:8591062\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Bahnhof Oerlikon Nord\t8591062\t\t\t20.11.2017 05:45\t20.11.2017 05:45:00\n20.11.2017\t85:849:90041-02080-1:8591272\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Max-Bill-Platz\t8591272\t20.11.2017 05:46\t20.11.2017 05:46:36\t20.11.2017 05:46\t20.11.2017 05:46:48\n20.11.2017\t85:849:90041-02080-1:8591088\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Birchstrasse\t8591088\t20.11.2017 05:47\t20.11.2017 05:47:30\t20.11.2017 05:47\t20.11.2017 05:47:42\n20.11.2017\t85:849:90041-02080-1:8591108\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Chaletweg\t8591108\t20.11.2017 05:48\t20.11.2017 05:48:56\t20.11.2017 05:48\t20.11.2017 05:49:08\n20.11.2017\t85:849:90041-02080-1:8591280\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Mötteliweg\t8591280\t20.11.2017 05:49\t20.11.2017 05:49:50\t20.11.2017 05:49\t20.11.2017 05:50:02\n20.11.2017\t85:849:90041-02080-1:8595899\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Glaubtenstrasse Nord\t8595899\t20.11.2017 05:50\t20.11.2017 05:51:02\t20.11.2017 05:50\t20.11.2017 05:51:14\n20.11.2017\t85:849:90041-02080-1:8591346\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Schumacherweg\t8591346\t20.11.2017 05:52\t20.11.2017 05:52:44\t20.11.2017 05:52\t20.11.2017 05:52:56\n20.11.2017\t85:849:90041-02080-1:8591249\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Lerchenhalde\t8591249\t20.11.2017 05:53\t20.11.2017 05:53:44\t20.11.2017 05:53\t20.11.2017 05:53:56\n20.11.2017\t85:849:90041-02080-1:8591122\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, ETH Hönggerberg\t8591122\t20.11.2017 05:54\t20.11.2017 05:55:24\t20.11.2017 05:55\t20.11.2017 05:55:42\n20.11.2017\t85:849:90041-02080-1:8591201\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Hönggerberg\t8591201\t20.11.2017 05:56\t20.11.2017 05:56:54\t20.11.2017 05:56\t20.11.2017 05:57:06\n20.11.2017\t85:849:90041-02080-1:8576240\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Meierhofplatz\t8576240\t20.11.2017 05:57\t20.11.2017 05:58:18\t20.11.2017 05:58\t20.11.2017 05:58:30\n20.11.2017\t85:849:90041-02080-1:8591446\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Zwielplatz\t8591446\t20.11.2017 05:58\t20.11.2017 05:59:24\t20.11.2017 05:59\t20.11.2017 05:59:36\n20.11.2017\t85:849:90041-02080-1:8591423\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Wartau\t8591423\t20.11.2017 05:59\t20.11.2017 06:00:56\t20.11.2017 06:00\t20.11.2017 06:01:08\n20.11.2017\t85:849:90041-02080-1:8591435\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Winzerstrasse\t8591435\t20.11.2017 06:00\t20.11.2017 06:00:50\t20.11.2017 06:01\t20.11.2017 06:01:02\n20.11.2017\t85:849:90041-02080-1:8591436\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Winzerstrasse Süd\t8591436\t20.11.2017 06:01\t20.11.2017 06:01:26\t20.11.2017 06:01\t20.11.2017 06:01:38\n20.11.2017\t85:849:90041-02080-1:8591197\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Hohenklingensteig\t8591197\t20.11.2017 06:02\t20.11.2017 06:02:08\t20.11.2017 06:02\t20.11.2017 06:02:20\n20.11.2017\t85:849:90041-02080-1:8591434\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Winzerhalde\t8591434\t20.11.2017 06:03\t20.11.2017 06:03:02\t20.11.2017 06:03\t20.11.2017 06:03:14\n20.11.2017\t85:849:90041-02080-1:8591402\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Tüffenwies\t8591402\t20.11.2017 06:03\t20.11.2017 06:03:50\t20.11.2017 06:04\t20.11.2017 06:04:02\n20.11.2017\t85:849:90041-02080-1:8591056\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Bahnhof Altstetten\t8591056\t20.11.2017 06:06\t20.11.2017 06:06:20\t20.11.2017 06:06\t20.11.2017 06:06:44\n20.11.2017\t85:849:90041-02080-1:8591097\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Bristenstrasse\t8591097\t20.11.2017 06:07\t20.11.2017 06:08:07\t20.11.2017 06:07\t20.11.2017 06:08:19\n20.11.2017\t85:849:90041-02080-1:8591408\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Untermoosstrasse\t8591408\t20.11.2017 06:11\t20.11.2017 06:11:37\t20.11.2017 06:11\t20.11.2017 06:11:49\n20.11.2017\t85:849:90041-02080-1:8591037\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Albisriederdörfli\t8591037\t20.11.2017 06:12\t20.11.2017 06:12:23\t20.11.2017 06:12\t20.11.2017 06:12:35\n20.11.2017\t85:849:90041-02080-1:8591036\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Albisrieden\t8591036\t20.11.2017 06:13\t20.11.2017 06:13:05\t20.11.2017 06:13\t20.11.2017 06:13:17\n20.11.2017\t85:849:90041-02080-1:8591163\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Goldackerweg\t8591163\t20.11.2017 06:14\t20.11.2017 06:14:11\t20.11.2017 06:14\t20.11.2017 06:14:23\n20.11.2017\t85:849:90041-02080-1:8591214\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, In der Ey\t8591214\t20.11.2017 06:15\t20.11.2017 06:15:05\t20.11.2017 06:15\t20.11.2017 06:15:17\n20.11.2017\t85:849:90041-02080-1:8503610\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Triemli\t8503610\t20.11.2017 06:16\t20.11.2017 06:15:38\t20.11.2017 06:16\t20.11.2017 06:16:30\n20.11.2017\t85:849:90041-02080-1:8591401\tBus:85:849:080:80\t85:849:90041-02080-1\tBus\t85:849:080\t80\tZürich, Triemlispital\t8591401\t20.11.2017 06:18\t20.11.2017 06:17:36\t\t\n20.11.2017\t85:849:90042-02080-1:8591401\tBus:85:849:080:80\t85:849:90042-02080-1\tBus\t85:849:080\t80\tZürich, Triemlispital\t8591401\t\t\t20.11.2017 06:24\t20.11.2017 06:24:37\n20.11.2017\t85:849:90042-02080-1:8503610\tBus:85:849:080:80\t85:849:90042-02080-1\tBus\t85:849:080\t80\tZürich, Triemli\t8503610\t20.11.2017 06:25\t20.11.2017 06:26:13\t20.11.2017 06:25\t20.11.2017 06:26:31\n20.11.2017\t85:849:90042-02080-1:8591214\tBus:85:849:080:80\t85:849:90042-02080-1\tBus\t85:849:080\t80\tZürich, In der Ey\t8591214\t20.11.2017 06:27\t20.11.2017 06:27:43\t20.11.2017 06:27\t20.11.2017 06:27:55\n20.11.2017\t85:849:90042-02080-1:8591163\tBus:85:849:080:80\t85:849:90042-02080-1\tBus\t85:849:080\t80\tZürich, Goldackerweg\t8591163\t20.11.2017 06:28\t20.11.2017 06:28:49\t20.11.2017 06:28\t20.11.2017 06:29:01\n20.11.2017\t85:849:90042-02080-1:8591036\tBus:85:849:080:80\t85:849:90042-02080-1\tBus\t85:849:080\t80\tZürich, Albisrieden\t8591036\t20.11.2017 06:29\t20.11.2017 06:30:07\t20.11.2017 06:29\t20.11.2017 06:30:25\n20.11.2017\t85:849:90042-02080-1:8591037\tBus:85:849:080:80\t85:849:90042-02080-1\tBus\t85:849:080\t80\tZürich, Albisriederdörfli\t8591037\t20.11.2017 06:30\t20.11.2017 06:31:01\t20.11.2017 06:30\t20.11.2017 06:31:13\n20.11.2017\t85:849:90042-02080-1:8591408\tBus:85:849:080:80\t85:849:90042-02080-1\tBus\t85:849:080\t80\tZürich, Untermoosstrasse\t8591408\t20.11.2017 06:31\t20.11.2017 06:32:19\t20.11.2017 06:31\t20.11.2017 06:32:31\n20.11.2017\t85:849:90042-02080-1:8591311\tBus:85:849:080:80\t85:849:90042-02080-1\tBus\t85:849:080\t80\tZürich, Rautistrasse\t8591311\t20.11.2017 06:32\t20.11.2017 06:33:25\t20.11.2017 06:33\t20.11.2017 06:33:49\n20.11.2017\t85:849:90042-02080-1:8591258\tBus:85:849:080:80\t85:849:90042-02080-1\tBus\t85:849:080\t80\tZürich, Lindenplatz\t8591258\t20.11.2017 06:34\t20.11.2017 06:35:19\t20.11.2017 06:35\t20.11.2017 06:35:37\n"}]},"apps":[],"jobName":"paragraph_1523949381115_-731264026","id":"20180611-000705_872590320","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:314"},{"text":"%jdbc(hive)\ndrop table if exists sokim.tuesday;\n\ncreate table sokim.tuesday\nstored as parquet\nas\nselect * from sokim.sbb_Zurich10km_filtered where from_unixtime(unix_timestamp(datetime,'dd.MM.yyyy'),'u') == 2;\n\nselect * from sokim.tuseday limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"tuseday.datetime\ttuseday.unique_id\ttuseday.transport_id\ttuseday.transport_type\ttuseday.station_name\ttuseday.station_id\ttuseday.arriving_time_scheduled\ttuseday.arriving_time_actual\ttuseday.departing_time_scheduled\ttuseday.departing_time_actual\n24.10.2017\t85:849:444141-46031-1:8591186\t85:849:444141-46031-1\tBus\tZürich, Herdernstrasse\t8591186\t\t\t24.10.2017 04:55\t24.10.2017 04:55:18\n24.10.2017\t85:849:444141-46031-1:8591177\t85:849:444141-46031-1\tBus\tZürich, Hardplatz\t8591177\t24.10.2017 04:56\t24.10.2017 04:56:18\t24.10.2017 04:56\t24.10.2017 04:56:36\n24.10.2017\t85:849:444141-46031-1:8591169\t85:849:444141-46031-1\tBus\tZürich, Güterbahnhof\t8591169\t24.10.2017 04:57\t24.10.2017 04:57:54\t24.10.2017 04:57\t24.10.2017 04:58:30\n24.10.2017\t85:849:444141-46031-1:8591052\t85:849:444141-46031-1\tBus\tZürich, Bäckeranlage\t8591052\t24.10.2017 04:59\t24.10.2017 04:59:42\t24.10.2017 04:59\t24.10.2017 04:59:54\n24.10.2017\t85:849:444141-46031-1:8591277\t85:849:444141-46031-1\tBus\tZürich, Militär-/Langstrasse\t8591277\t24.10.2017 05:00\t24.10.2017 05:02:28\t\t\n24.10.2017\t85:849:444142-46031-1:8591277\t85:849:444142-46031-1\tBus\tZürich, Militär-/Langstrasse\t8591277\t\t\t24.10.2017 05:01\t24.10.2017 05:03:22\n24.10.2017\t85:849:444142-46031-1:8591052\t85:849:444142-46031-1\tBus\tZürich, Bäckeranlage\t8591052\t24.10.2017 05:03\t24.10.2017 05:04:35\t24.10.2017 05:04\t24.10.2017 05:04:53\n24.10.2017\t85:849:444142-46031-1:8591169\t85:849:444142-46031-1\tBus\tZürich, Güterbahnhof\t8591169\t24.10.2017 05:04\t24.10.2017 05:06:16\t24.10.2017 05:05\t24.10.2017 05:06:28\n24.10.2017\t85:849:444142-46031-1:8591177\t85:849:444142-46031-1\tBus\tZürich, Hardplatz\t8591177\t24.10.2017 05:06\t24.10.2017 05:07:28\t24.10.2017 05:06\t24.10.2017 05:07:46\n24.10.2017\t85:849:444142-46031-1:8591186\t85:849:444142-46031-1\tBus\tZürich, Herdernstrasse\t8591186\t24.10.2017 05:07\t24.10.2017 05:08:42\t24.10.2017 05:07\t24.10.2017 05:10:54\n24.10.2017\t85:849:444142-46031-1:8591334\t85:849:444142-46031-1\tBus\tZürich, SBB-Werkstätte\t8591334\t24.10.2017 05:08\t24.10.2017 05:12:00\t24.10.2017 05:08\t24.10.2017 05:12:12\n24.10.2017\t85:849:444142-46031-1:8591253\t85:849:444142-46031-1\tBus\tZürich, Letzipark\t8591253\t24.10.2017 05:09\t24.10.2017 05:12:42\t24.10.2017 05:09\t24.10.2017 05:12:54\n24.10.2017\t85:849:444142-46031-1:8591265\t85:849:444142-46031-1\tBus\tZürich, Luggwegstrasse\t8591265\t24.10.2017 05:10\t24.10.2017 05:13:08\t24.10.2017 05:10\t24.10.2017 05:13:20\n24.10.2017\t85:849:444142-46031-1:8591056\t85:849:444142-46031-1\tBus\tZürich, Bahnhof Altstetten\t8591056\t24.10.2017 05:11\t24.10.2017 05:13:55\t24.10.2017 05:12\t24.10.2017 05:14:19\n24.10.2017\t85:849:444142-46031-1:8591361\t85:849:444142-46031-1\tBus\tZürich, Seidelhof\t8591361\t24.10.2017 05:12\t24.10.2017 05:15:07\t24.10.2017 05:13\t24.10.2017 05:15:19\n24.10.2017\t85:849:444142-46031-1:8590318\t85:849:444142-46031-1\tBus\tZürich, Farbhof\t8590318\t24.10.2017 05:13\t24.10.2017 05:15:55\t\t\n24.10.2017\t85:849:444143-46031-1:8590318\t85:849:444143-46031-1\tBus\tZürich, Farbhof\t8590318\t\t\t24.10.2017 05:16\t24.10.2017 05:17:21\n24.10.2017\t85:849:444143-46031-1:8591361\t85:849:444143-46031-1\tBus\tZürich, Seidelhof\t8591361\t24.10.2017 05:17\t24.10.2017 05:18:54\t24.10.2017 05:17\t24.10.2017 05:19:06\n24.10.2017\t85:849:444143-46031-1:8591056\t85:849:444143-46031-1\tBus\tZürich, Bahnhof Altstetten\t8591056\t24.10.2017 05:18\t24.10.2017 05:20:30\t24.10.2017 05:18\t24.10.2017 05:21:00\n24.10.2017\t85:849:444143-46031-1:8591265\t85:849:444143-46031-1\tBus\tZürich, Luggwegstrasse\t8591265\t24.10.2017 05:19\t24.10.2017 05:21:36\t24.10.2017 05:19\t24.10.2017 05:21:48\n24.10.2017\t85:849:444143-46031-1:8591253\t85:849:444143-46031-1\tBus\tZürich, Letzipark\t8591253\t24.10.2017 05:20\t24.10.2017 05:22:54\t24.10.2017 05:21\t24.10.2017 05:23:06\n24.10.2017\t85:849:444143-46031-1:8591334\t85:849:444143-46031-1\tBus\tZürich, SBB-Werkstätte\t8591334\t24.10.2017 05:21\t24.10.2017 05:23:36\t24.10.2017 05:21\t24.10.2017 05:23:48\n24.10.2017\t85:849:444143-46031-1:8591186\t85:849:444143-46031-1\tBus\tZürich, Herdernstrasse\t8591186\t24.10.2017 05:22\t24.10.2017 05:24:54\t24.10.2017 05:23\t24.10.2017 05:25:06\n24.10.2017\t85:849:444143-46031-1:8591177\t85:849:444143-46031-1\tBus\tZürich, Hardplatz\t8591177\t24.10.2017 05:24\t24.10.2017 05:26:06\t24.10.2017 05:24\t24.10.2017 05:26:24\n24.10.2017\t85:849:444143-46031-1:8591169\t85:849:444143-46031-1\tBus\tZürich, Güterbahnhof\t8591169\t24.10.2017 05:25\t24.10.2017 05:27:30\t24.10.2017 05:25\t24.10.2017 05:27:42\n24.10.2017\t85:849:444143-46031-1:8591052\t85:849:444143-46031-1\tBus\tZürich, Bäckeranlage\t8591052\t24.10.2017 05:26\t24.10.2017 05:28:54\t24.10.2017 05:27\t24.10.2017 05:29:06\n24.10.2017\t85:849:444143-46031-1:8591277\t85:849:444143-46031-1\tBus\tZürich, Militär-/Langstrasse\t8591277\t24.10.2017 05:28\t24.10.2017 05:29:35\t24.10.2017 05:28\t24.10.2017 05:29:59\n24.10.2017\t85:849:444143-46031-1:8591219\t85:849:444143-46031-1\tBus\tZürich, Kanonengasse\t8591219\t24.10.2017 05:29\t24.10.2017 05:30:53\t24.10.2017 05:29\t24.10.2017 05:31:11\n24.10.2017\t85:849:444143-46031-1:8591367\t85:849:444143-46031-1\tBus\tZürich, Sihlpost / HB\t8591367\t24.10.2017 05:31\t24.10.2017 05:32:29\t24.10.2017 05:31\t24.10.2017 05:32:47\n24.10.2017\t85:849:444143-46031-1:8591262\t85:849:444143-46031-1\tBus\tZürich, Löwenplatz\t8591262\t24.10.2017 05:32\t24.10.2017 05:33:22\t24.10.2017 05:32\t24.10.2017 05:33:40\n24.10.2017\t85:849:444143-46031-1:8587348\t85:849:444143-46031-1\tBus\tZürich, Bahnhofplatz/HB\t8587348\t24.10.2017 05:34\t24.10.2017 05:34:52\t24.10.2017 05:34\t24.10.2017 05:35:16\n24.10.2017\t85:849:444143-46031-1:8588078\t85:849:444143-46031-1\tBus\tZürich, Central\t8588078\t24.10.2017 05:36\t24.10.2017 05:36:52\t24.10.2017 05:36\t24.10.2017 05:37:16\n24.10.2017\t85:849:444143-46031-1:8591287\t85:849:444143-46031-1\tBus\tZürich, Neumarkt\t8591287\t24.10.2017 05:37\t24.10.2017 05:37:42\t24.10.2017 05:37\t24.10.2017 05:37:54\n24.10.2017\t85:849:444143-46031-1:8591239\t85:849:444143-46031-1\tBus\tZürich, Kunsthaus\t8591239\t24.10.2017 05:38\t24.10.2017 05:38:48\t24.10.2017 05:38\t24.10.2017 05:39:06\n24.10.2017\t85:849:444143-46031-1:8591375\t85:849:444143-46031-1\tBus\tZürich, Sprecherstrasse\t8591375\t24.10.2017 05:39\t24.10.2017 05:40:06\t24.10.2017 05:40\t24.10.2017 05:40:18\n24.10.2017\t85:849:444143-46031-1:8530813\t85:849:444143-46031-1\tBus\tZürich, Kreuzplatz\t8530813\t24.10.2017 05:41\t24.10.2017 05:41:36\t24.10.2017 05:41\t24.10.2017 05:41:54\n24.10.2017\t85:849:444143-46031-1:8591364\t85:849:444143-46031-1\tBus\tZürich, Signaustrasse\t8591364\t24.10.2017 05:42\t24.10.2017 05:42:12\t24.10.2017 05:42\t24.10.2017 05:42:24\n24.10.2017\t85:849:444143-46031-1:8530812\t85:849:444143-46031-1\tBus\tZürich, Hegibachplatz\t8530812\t24.10.2017 05:43\t24.10.2017 05:43:00\t\t\n24.10.2017\t85:849:444144-46031-1:8530812\t85:849:444144-46031-1\tBus\tZürich, Hegibachplatz\t8530812\t\t\t24.10.2017 05:55\t24.10.2017 05:55:36\n24.10.2017\t85:849:444144-46031-1:8591364\t85:849:444144-46031-1\tBus\tZürich, Signaustrasse\t8591364\t24.10.2017 05:55\t24.10.2017 05:56:12\t24.10.2017 05:55\t24.10.2017 05:56:24\n24.10.2017\t85:849:444144-46031-1:8530813\t85:849:444144-46031-1\tBus\tZürich, Kreuzplatz\t8530813\t24.10.2017 05:56\t24.10.2017 05:57:18\t24.10.2017 05:56\t24.10.2017 05:57:30\n24.10.2017\t85:849:444144-46031-1:8591375\t85:849:444144-46031-1\tBus\tZürich, Sprecherstrasse\t8591375\t24.10.2017 05:57\t24.10.2017 05:58:06\t24.10.2017 05:57\t24.10.2017 05:58:18\n24.10.2017\t85:849:444144-46031-1:8591239\t85:849:444144-46031-1\tBus\tZürich, Kunsthaus\t8591239\t24.10.2017 05:58\t24.10.2017 05:59:24\t24.10.2017 05:59\t24.10.2017 05:59:42\n24.10.2017\t85:849:444144-46031-1:8591287\t85:849:444144-46031-1\tBus\tZürich, Neumarkt\t8591287\t24.10.2017 06:00\t24.10.2017 06:01:10\t24.10.2017 06:00\t24.10.2017 06:01:22\n24.10.2017\t85:849:444144-46031-1:8588078\t85:849:444144-46031-1\tBus\tZürich, Central\t8588078\t24.10.2017 06:01\t24.10.2017 06:02:46\t24.10.2017 06:02\t24.10.2017 06:03:10\n24.10.2017\t85:849:444144-46031-1:8587348\t85:849:444144-46031-1\tBus\tZürich, Bahnhofplatz/HB\t8587348\t24.10.2017 06:03\t24.10.2017 06:04:34\t24.10.2017 06:03\t24.10.2017 06:04:58\n24.10.2017\t85:849:444144-46031-1:8591262\t85:849:444144-46031-1\tBus\tZürich, Löwenplatz\t8591262\t24.10.2017 06:05\t24.10.2017 06:05:30\t24.10.2017 06:05\t24.10.2017 06:05:48\n24.10.2017\t85:849:444144-46031-1:8591367\t85:849:444144-46031-1\tBus\tZürich, Sihlpost / HB\t8591367\t24.10.2017 06:06\t24.10.2017 06:06:54\t24.10.2017 06:06\t24.10.2017 06:07:12\n24.10.2017\t85:849:444144-46031-1:8591219\t85:849:444144-46031-1\tBus\tZürich, Kanonengasse\t8591219\t24.10.2017 06:08\t24.10.2017 06:08:30\t24.10.2017 06:08\t24.10.2017 06:08:42\n24.10.2017\t85:849:444144-46031-1:8591277\t85:849:444144-46031-1\tBus\tZürich, Militär-/Langstrasse\t8591277\t24.10.2017 06:08\t24.10.2017 06:09:12\t24.10.2017 06:09\t24.10.2017 06:09:36\n"}]},"apps":[],"jobName":"paragraph_1523949381115_-731264026","id":"20180611-001051_1966725109","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:315"},{"text":"%jdbc(hive)\ndrop table if exists sokim.wednesday;\n\ncreate table sokim.wednesday\nstored as parquet\nas\nselect * from sokim.sbb_Zurich10km_filtered where from_unixtime(unix_timestamp(datetime,'dd.MM.yyyy'),'u') == 3;\n\nselect * from sokim.wednesday limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"wednesday.datetime\twednesday.unique_id\twednesday.line_id\twednesday.transport_id\twednesday.transport_type\twednesday.train_number\twednesday.train_type\twednesday.station_name\twednesday.station_id\twednesday.arriving_time_scheduled\twednesday.arriving_time_actual\twednesday.departing_time_scheduled\twednesday.departing_time_actual\n29.11.2017\t85:11:10:002:8503000\tZug:10:EC\t85:11:10:002\tZug\t10\tEC\tZürich HB\t8503000\t29.11.2017 21:51\t29.11.2017 21:54:55\t\t\n29.11.2017\t85:11:11:004:8503000\tZug:11:EC\t85:11:11:004\tZug\t11\tEC\tZürich HB\t8503000\t\t\t29.11.2017 06:09\t29.11.2017 06:10:25\n29.11.2017\t85:11:12:002:8503000\tZug:12:EC\t85:11:12:002\tZug\t12\tEC\tZürich HB\t8503000\t29.11.2017 10:51\t29.11.2017 10:52:26\t\t\n29.11.2017\t85:11:1251:001:8503000\tZug:1251:ICE\t85:11:1251:001\tZug\t1251\tICE\tZürich HB\t8503000\t29.11.2017 07:00\t29.11.2017 07:00:53\t\t\n29.11.2017\t85:11:1255:001:8503000\tZug:1255:ICE\t85:11:1255:001\tZug\t1255\tICE\tZürich HB\t8503000\t29.11.2017 08:26\t29.11.2017 08:44:56\t29.11.2017 08:37\t29.11.2017 08:49:57\n29.11.2017\t85:11:1256:002:8503000\tZug:1256:ICE\t85:11:1256:002\tZug\t1256\tICE\tZürich HB\t8503000\t29.11.2017 17:53\t29.11.2017 17:53:44\t\t\n29.11.2017\t85:11:1258:001:8503000\tZug:1258:ICE\t85:11:1258:001\tZug\t1258\tICE\tZürich HB\t8503000\t29.11.2017 21:23\t29.11.2017 21:25:34\t29.11.2017 21:34\t\n29.11.2017\t85:11:1260:001:8503000\tZug:1260:ICE\t85:11:1260:001\tZug\t1260\tICE\tZürich HB\t8503000\t\t\t29.11.2017 21:00\t29.11.2017 21:00:59\n29.11.2017\t85:11:13:006:8503000\tZug:13:EC\t85:11:13:006\tZug\t13\tEC\tZürich HB\t8503000\t\t\t29.11.2017 07:09\t29.11.2017 07:10:46\n29.11.2017\t85:11:14:003:8503000\tZug:14:EC\t85:11:14:003\tZug\t14\tEC\tZürich HB\t8503000\t29.11.2017 12:51\t29.11.2017 12:51:42\t\t\n29.11.2017\t85:11:1408:002:8503000\tZug:1408:IC\t85:11:1408:002\tZug\t1408\tIC\tZürich HB\t8503000\t\t\t29.11.2017 06:49\t29.11.2017 06:49:45\n29.11.2017\t85:11:1410:001:8503000\tZug:1410:IC\t85:11:1410:001\tZug\t1410\tIC\tZürich HB\t8503000\t\t\t29.11.2017 07:49\t29.11.2017 07:50:05\n29.11.2017\t85:11:1411:001:8503000\tZug:1411:IC\t85:11:1411:001\tZug\t1411\tIC\tZürich HB\t8503000\t29.11.2017 08:10\t29.11.2017 08:12:27\t\t\n29.11.2017\t85:11:15:006:8503000\tZug:15:EC\t85:11:15:006\tZug\t15\tEC\tZürich HB\t8503000\t\t\t29.11.2017 09:09\t29.11.2017 09:10:02\n29.11.2017\t85:11:1507:002:8503000\tZug:1507:ICN\t85:11:1507:002\tZug\t1507\tICN\tZürich HB\t8503000\t29.11.2017 06:30\t29.11.2017 06:29:32\t29.11.2017 06:39\t29.11.2017 06:43:39\n29.11.2017\t85:11:1507:002:8503016\tZug:1507:ICN\t85:11:1507:002\tZug\t1507\tICN\tZürich Flughafen\t8503016\t29.11.2017 06:49\t29.11.2017 06:53:05\t29.11.2017 06:51\t29.11.2017 06:55:52\n29.11.2017\t85:11:1508:002:8503000\tZug:1508:ICN\t85:11:1508:002\tZug\t1508\tICN\tZürich HB\t8503000\t\t\t29.11.2017 06:30\t29.11.2017 06:30:30\n29.11.2017\t85:11:1509:002:8503000\tZug:1509:ICN\t85:11:1509:002\tZug\t1509\tICN\tZürich HB\t8503000\t29.11.2017 07:30\t29.11.2017 07:33:39\t29.11.2017 07:39\t29.11.2017 07:40:38\n29.11.2017\t85:11:1509:002:8503016\tZug:1509:ICN\t85:11:1509:002\tZug\t1509\tICN\tZürich Flughafen\t8503016\t29.11.2017 07:49\t29.11.2017 07:50:27\t29.11.2017 07:51\t29.11.2017 07:52:45\n29.11.2017\t85:11:1510:002:8503016\tZug:1510:ICN\t85:11:1510:002\tZug\t1510\tICN\tZürich Flughafen\t8503016\t29.11.2017 07:11\t29.11.2017 07:10:12\t29.11.2017 07:13\t29.11.2017 07:13:44\n29.11.2017\t85:11:1510:002:8503000\tZug:1510:ICN\t85:11:1510:002\tZug\t1510\tICN\tZürich HB\t8503000\t29.11.2017 07:23\t29.11.2017 07:21:58\t29.11.2017 07:30\t29.11.2017 07:30:32\n29.11.2017\t85:11:1511:002:8503000\tZug:1511:ICN\t85:11:1511:002\tZug\t1511\tICN\tZürich HB\t8503000\t29.11.2017 08:30\t29.11.2017 08:34:39\t29.11.2017 08:39\t29.11.2017 08:40:44\n29.11.2017\t85:11:1511:002:8503016\tZug:1511:ICN\t85:11:1511:002\tZug\t1511\tICN\tZürich Flughafen\t8503016\t29.11.2017 08:49\t29.11.2017 08:50:19\t29.11.2017 08:51\t29.11.2017 08:53:27\n29.11.2017\t85:11:1512:002:8503016\tZug:1512:ICN\t85:11:1512:002\tZug\t1512\tICN\tZürich Flughafen\t8503016\t29.11.2017 08:11\t29.11.2017 08:10:54\t29.11.2017 08:13\t29.11.2017 08:15:14\n29.11.2017\t85:11:1512:002:8503000\tZug:1512:ICN\t85:11:1512:002\tZug\t1512\tICN\tZürich HB\t8503000\t29.11.2017 08:23\t29.11.2017 08:23:41\t29.11.2017 08:30\t29.11.2017 08:30:39\n29.11.2017\t85:11:1513:003:8503000\tZug:1513:ICN\t85:11:1513:003\tZug\t1513\tICN\tZürich HB\t8503000\t29.11.2017 09:30\t29.11.2017 09:31:46\t29.11.2017 09:39\t29.11.2017 09:41:29\n29.11.2017\t85:11:1513:003:8503016\tZug:1513:ICN\t85:11:1513:003\tZug\t1513\tICN\tZürich Flughafen\t8503016\t29.11.2017 09:49\t29.11.2017 09:51:13\t29.11.2017 09:51\t29.11.2017 09:53:12\n29.11.2017\t85:11:1514:002:8503016\tZug:1514:ICN\t85:11:1514:002\tZug\t1514\tICN\tZürich Flughafen\t8503016\t29.11.2017 09:11\t29.11.2017 09:10:52\t29.11.2017 09:13\t29.11.2017 09:15:44\n29.11.2017\t85:11:1514:002:8503000\tZug:1514:ICN\t85:11:1514:002\tZug\t1514\tICN\tZürich HB\t8503000\t29.11.2017 09:23\t29.11.2017 09:23:34\t29.11.2017 09:30\t29.11.2017 09:33:05\n29.11.2017\t85:11:1515:003:8503000\tZug:1515:ICN\t85:11:1515:003\tZug\t1515\tICN\tZürich HB\t8503000\t29.11.2017 10:30\t29.11.2017 10:32:50\t29.11.2017 10:39\t29.11.2017 10:39:35\n29.11.2017\t85:11:1515:003:8503016\tZug:1515:ICN\t85:11:1515:003\tZug\t1515\tICN\tZürich Flughafen\t8503016\t29.11.2017 10:49\t29.11.2017 10:50:02\t29.11.2017 10:51\t29.11.2017 10:53:00\n29.11.2017\t85:11:1516:002:8503016\tZug:1516:ICN\t85:11:1516:002\tZug\t1516\tICN\tZürich Flughafen\t8503016\t29.11.2017 10:11\t29.11.2017 10:12:02\t29.11.2017 10:13\t29.11.2017 10:14:54\n29.11.2017\t85:11:1516:002:8503000\tZug:1516:ICN\t85:11:1516:002\tZug\t1516\tICN\tZürich HB\t8503000\t29.11.2017 10:23\t29.11.2017 10:22:35\t29.11.2017 10:30\t29.11.2017 10:32:15\n29.11.2017\t85:11:1517:003:8503000\tZug:1517:ICN\t85:11:1517:003\tZug\t1517\tICN\tZürich HB\t8503000\t29.11.2017 11:30\t29.11.2017 11:35:01\t29.11.2017 11:39\t29.11.2017 11:39:39\n29.11.2017\t85:11:1517:003:8503016\tZug:1517:ICN\t85:11:1517:003\tZug\t1517\tICN\tZürich Flughafen\t8503016\t29.11.2017 11:49\t29.11.2017 11:50:13\t29.11.2017 11:51\t29.11.2017 11:52:38\n29.11.2017\t85:11:1518:002:8503016\tZug:1518:ICN\t85:11:1518:002\tZug\t1518\tICN\tZürich Flughafen\t8503016\t29.11.2017 11:11\t29.11.2017 11:09:58\t29.11.2017 11:13\t29.11.2017 11:13:59\n29.11.2017\t85:11:1518:002:8503000\tZug:1518:ICN\t85:11:1518:002\tZug\t1518\tICN\tZürich HB\t8503000\t29.11.2017 11:23\t29.11.2017 11:21:29\t29.11.2017 11:30\t29.11.2017 11:30:41\n29.11.2017\t85:11:1519:003:8503000\tZug:1519:ICN\t85:11:1519:003\tZug\t1519\tICN\tZürich HB\t8503000\t29.11.2017 12:30\t29.11.2017 12:31:33\t29.11.2017 12:39\t29.11.2017 12:39:49\n29.11.2017\t85:11:1519:003:8503016\tZug:1519:ICN\t85:11:1519:003\tZug\t1519\tICN\tZürich Flughafen\t8503016\t29.11.2017 12:49\t29.11.2017 12:50:39\t29.11.2017 12:51\t29.11.2017 12:52:30\n29.11.2017\t85:11:1520:002:8503016\tZug:1520:ICN\t85:11:1520:002\tZug\t1520\tICN\tZürich Flughafen\t8503016\t29.11.2017 12:11\t29.11.2017 12:10:06\t29.11.2017 12:13\t29.11.2017 12:14:04\n29.11.2017\t85:11:1520:002:8503000\tZug:1520:ICN\t85:11:1520:002\tZug\t1520\tICN\tZürich HB\t8503000\t29.11.2017 12:23\t29.11.2017 12:21:54\t29.11.2017 12:30\t29.11.2017 12:31:47\n29.11.2017\t85:11:1521:003:8503000\tZug:1521:ICN\t85:11:1521:003\tZug\t1521\tICN\tZürich HB\t8503000\t29.11.2017 13:30\t29.11.2017 13:32:58\t29.11.2017 13:39\t29.11.2017 13:39:31\n29.11.2017\t85:11:1521:003:8503016\tZug:1521:ICN\t85:11:1521:003\tZug\t1521\tICN\tZürich Flughafen\t8503016\t29.11.2017 13:49\t29.11.2017 13:49:23\t29.11.2017 13:51\t29.11.2017 13:51:35\n29.11.2017\t85:11:1522:002:8503016\tZug:1522:ICN\t85:11:1522:002\tZug\t1522\tICN\tZürich Flughafen\t8503016\t29.11.2017 13:11\t29.11.2017 13:09:49\t29.11.2017 13:13\t29.11.2017 13:13:58\n29.11.2017\t85:11:1522:002:8503000\tZug:1522:ICN\t85:11:1522:002\tZug\t1522\tICN\tZürich HB\t8503000\t29.11.2017 13:23\t29.11.2017 13:21:34\t29.11.2017 13:30\t29.11.2017 13:30:53\n29.11.2017\t85:11:1523:003:8503000\tZug:1523:ICN\t85:11:1523:003\tZug\t1523\tICN\tZürich HB\t8503000\t29.11.2017 14:30\t29.11.2017 14:33:37\t29.11.2017 14:39\t29.11.2017 14:40:02\n29.11.2017\t85:11:1523:003:8503016\tZug:1523:ICN\t85:11:1523:003\tZug\t1523\tICN\tZürich Flughafen\t8503016\t29.11.2017 14:49\t29.11.2017 14:49:46\t29.11.2017 14:51\t29.11.2017 14:52:04\n29.11.2017\t85:11:1524:002:8503016\tZug:1524:ICN\t85:11:1524:002\tZug\t1524\tICN\tZürich Flughafen\t8503016\t29.11.2017 14:11\t29.11.2017 14:10:33\t29.11.2017 14:13\t29.11.2017 14:13:43\n29.11.2017\t85:11:1524:002:8503000\tZug:1524:ICN\t85:11:1524:002\tZug\t1524\tICN\tZürich HB\t8503000\t29.11.2017 14:23\t29.11.2017 14:21:34\t29.11.2017 14:30\t29.11.2017 14:31:17\n29.11.2017\t85:11:1525:003:8503000\tZug:1525:ICN\t85:11:1525:003\tZug\t1525\tICN\tZürich HB\t8503000\t29.11.2017 15:30\t29.11.2017 15:33:14\t29.11.2017 15:39\t29.11.2017 15:39:55\n"}]},"apps":[],"jobName":"paragraph_1523949381115_-731264026","id":"20180611-001057_1738340126","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:316"},{"text":"%jdbc(hive)\ndrop table if exists sokim.thursday;\n\ncreate table sokim.thursday\nstored as parquet\nas\nselect * from sokim.sbb_Zurich10km_filtered where from_unixtime(unix_timestamp(datetime,'dd.MM.yyyy'),'u') == 4;\n\nselect * from sokim.thursday limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"thursday.datetime\tthursday.unique_id\tthursday.line_id\tthursday.transport_id\tthursday.transport_type\tthursday.train_number\tthursday.train_type\tthursday.station_name\tthursday.station_id\tthursday.arriving_time_scheduled\tthursday.arriving_time_actual\tthursday.departing_time_scheduled\tthursday.departing_time_actual\n02.11.2017\t85:11:10:002:8503000\tZug:10:EC\t85:11:10:002\tZug\t10\tEC\tZürich HB\t8503000\t02.11.2017 21:51\t02.11.2017 21:50:09\t\t\n02.11.2017\t85:11:11:004:8503000\tZug:11:EC\t85:11:11:004\tZug\t11\tEC\tZürich HB\t8503000\t\t\t02.11.2017 06:09\t02.11.2017 06:10:29\n02.11.2017\t85:11:12:002:8503000\tZug:12:EC\t85:11:12:002\tZug\t12\tEC\tZürich HB\t8503000\t02.11.2017 10:51\t02.11.2017 10:57:27\t\t\n02.11.2017\t85:11:1251:001:8503000\tZug:1251:ICE\t85:11:1251:001\tZug\t1251\tICE\tZürich HB\t8503000\t02.11.2017 07:00\t02.11.2017 07:00:16\t\t\n02.11.2017\t85:11:1256:002:8503000\tZug:1256:ICE\t85:11:1256:002\tZug\t1256\tICE\tZürich HB\t8503000\t02.11.2017 17:53\t02.11.2017 17:55:32\t\t\n02.11.2017\t85:11:1258:001:8503000\tZug:1258:ICE\t85:11:1258:001\tZug\t1258\tICE\tZürich HB\t8503000\t02.11.2017 21:23\t02.11.2017 21:22:12\t02.11.2017 21:34\t02.11.2017 21:35:50\n02.11.2017\t85:11:1260:001:8503000\tZug:1260:ICE\t85:11:1260:001\tZug\t1260\tICE\tZürich HB\t8503000\t\t\t02.11.2017 21:00\t02.11.2017 21:01:14\n02.11.2017\t85:11:13:006:8503000\tZug:13:EC\t85:11:13:006\tZug\t13\tEC\tZürich HB\t8503000\t\t\t02.11.2017 07:09\t02.11.2017 07:10:32\n02.11.2017\t85:11:1408:002:8503000\tZug:1408:IC\t85:11:1408:002\tZug\t1408\tIC\tZürich HB\t8503000\t\t\t02.11.2017 06:49\t02.11.2017 06:51:39\n02.11.2017\t85:11:1410:001:8503000\tZug:1410:IC\t85:11:1410:001\tZug\t1410\tIC\tZürich HB\t8503000\t\t\t02.11.2017 07:49\t02.11.2017 07:49:54\n02.11.2017\t85:11:1411:001:8503000\tZug:1411:IC\t85:11:1411:001\tZug\t1411\tIC\tZürich HB\t8503000\t02.11.2017 08:10\t02.11.2017 08:10:10\t\t\n02.11.2017\t85:11:1431:001:8503000\tZug:1431:IC\t85:11:1431:001\tZug\t1431\tIC\tZürich HB\t8503000\t02.11.2017 18:10\t02.11.2017 18:10:20\t\t\n02.11.2017\t85:11:15:006:8503000\tZug:15:EC\t85:11:15:006\tZug\t15\tEC\tZürich HB\t8503000\t\t\t02.11.2017 09:09\t02.11.2017 09:12:47\n02.11.2017\t85:11:1507:002:8503000\tZug:1507:ICN\t85:11:1507:002\tZug\t1507\tICN\tZürich HB\t8503000\t02.11.2017 06:30\t02.11.2017 06:29:47\t02.11.2017 06:39\t02.11.2017 06:39:34\n02.11.2017\t85:11:1507:002:8503016\tZug:1507:ICN\t85:11:1507:002\tZug\t1507\tICN\tZürich Flughafen\t8503016\t02.11.2017 06:49\t02.11.2017 06:51:00\t02.11.2017 06:51\t02.11.2017 06:53:18\n02.11.2017\t85:11:1508:002:8503000\tZug:1508:ICN\t85:11:1508:002\tZug\t1508\tICN\tZürich HB\t8503000\t\t\t02.11.2017 06:30\t02.11.2017 06:30:31\n02.11.2017\t85:11:1509:002:8503000\tZug:1509:ICN\t85:11:1509:002\tZug\t1509\tICN\tZürich HB\t8503000\t02.11.2017 07:30\t02.11.2017 07:30:55\t02.11.2017 07:39\t02.11.2017 07:39:48\n02.11.2017\t85:11:1509:002:8503016\tZug:1509:ICN\t85:11:1509:002\tZug\t1509\tICN\tZürich Flughafen\t8503016\t02.11.2017 07:49\t02.11.2017 07:50:30\t02.11.2017 07:51\t02.11.2017 07:57:26\n02.11.2017\t85:11:1510:002:8503016\tZug:1510:ICN\t85:11:1510:002\tZug\t1510\tICN\tZürich Flughafen\t8503016\t02.11.2017 07:11\t02.11.2017 07:11:51\t02.11.2017 07:13\t02.11.2017 07:15:19\n02.11.2017\t85:11:1510:002:8503000\tZug:1510:ICN\t85:11:1510:002\tZug\t1510\tICN\tZürich HB\t8503000\t02.11.2017 07:23\t02.11.2017 07:23:37\t02.11.2017 07:30\t02.11.2017 07:30:45\n02.11.2017\t85:11:1511:002:8503000\tZug:1511:ICN\t85:11:1511:002\tZug\t1511\tICN\tZürich HB\t8503000\t02.11.2017 08:30\t02.11.2017 08:33:47\t02.11.2017 08:39\t02.11.2017 08:39:48\n02.11.2017\t85:11:1511:002:8503016\tZug:1511:ICN\t85:11:1511:002\tZug\t1511\tICN\tZürich Flughafen\t8503016\t02.11.2017 08:49\t02.11.2017 08:50:18\t02.11.2017 08:51\t02.11.2017 08:52:52\n02.11.2017\t85:11:1512:002:8503016\tZug:1512:ICN\t85:11:1512:002\tZug\t1512\tICN\tZürich Flughafen\t8503016\t02.11.2017 08:11\t02.11.2017 08:11:11\t02.11.2017 08:13\t02.11.2017 08:14:09\n02.11.2017\t85:11:1514:002:8503016\tZug:1514:ICN\t85:11:1514:002\tZug\t1514\tICN\tZürich Flughafen\t8503016\t02.11.2017 09:11\t02.11.2017 09:10:30\t02.11.2017 09:13\t02.11.2017 09:14:13\n02.11.2017\t85:11:1514:002:8503000\tZug:1514:ICN\t85:11:1514:002\tZug\t1514\tICN\tZürich HB\t8503000\t02.11.2017 09:23\t02.11.2017 09:21:42\t02.11.2017 09:30\t02.11.2017 09:31:10\n02.11.2017\t85:11:1515:003:8503000\tZug:1515:ICN\t85:11:1515:003\tZug\t1515\tICN\tZürich HB\t8503000\t02.11.2017 10:30\t02.11.2017 10:30:05\t02.11.2017 10:39\t02.11.2017 10:39:24\n02.11.2017\t85:11:1515:003:8503016\tZug:1515:ICN\t85:11:1515:003\tZug\t1515\tICN\tZürich Flughafen\t8503016\t02.11.2017 10:49\t02.11.2017 10:50:31\t02.11.2017 10:51\t02.11.2017 10:52:41\n02.11.2017\t85:11:1516:002:8503016\tZug:1516:ICN\t85:11:1516:002\tZug\t1516\tICN\tZürich Flughafen\t8503016\t02.11.2017 10:11\t02.11.2017 10:13:00\t02.11.2017 10:13\t02.11.2017 10:16:00\n02.11.2017\t85:11:1516:002:8503000\tZug:1516:ICN\t85:11:1516:002\tZug\t1516\tICN\tZürich HB\t8503000\t02.11.2017 10:23\t02.11.2017 10:23:58\t02.11.2017 10:30\t02.11.2017 10:30:42\n02.11.2017\t85:11:1517:003:8503000\tZug:1517:ICN\t85:11:1517:003\tZug\t1517\tICN\tZürich HB\t8503000\t02.11.2017 11:30\t02.11.2017 11:30:39\t02.11.2017 11:39\t02.11.2017 11:39:33\n02.11.2017\t85:11:1517:003:8503016\tZug:1517:ICN\t85:11:1517:003\tZug\t1517\tICN\tZürich Flughafen\t8503016\t02.11.2017 11:49\t02.11.2017 11:49:20\t02.11.2017 11:51\t02.11.2017 11:51:53\n02.11.2017\t85:11:1518:002:8503016\tZug:1518:ICN\t85:11:1518:002\tZug\t1518\tICN\tZürich Flughafen\t8503016\t02.11.2017 11:11\t02.11.2017 11:11:28\t02.11.2017 11:13\t02.11.2017 11:15:01\n02.11.2017\t85:11:1518:002:8503000\tZug:1518:ICN\t85:11:1518:002\tZug\t1518\tICN\tZürich HB\t8503000\t02.11.2017 11:23\t02.11.2017 11:22:55\t02.11.2017 11:30\t02.11.2017 11:30:54\n02.11.2017\t85:11:1519:003:8503000\tZug:1519:ICN\t85:11:1519:003\tZug\t1519\tICN\tZürich HB\t8503000\t02.11.2017 12:30\t02.11.2017 12:31:12\t02.11.2017 12:39\t02.11.2017 12:40:03\n02.11.2017\t85:11:1519:003:8503016\tZug:1519:ICN\t85:11:1519:003\tZug\t1519\tICN\tZürich Flughafen\t8503016\t02.11.2017 12:49\t02.11.2017 12:50:10\t02.11.2017 12:51\t02.11.2017 12:52:59\n02.11.2017\t85:11:1520:002:8503016\tZug:1520:ICN\t85:11:1520:002\tZug\t1520\tICN\tZürich Flughafen\t8503016\t02.11.2017 12:11\t02.11.2017 12:11:41\t02.11.2017 12:13\t02.11.2017 12:14:50\n02.11.2017\t85:11:1520:002:8503000\tZug:1520:ICN\t85:11:1520:002\tZug\t1520\tICN\tZürich HB\t8503000\t02.11.2017 12:23\t02.11.2017 12:23:09\t02.11.2017 12:30\t02.11.2017 12:31:13\n02.11.2017\t85:11:1521:003:8503000\tZug:1521:ICN\t85:11:1521:003\tZug\t1521\tICN\tZürich HB\t8503000\t02.11.2017 13:30\t02.11.2017 13:32:43\t02.11.2017 13:39\t02.11.2017 13:39:23\n02.11.2017\t85:11:1521:003:8503016\tZug:1521:ICN\t85:11:1521:003\tZug\t1521\tICN\tZürich Flughafen\t8503016\t02.11.2017 13:49\t02.11.2017 13:49:54\t02.11.2017 13:51\t02.11.2017 13:52:02\n02.11.2017\t85:11:1522:002:8503016\tZug:1522:ICN\t85:11:1522:002\tZug\t1522\tICN\tZürich Flughafen\t8503016\t02.11.2017 13:11\t02.11.2017 13:10:21\t02.11.2017 13:13\t02.11.2017 13:13:55\n02.11.2017\t85:11:1522:002:8503000\tZug:1522:ICN\t85:11:1522:002\tZug\t1522\tICN\tZürich HB\t8503000\t02.11.2017 13:23\t02.11.2017 13:21:56\t02.11.2017 13:30\t02.11.2017 13:30:54\n02.11.2017\t85:11:1523:003:8503000\tZug:1523:ICN\t85:11:1523:003\tZug\t1523\tICN\tZürich HB\t8503000\t02.11.2017 14:30\t02.11.2017 14:29:34\t02.11.2017 14:39\t02.11.2017 14:39:43\n02.11.2017\t85:11:1523:003:8503016\tZug:1523:ICN\t85:11:1523:003\tZug\t1523\tICN\tZürich Flughafen\t8503016\t02.11.2017 14:49\t02.11.2017 14:50:11\t02.11.2017 14:51\t02.11.2017 14:52:23\n02.11.2017\t85:11:1524:002:8503016\tZug:1524:ICN\t85:11:1524:002\tZug\t1524\tICN\tZürich Flughafen\t8503016\t02.11.2017 14:11\t02.11.2017 14:10:22\t02.11.2017 14:13\t02.11.2017 14:13:51\n02.11.2017\t85:11:1524:002:8503000\tZug:1524:ICN\t85:11:1524:002\tZug\t1524\tICN\tZürich HB\t8503000\t02.11.2017 14:23\t02.11.2017 14:21:32\t02.11.2017 14:30\t02.11.2017 14:30:49\n02.11.2017\t85:11:1525:003:8503000\tZug:1525:ICN\t85:11:1525:003\tZug\t1525\tICN\tZürich HB\t8503000\t02.11.2017 15:30\t02.11.2017 15:31:29\t02.11.2017 15:39\t02.11.2017 15:39:53\n02.11.2017\t85:11:1525:003:8503016\tZug:1525:ICN\t85:11:1525:003\tZug\t1525\tICN\tZürich Flughafen\t8503016\t02.11.2017 15:49\t02.11.2017 15:50:02\t02.11.2017 15:51\t02.11.2017 15:52:23\n02.11.2017\t85:11:1526:002:8503016\tZug:1526:ICN\t85:11:1526:002\tZug\t1526\tICN\tZürich Flughafen\t8503016\t02.11.2017 15:11\t02.11.2017 15:10:42\t02.11.2017 15:13\t02.11.2017 15:13:48\n02.11.2017\t85:11:1526:002:8503000\tZug:1526:ICN\t85:11:1526:002\tZug\t1526\tICN\tZürich HB\t8503000\t02.11.2017 15:23\t02.11.2017 15:21:39\t02.11.2017 15:30\t02.11.2017 15:30:38\n02.11.2017\t85:11:1527:003:8503000\tZug:1527:ICN\t85:11:1527:003\tZug\t1527\tICN\tZürich HB\t8503000\t02.11.2017 16:30\t02.11.2017 16:30:18\t02.11.2017 16:39\t02.11.2017 16:39:45\n"}]},"apps":[],"jobName":"paragraph_1523949381115_-731264026","id":"20180611-001117_942277616","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:317"},{"text":"%jdbc(hive)\ndrop table if exists sokim.friday;\n\ncreate table sokim.friday\nstored as parquet\nas\nselect * from sokim.sbb_Zurich10km_filtered where from_unixtime(unix_timestamp(datetime,'dd.MM.yyyy'),'u') == 5;\n\nselect * from sokim.friday limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"friday.datetime\tfriday.unique_id\tfriday.line_id\tfriday.transport_id\tfriday.transport_type\tfriday.train_number\tfriday.train_type\tfriday.station_name\tfriday.station_id\tfriday.arriving_time_scheduled\tfriday.arriving_time_actual\tfriday.departing_time_scheduled\tfriday.departing_time_actual\n27.10.2017\t85:11:10:002:8503000\tZug:10:EC\t85:11:10:002\tZug\t10\tEC\tZürich HB\t8503000\t27.10.2017 21:51\t27.10.2017 21:53:19\t\t\n27.10.2017\t85:11:12:002:8503000\tZug:12:EC\t85:11:12:002\tZug\t12\tEC\tZürich HB\t8503000\t27.10.2017 10:51\t27.10.2017 10:51:13\t\t\n27.10.2017\t85:11:1251:001:8503000\tZug:1251:ICE\t85:11:1251:001\tZug\t1251\tICE\tZürich HB\t8503000\t27.10.2017 07:00\t27.10.2017 06:59:41\t\t\n27.10.2017\t85:11:1255:001:8503000\tZug:1255:ICE\t85:11:1255:001\tZug\t1255\tICE\tZürich HB\t8503000\t27.10.2017 08:26\t27.10.2017 08:26:26\t27.10.2017 08:37\t27.10.2017 08:40:27\n27.10.2017\t85:11:1256:002:8503000\tZug:1256:ICE\t85:11:1256:002\tZug\t1256\tICE\tZürich HB\t8503000\t27.10.2017 17:53\t27.10.2017 17:55:36\t\t\n27.10.2017\t85:11:1258:001:8503000\tZug:1258:ICE\t85:11:1258:001\tZug\t1258\tICE\tZürich HB\t8503000\t27.10.2017 21:23\t27.10.2017 21:24:51\t27.10.2017 21:34\t27.10.2017 21:35:01\n27.10.2017\t85:11:1260:001:8503000\tZug:1260:ICE\t85:11:1260:001\tZug\t1260\tICE\tZürich HB\t8503000\t\t\t27.10.2017 21:00\t27.10.2017 21:00:50\n27.10.2017\t85:11:13:006:8503000\tZug:13:EC\t85:11:13:006\tZug\t13\tEC\tZürich HB\t8503000\t\t\t27.10.2017 07:09\t27.10.2017 07:11:07\n27.10.2017\t85:11:14:003:8503000\tZug:14:EC\t85:11:14:003\tZug\t14\tEC\tZürich HB\t8503000\t27.10.2017 12:51\t27.10.2017 12:51:52\t\t\n27.10.2017\t85:11:1408:002:8503000\tZug:1408:IC\t85:11:1408:002\tZug\t1408\tIC\tZürich HB\t8503000\t\t\t27.10.2017 06:49\t27.10.2017 06:49:47\n27.10.2017\t85:11:1410:001:8503000\tZug:1410:IC\t85:11:1410:001\tZug\t1410\tIC\tZürich HB\t8503000\t\t\t27.10.2017 07:49\t27.10.2017 07:50:22\n27.10.2017\t85:11:1411:001:8503000\tZug:1411:IC\t85:11:1411:001\tZug\t1411\tIC\tZürich HB\t8503000\t27.10.2017 08:10\t27.10.2017 08:13:28\t\t\n27.10.2017\t85:11:1429:001:8503000\tZug:1429:IC\t85:11:1429:001\tZug\t1429\tIC\tZürich HB\t8503000\t27.10.2017 17:10\t27.10.2017 17:08:40\t\t\n27.10.2017\t85:11:1431:001:8503000\tZug:1431:IC\t85:11:1431:001\tZug\t1431\tIC\tZürich HB\t8503000\t27.10.2017 18:10\t27.10.2017 18:10:38\t\t\n27.10.2017\t85:11:15:006:8503000\tZug:15:EC\t85:11:15:006\tZug\t15\tEC\tZürich HB\t8503000\t\t\t27.10.2017 09:09\t27.10.2017 09:10:08\n27.10.2017\t85:11:1507:002:8503016\tZug:1507:ICN\t85:11:1507:002\tZug\t1507\tICN\tZürich Flughafen\t8503016\t27.10.2017 06:49\t27.10.2017 06:50:06\t27.10.2017 06:51\t27.10.2017 06:52:21\n27.10.2017\t85:11:1508:002:8503000\tZug:1508:ICN\t85:11:1508:002\tZug\t1508\tICN\tZürich HB\t8503000\t\t\t27.10.2017 06:30\t27.10.2017 06:30:37\n27.10.2017\t85:11:1509:002:8503000\tZug:1509:ICN\t85:11:1509:002\tZug\t1509\tICN\tZürich HB\t8503000\t27.10.2017 07:30\t27.10.2017 07:30:44\t27.10.2017 07:39\t27.10.2017 07:39:47\n27.10.2017\t85:11:1509:002:8503016\tZug:1509:ICN\t85:11:1509:002\tZug\t1509\tICN\tZürich Flughafen\t8503016\t27.10.2017 07:49\t27.10.2017 07:55:07\t27.10.2017 07:51\t27.10.2017 07:57:38\n27.10.2017\t85:11:1510:002:8503016\tZug:1510:ICN\t85:11:1510:002\tZug\t1510\tICN\tZürich Flughafen\t8503016\t27.10.2017 07:11\t27.10.2017 07:11:12\t27.10.2017 07:13\t27.10.2017 07:14:05\n27.10.2017\t85:11:1510:002:8503000\tZug:1510:ICN\t85:11:1510:002\tZug\t1510\tICN\tZürich HB\t8503000\t27.10.2017 07:23\t27.10.2017 07:22:02\t27.10.2017 07:30\t27.10.2017 07:30:33\n27.10.2017\t85:11:1511:002:8503000\tZug:1511:ICN\t85:11:1511:002\tZug\t1511\tICN\tZürich HB\t8503000\t27.10.2017 08:30\t27.10.2017 08:31:55\t27.10.2017 08:39\t27.10.2017 08:40:01\n27.10.2017\t85:11:1511:002:8503016\tZug:1511:ICN\t85:11:1511:002\tZug\t1511\tICN\tZürich Flughafen\t8503016\t27.10.2017 08:49\t27.10.2017 08:50:05\t27.10.2017 08:51\t27.10.2017 08:52:10\n27.10.2017\t85:11:1512:002:8503016\tZug:1512:ICN\t85:11:1512:002\tZug\t1512\tICN\tZürich Flughafen\t8503016\t27.10.2017 08:11\t27.10.2017 08:11:17\t27.10.2017 08:13\t27.10.2017 08:14:06\n27.10.2017\t85:11:1512:002:8503000\tZug:1512:ICN\t85:11:1512:002\tZug\t1512\tICN\tZürich HB\t8503000\t27.10.2017 08:23\t27.10.2017 08:22:33\t27.10.2017 08:30\t27.10.2017 08:30:56\n27.10.2017\t85:11:1513:003:8503000\tZug:1513:ICN\t85:11:1513:003\tZug\t1513\tICN\tZürich HB\t8503000\t27.10.2017 09:30\t27.10.2017 09:30:12\t27.10.2017 09:39\t27.10.2017 09:39:26\n27.10.2017\t85:11:1513:003:8503016\tZug:1513:ICN\t85:11:1513:003\tZug\t1513\tICN\tZürich Flughafen\t8503016\t27.10.2017 09:49\t27.10.2017 09:49:13\t27.10.2017 09:51\t27.10.2017 09:51:56\n27.10.2017\t85:11:1514:002:8503016\tZug:1514:ICN\t85:11:1514:002\tZug\t1514\tICN\tZürich Flughafen\t8503016\t27.10.2017 09:11\t27.10.2017 09:15:15\t27.10.2017 09:13\t27.10.2017 09:18:17\n27.10.2017\t85:11:1515:003:8503000\tZug:1515:ICN\t85:11:1515:003\tZug\t1515\tICN\tZürich HB\t8503000\t27.10.2017 10:30\t27.10.2017 10:30:20\t27.10.2017 10:39\t27.10.2017 10:40:12\n27.10.2017\t85:11:1516:002:8503016\tZug:1516:ICN\t85:11:1516:002\tZug\t1516\tICN\tZürich Flughafen\t8503016\t27.10.2017 10:11\t27.10.2017 10:11:10\t27.10.2017 10:13\t27.10.2017 10:14:05\n27.10.2017\t85:11:1516:002:8503000\tZug:1516:ICN\t85:11:1516:002\tZug\t1516\tICN\tZürich HB\t8503000\t27.10.2017 10:23\t27.10.2017 10:22:10\t27.10.2017 10:30\t27.10.2017 10:31:04\n27.10.2017\t85:11:1517:003:8503000\tZug:1517:ICN\t85:11:1517:003\tZug\t1517\tICN\tZürich HB\t8503000\t27.10.2017 11:30\t27.10.2017 11:29:22\t27.10.2017 11:39\t27.10.2017 11:39:37\n27.10.2017\t85:11:1517:003:8503016\tZug:1517:ICN\t85:11:1517:003\tZug\t1517\tICN\tZürich Flughafen\t8503016\t27.10.2017 11:49\t27.10.2017 11:48:34\t27.10.2017 11:51\t27.10.2017 11:51:51\n27.10.2017\t85:11:1518:002:8503016\tZug:1518:ICN\t85:11:1518:002\tZug\t1518\tICN\tZürich Flughafen\t8503016\t27.10.2017 11:11\t27.10.2017 11:10:04\t27.10.2017 11:13\t27.10.2017 11:13:58\n27.10.2017\t85:11:1518:002:8503000\tZug:1518:ICN\t85:11:1518:002\tZug\t1518\tICN\tZürich HB\t8503000\t27.10.2017 11:23\t27.10.2017 11:21:54\t27.10.2017 11:30\t27.10.2017 11:30:55\n27.10.2017\t85:11:1519:003:8503000\tZug:1519:ICN\t85:11:1519:003\tZug\t1519\tICN\tZürich HB\t8503000\t27.10.2017 12:30\t27.10.2017 12:32:07\t27.10.2017 12:39\t27.10.2017 12:39:50\n27.10.2017\t85:11:1520:002:8503016\tZug:1520:ICN\t85:11:1520:002\tZug\t1520\tICN\tZürich Flughafen\t8503016\t27.10.2017 12:11\t27.10.2017 12:11:00\t27.10.2017 12:13\t27.10.2017 12:14:22\n27.10.2017\t85:11:1520:002:8503000\tZug:1520:ICN\t85:11:1520:002\tZug\t1520\tICN\tZürich HB\t8503000\t27.10.2017 12:23\t27.10.2017 12:22:17\t27.10.2017 12:30\t27.10.2017 12:30:47\n27.10.2017\t85:11:1521:003:8503000\tZug:1521:ICN\t85:11:1521:003\tZug\t1521\tICN\tZürich HB\t8503000\t27.10.2017 13:30\t27.10.2017 13:29:41\t27.10.2017 13:39\t27.10.2017 13:39:48\n27.10.2017\t85:11:1521:003:8503016\tZug:1521:ICN\t85:11:1521:003\tZug\t1521\tICN\tZürich Flughafen\t8503016\t27.10.2017 13:49\t27.10.2017 13:50:12\t27.10.2017 13:51\t27.10.2017 13:51:56\n27.10.2017\t85:11:1522:002:8503016\tZug:1522:ICN\t85:11:1522:002\tZug\t1522\tICN\tZürich Flughafen\t8503016\t27.10.2017 13:11\t27.10.2017 13:09:59\t27.10.2017 13:13\t27.10.2017 13:14:05\n27.10.2017\t85:11:1522:002:8503000\tZug:1522:ICN\t85:11:1522:002\tZug\t1522\tICN\tZürich HB\t8503000\t27.10.2017 13:23\t27.10.2017 13:21:27\t27.10.2017 13:30\t27.10.2017 13:30:51\n27.10.2017\t85:11:1523:003:8503000\tZug:1523:ICN\t85:11:1523:003\tZug\t1523\tICN\tZürich HB\t8503000\t27.10.2017 14:30\t27.10.2017 14:29:16\t27.10.2017 14:39\t27.10.2017 14:39:48\n27.10.2017\t85:11:1523:003:8503016\tZug:1523:ICN\t85:11:1523:003\tZug\t1523\tICN\tZürich Flughafen\t8503016\t27.10.2017 14:49\t27.10.2017 14:51:54\t27.10.2017 14:51\t27.10.2017 14:53:49\n27.10.2017\t85:11:1524:002:8503016\tZug:1524:ICN\t85:11:1524:002\tZug\t1524\tICN\tZürich Flughafen\t8503016\t27.10.2017 14:11\t27.10.2017 14:12:37\t27.10.2017 14:13\t27.10.2017 14:15:48\n27.10.2017\t85:11:1524:002:8503000\tZug:1524:ICN\t85:11:1524:002\tZug\t1524\tICN\tZürich HB\t8503000\t27.10.2017 14:23\t27.10.2017 14:23:28\t27.10.2017 14:30\t27.10.2017 14:30:34\n27.10.2017\t85:11:1525:003:8503000\tZug:1525:ICN\t85:11:1525:003\tZug\t1525\tICN\tZürich HB\t8503000\t27.10.2017 15:30\t27.10.2017 15:32:41\t27.10.2017 15:39\t27.10.2017 15:39:42\n27.10.2017\t85:11:1525:003:8503016\tZug:1525:ICN\t85:11:1525:003\tZug\t1525\tICN\tZürich Flughafen\t8503016\t27.10.2017 15:49\t27.10.2017 15:49:58\t27.10.2017 15:51\t27.10.2017 15:52:37\n27.10.2017\t85:11:1526:002:8503016\tZug:1526:ICN\t85:11:1526:002\tZug\t1526\tICN\tZürich Flughafen\t8503016\t27.10.2017 15:11\t27.10.2017 15:09:58\t27.10.2017 15:13\t27.10.2017 15:13:50\n27.10.2017\t85:11:1526:002:8503000\tZug:1526:ICN\t85:11:1526:002\tZug\t1526\tICN\tZürich HB\t8503000\t27.10.2017 15:23\t27.10.2017 15:21:35\t27.10.2017 15:30\t27.10.2017 15:30:46\n"}]},"apps":[],"jobName":"paragraph_1523949381115_-731264026","id":"20180611-001141_767486217","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:318"},{"text":"%jdbc(hive)\ndrop table if exists sokim.saturday;\n\ncreate table sokim.saturday\nstored as parquet\nas\nselect * from sokim.sbb_Zurich10km_filtered where from_unixtime(unix_timestamp(datetime,'dd.MM.yyyy'),'u') == 6;\n\nselect * from sokim.saturday limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"saturday.datetime\tsaturday.unique_id\tsaturday.line_id\tsaturday.transport_id\tsaturday.transport_type\tsaturday.train_number\tsaturday.train_type\tsaturday.station_name\tsaturday.station_id\tsaturday.arriving_time_scheduled\tsaturday.arriving_time_actual\tsaturday.departing_time_scheduled\tsaturday.departing_time_actual\n28.10.2017\t85:849:145320-04034-1:8591340\tBus:85:849:034:34\t85:849:145320-04034-1\tBus\t85:849:034\t34\tZürich, Schlyfi\t8591340\t28.10.2017 12:21\t28.10.2017 12:21:38\t28.10.2017 12:21\t28.10.2017 12:21:50\n28.10.2017\t85:849:145320-04034-1:8591221\tBus:85:849:034:34\t85:849:145320-04034-1\tBus\t85:849:034\t34\tZürich, Kapfstrasse\t8591221\t28.10.2017 12:21\t28.10.2017 12:22:26\t28.10.2017 12:22\t28.10.2017 12:22:38\n28.10.2017\t85:849:145320-04034-1:8591233\tBus:85:849:034:34\t85:849:145320-04034-1\tBus\t85:849:034\t34\tZürich, Klusplatz\t8591233\t28.10.2017 12:23\t28.10.2017 12:24:44\t\t\n28.10.2017\t85:849:145321-04034-1:8591233\tBus:85:849:034:34\t85:849:145321-04034-1\tBus\t85:849:034\t34\tZürich, Klusplatz\t8591233\t\t\t28.10.2017 12:30\t28.10.2017 12:30:30\n28.10.2017\t85:849:145321-04034-1:8591221\tBus:85:849:034:34\t85:849:145321-04034-1\tBus\t85:849:034\t34\tZürich, Kapfstrasse\t8591221\t28.10.2017 12:31\t28.10.2017 12:32:02\t28.10.2017 12:31\t28.10.2017 12:32:14\n28.10.2017\t85:849:145321-04034-1:8591340\tBus:85:849:034:34\t85:849:145321-04034-1\tBus\t85:849:034\t34\tZürich, Schlyfi\t8591340\t28.10.2017 12:32\t28.10.2017 12:33:03\t28.10.2017 12:32\t28.10.2017 12:33:15\n28.10.2017\t85:849:145321-04034-1:8591115\tBus:85:849:034:34\t85:849:145321-04034-1\tBus\t85:849:034\t34\tZürich, Drusbergstrasse\t8591115\t28.10.2017 12:34\t28.10.2017 12:34:27\t28.10.2017 12:34\t28.10.2017 12:34:39\n28.10.2017\t85:849:145321-04034-1:8591424\tBus:85:849:034:34\t85:849:145321-04034-1\tBus\t85:849:034\t34\tZürich, Waserstrasse\t8591424\t28.10.2017 12:35\t28.10.2017 12:35:33\t28.10.2017 12:35\t28.10.2017 12:35:45\n28.10.2017\t85:849:145321-04034-1:8591107\tBus:85:849:034:34\t85:849:145321-04034-1\tBus\t85:849:034\t34\tZürich, Carl-Spitteler-Strasse\t8591107\t28.10.2017 12:35\t28.10.2017 12:36:21\t28.10.2017 12:36\t28.10.2017 12:36:33\n28.10.2017\t85:849:145321-04034-1:8591072\tBus:85:849:034:34\t85:849:145321-04034-1\tBus\t85:849:034\t34\tZürich, Berghaldenstrasse\t8591072\t28.10.2017 12:36\t28.10.2017 12:37:09\t28.10.2017 12:36\t28.10.2017 12:37:21\n28.10.2017\t85:849:145321-04034-1:8591261\tBus:85:849:034:34\t85:849:145321-04034-1\tBus\t85:849:034\t34\tZürich, Loorenstrasse\t8591261\t28.10.2017 12:38\t28.10.2017 12:38:33\t28.10.2017 12:38\t28.10.2017 12:38:45\n28.10.2017\t85:849:145321-04034-1:8591445\tBus:85:849:034:34\t85:849:145321-04034-1\tBus\t85:849:034\t34\tZürich, Zweiackerstrasse\t8591445\t28.10.2017 12:39\t28.10.2017 12:39:27\t28.10.2017 12:39\t28.10.2017 12:39:39\n28.10.2017\t85:849:145322-04034-1:8591228\tBus:85:849:034:34\t85:849:145322-04034-1\tBus\t85:849:034\t34\tZürich, Kienastenwies\t8591228\t\t\t28.10.2017 12:44\t28.10.2017 12:44:00\n28.10.2017\t85:849:145322-04034-1:8591445\tBus:85:849:034:34\t85:849:145322-04034-1\tBus\t85:849:034\t34\tZürich, Zweiackerstrasse\t8591445\t28.10.2017 12:44\t28.10.2017 12:44:36\t28.10.2017 12:44\t28.10.2017 12:44:48\n28.10.2017\t85:849:145322-04034-1:8591261\tBus:85:849:034:34\t85:849:145322-04034-1\tBus\t85:849:034\t34\tZürich, Loorenstrasse\t8591261\t28.10.2017 12:46\t28.10.2017 12:46:38\t28.10.2017 12:46\t28.10.2017 12:46:56\n28.10.2017\t85:849:145322-04034-1:8591072\tBus:85:849:034:34\t85:849:145322-04034-1\tBus\t85:849:034\t34\tZürich, Berghaldenstrasse\t8591072\t28.10.2017 12:47\t28.10.2017 12:47:44\t28.10.2017 12:47\t28.10.2017 12:47:56\n28.10.2017\t85:849:145322-04034-1:8591107\tBus:85:849:034:34\t85:849:145322-04034-1\tBus\t85:849:034\t34\tZürich, Carl-Spitteler-Strasse\t8591107\t28.10.2017 12:48\t28.10.2017 12:48:38\t28.10.2017 12:48\t28.10.2017 12:48:50\n28.10.2017\t85:849:145322-04034-1:8591424\tBus:85:849:034:34\t85:849:145322-04034-1\tBus\t85:849:034\t34\tZürich, Waserstrasse\t8591424\t28.10.2017 12:48\t28.10.2017 12:49:32\t28.10.2017 12:49\t28.10.2017 12:49:44\n28.10.2017\t85:849:145322-04034-1:8591115\tBus:85:849:034:34\t85:849:145322-04034-1\tBus\t85:849:034\t34\tZürich, Drusbergstrasse\t8591115\t28.10.2017 12:49\t28.10.2017 12:50:32\t28.10.2017 12:50\t28.10.2017 12:50:44\n28.10.2017\t85:849:145322-04034-1:8591340\tBus:85:849:034:34\t85:849:145322-04034-1\tBus\t85:849:034\t34\tZürich, Schlyfi\t8591340\t28.10.2017 12:51\t28.10.2017 12:52:26\t28.10.2017 12:51\t28.10.2017 12:52:38\n28.10.2017\t85:849:145322-04034-1:8591221\tBus:85:849:034:34\t85:849:145322-04034-1\tBus\t85:849:034\t34\tZürich, Kapfstrasse\t8591221\t28.10.2017 12:51\t28.10.2017 12:53:14\t28.10.2017 12:52\t28.10.2017 12:53:26\n28.10.2017\t85:849:145322-04034-1:8591233\tBus:85:849:034:34\t85:849:145322-04034-1\tBus\t85:849:034\t34\tZürich, Klusplatz\t8591233\t28.10.2017 12:53\t28.10.2017 12:55:02\t\t\n28.10.2017\t85:849:145323-04034-1:8591233\tBus:85:849:034:34\t85:849:145323-04034-1\tBus\t85:849:034\t34\tZürich, Klusplatz\t8591233\t\t\t28.10.2017 13:00\t28.10.2017 13:00:30\n28.10.2017\t85:849:145323-04034-1:8591221\tBus:85:849:034:34\t85:849:145323-04034-1\tBus\t85:849:034\t34\tZürich, Kapfstrasse\t8591221\t28.10.2017 13:01\t28.10.2017 13:02:01\t28.10.2017 13:01\t28.10.2017 13:02:13\n28.10.2017\t85:849:145323-04034-1:8591340\tBus:85:849:034:34\t85:849:145323-04034-1\tBus\t85:849:034\t34\tZürich, Schlyfi\t8591340\t28.10.2017 13:02\t28.10.2017 13:03:07\t28.10.2017 13:02\t28.10.2017 13:03:19\n28.10.2017\t85:849:145323-04034-1:8591115\tBus:85:849:034:34\t85:849:145323-04034-1\tBus\t85:849:034\t34\tZürich, Drusbergstrasse\t8591115\t28.10.2017 13:04\t28.10.2017 13:04:31\t28.10.2017 13:04\t28.10.2017 13:04:43\n28.10.2017\t85:849:145323-04034-1:8591424\tBus:85:849:034:34\t85:849:145323-04034-1\tBus\t85:849:034\t34\tZürich, Waserstrasse\t8591424\t28.10.2017 13:05\t28.10.2017 13:05:37\t28.10.2017 13:05\t28.10.2017 13:05:49\n28.10.2017\t85:849:145323-04034-1:8591107\tBus:85:849:034:34\t85:849:145323-04034-1\tBus\t85:849:034\t34\tZürich, Carl-Spitteler-Strasse\t8591107\t28.10.2017 13:05\t28.10.2017 13:07:02\t28.10.2017 13:06\t28.10.2017 13:07:14\n28.10.2017\t85:849:145323-04034-1:8591072\tBus:85:849:034:34\t85:849:145323-04034-1\tBus\t85:849:034\t34\tZürich, Berghaldenstrasse\t8591072\t28.10.2017 13:06\t28.10.2017 13:07:50\t28.10.2017 13:06\t28.10.2017 13:08:02\n28.10.2017\t85:849:145323-04034-1:8591261\tBus:85:849:034:34\t85:849:145323-04034-1\tBus\t85:849:034\t34\tZürich, Loorenstrasse\t8591261\t28.10.2017 13:08\t28.10.2017 13:09:14\t28.10.2017 13:08\t28.10.2017 13:09:26\n28.10.2017\t85:849:145323-04034-1:8591445\tBus:85:849:034:34\t85:849:145323-04034-1\tBus\t85:849:034\t34\tZürich, Zweiackerstrasse\t8591445\t28.10.2017 13:09\t28.10.2017 13:10:08\t28.10.2017 13:09\t28.10.2017 13:10:20\n28.10.2017\t85:849:145323-04034-1:8591228\tBus:85:849:034:34\t85:849:145323-04034-1\tBus\t85:849:034\t34\tZürich, Kienastenwies\t8591228\t28.10.2017 13:10\t28.10.2017 13:11:20\t\t\n28.10.2017\t85:849:145324-04034-1:8591228\tBus:85:849:034:34\t85:849:145324-04034-1\tBus\t85:849:034\t34\tZürich, Kienastenwies\t8591228\t\t\t28.10.2017 13:14\t28.10.2017 13:14:00\n28.10.2017\t85:849:145324-04034-1:8591445\tBus:85:849:034:34\t85:849:145324-04034-1\tBus\t85:849:034\t34\tZürich, Zweiackerstrasse\t8591445\t28.10.2017 13:14\t28.10.2017 13:14:36\t28.10.2017 13:14\t28.10.2017 13:14:48\n28.10.2017\t85:849:145324-04034-1:8591261\tBus:85:849:034:34\t85:849:145324-04034-1\tBus\t85:849:034\t34\tZürich, Loorenstrasse\t8591261\t28.10.2017 13:16\t28.10.2017 13:16:40\t28.10.2017 13:16\t28.10.2017 13:16:58\n28.10.2017\t85:849:145324-04034-1:8591072\tBus:85:849:034:34\t85:849:145324-04034-1\tBus\t85:849:034\t34\tZürich, Berghaldenstrasse\t8591072\t28.10.2017 13:17\t28.10.2017 13:17:46\t28.10.2017 13:17\t28.10.2017 13:17:58\n28.10.2017\t85:849:145324-04034-1:8591107\tBus:85:849:034:34\t85:849:145324-04034-1\tBus\t85:849:034\t34\tZürich, Carl-Spitteler-Strasse\t8591107\t28.10.2017 13:18\t28.10.2017 13:19:14\t28.10.2017 13:18\t28.10.2017 13:19:26\n28.10.2017\t85:849:145324-04034-1:8591424\tBus:85:849:034:34\t85:849:145324-04034-1\tBus\t85:849:034\t34\tZürich, Waserstrasse\t8591424\t28.10.2017 13:18\t28.10.2017 13:20:02\t28.10.2017 13:19\t28.10.2017 13:20:14\n28.10.2017\t85:849:145324-04034-1:8591115\tBus:85:849:034:34\t85:849:145324-04034-1\tBus\t85:849:034\t34\tZürich, Drusbergstrasse\t8591115\t28.10.2017 13:19\t28.10.2017 13:21:02\t28.10.2017 13:20\t28.10.2017 13:21:14\n28.10.2017\t85:849:145324-04034-1:8591340\tBus:85:849:034:34\t85:849:145324-04034-1\tBus\t85:849:034\t34\tZürich, Schlyfi\t8591340\t28.10.2017 13:21\t28.10.2017 13:22:14\t28.10.2017 13:21\t28.10.2017 13:22:26\n28.10.2017\t85:849:145324-04034-1:8591221\tBus:85:849:034:34\t85:849:145324-04034-1\tBus\t85:849:034\t34\tZürich, Kapfstrasse\t8591221\t28.10.2017 13:21\t28.10.2017 13:23:02\t28.10.2017 13:22\t28.10.2017 13:23:14\n28.10.2017\t85:849:145324-04034-1:8591233\tBus:85:849:034:34\t85:849:145324-04034-1\tBus\t85:849:034\t34\tZürich, Klusplatz\t8591233\t28.10.2017 13:23\t28.10.2017 13:24:19\t\t\n28.10.2017\t85:849:145325-04034-1:8591233\tBus:85:849:034:34\t85:849:145325-04034-1\tBus\t85:849:034\t34\tZürich, Klusplatz\t8591233\t\t\t28.10.2017 13:30\t28.10.2017 13:30:30\n28.10.2017\t85:849:145325-04034-1:8591221\tBus:85:849:034:34\t85:849:145325-04034-1\tBus\t85:849:034\t34\tZürich, Kapfstrasse\t8591221\t28.10.2017 13:31\t28.10.2017 13:31:30\t28.10.2017 13:31\t28.10.2017 13:31:42\n28.10.2017\t85:849:145325-04034-1:8591340\tBus:85:849:034:34\t85:849:145325-04034-1\tBus\t85:849:034\t34\tZürich, Schlyfi\t8591340\t28.10.2017 13:32\t28.10.2017 13:32:36\t28.10.2017 13:32\t28.10.2017 13:32:48\n28.10.2017\t85:849:145325-04034-1:8591115\tBus:85:849:034:34\t85:849:145325-04034-1\tBus\t85:849:034\t34\tZürich, Drusbergstrasse\t8591115\t28.10.2017 13:34\t28.10.2017 13:34:00\t28.10.2017 13:34\t28.10.2017 13:34:12\n28.10.2017\t85:849:145325-04034-1:8591107\tBus:85:849:034:34\t85:849:145325-04034-1\tBus\t85:849:034\t34\tZürich, Carl-Spitteler-Strasse\t8591107\t28.10.2017 13:35\t28.10.2017 13:36:38\t28.10.2017 13:36\t28.10.2017 13:36:50\n28.10.2017\t85:849:145325-04034-1:8591072\tBus:85:849:034:34\t85:849:145325-04034-1\tBus\t85:849:034\t34\tZürich, Berghaldenstrasse\t8591072\t28.10.2017 13:36\t28.10.2017 13:37:26\t28.10.2017 13:36\t28.10.2017 13:37:38\n28.10.2017\t85:849:145325-04034-1:8591261\tBus:85:849:034:34\t85:849:145325-04034-1\tBus\t85:849:034\t34\tZürich, Loorenstrasse\t8591261\t28.10.2017 13:38\t28.10.2017 13:39:38\t28.10.2017 13:38\t28.10.2017 13:39:50\n28.10.2017\t85:849:145325-04034-1:8591445\tBus:85:849:034:34\t85:849:145325-04034-1\tBus\t85:849:034\t34\tZürich, Zweiackerstrasse\t8591445\t28.10.2017 13:39\t28.10.2017 13:40:32\t28.10.2017 13:39\t28.10.2017 13:40:44\n"}]},"apps":[],"jobName":"paragraph_1523949381116_-733187771","id":"20180611-001151_339680968","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:319"},{"text":"%jdbc(hive)\ndrop table if exists sokim.sunday;\n\ncreate table sokim.sunday\nstored as parquet\nas\nselect * from sokim.sbb_Zurich10km_filtered where from_unixtime(unix_timestamp(datetime,'dd.MM.yyyy'),'u') == 7;\n\nselect * from sokim.sunday limit 50;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"sunday.datetime\tsunday.unique_id\tsunday.line_id\tsunday.transport_id\tsunday.transport_type\tsunday.train_number\tsunday.train_type\tsunday.station_name\tsunday.station_id\tsunday.arriving_time_scheduled\tsunday.arriving_time_actual\tsunday.departing_time_scheduled\tsunday.departing_time_actual\n17.12.2017\t85:849:71303-05161-1:8590772\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tRüschlikon, Belvoir\t8590772\t17.12.2017 13:11\t17.12.2017 13:12:34\t17.12.2017 13:11\t17.12.2017 13:12:46\n17.12.2017\t85:849:71303-05161-1:8590776\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tRüschlikon, Langhaldenstrasse\t8590776\t17.12.2017 13:12\t17.12.2017 13:13:22\t17.12.2017 13:12\t17.12.2017 13:13:34\n17.12.2017\t85:849:71303-05161-1:8590784\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tRüschlikon, Weidstrasse\t8590784\t17.12.2017 13:13\t17.12.2017 13:13:38\t17.12.2017 13:13\t17.12.2017 13:15:02\n17.12.2017\t85:849:71303-05161-1:8590771\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tRüschlikon, Bahnhof\t8590771\t17.12.2017 13:13\t17.12.2017 13:15:38\t17.12.2017 13:14\t17.12.2017 13:15:50\n17.12.2017\t85:849:71303-05161-1:8590773\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tRüschlikon, Bodengasse\t8590773\t17.12.2017 13:14\t17.12.2017 13:16:14\t17.12.2017 13:14\t17.12.2017 13:16:26\n17.12.2017\t85:849:71303-05161-1:8590783\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tRüschlikon, Schlossstrasse\t8590783\t17.12.2017 13:15\t17.12.2017 13:17:20\t17.12.2017 13:15\t17.12.2017 13:17:32\n17.12.2017\t85:849:71303-05161-1:8590687\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tKilchberg ZH, Schooren\t8590687\t17.12.2017 13:16\t17.12.2017 13:18:32\t17.12.2017 13:17\t17.12.2017 13:18:44\n17.12.2017\t85:849:71303-05161-1:8590674\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tKilchberg ZH, Bendlikon\t8590674\t17.12.2017 13:17\t17.12.2017 13:19:38\t17.12.2017 13:18\t17.12.2017 13:19:50\n17.12.2017\t85:849:71303-05161-1:8590684\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tKilchberg ZH, Paradiesstrasse\t8590684\t17.12.2017 13:19\t17.12.2017 13:21:02\t17.12.2017 13:19\t17.12.2017 13:21:14\n17.12.2017\t85:849:71303-05161-1:8591378\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tZürich, Stadtgrenze\t8591378\t17.12.2017 13:20\t17.12.2017 13:22:26\t17.12.2017 13:20\t17.12.2017 13:22:38\n17.12.2017\t85:849:71303-05161-1:8591357\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tZürich, Seerose\t8591357\t17.12.2017 13:21\t17.12.2017 13:23:32\t17.12.2017 13:22\t17.12.2017 13:23:44\n17.12.2017\t85:849:71303-05161-1:8587347\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tZürich, Rote Fabrik\t8587347\t17.12.2017 13:22\t17.12.2017 13:24:32\t17.12.2017 13:23\t17.12.2017 13:24:44\n17.12.2017\t85:849:71303-05161-1:8591080\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tZürich, Bhf Wollishofen (Bus)\t8591080\t17.12.2017 13:24\t17.12.2017 13:25:44\t17.12.2017 13:24\t17.12.2017 13:25:56\n17.12.2017\t85:849:71303-05161-1:8591241\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tZürich, Landiwiese\t8591241\t17.12.2017 13:24\t17.12.2017 13:26:32\t17.12.2017 13:25\t17.12.2017 13:26:44\n17.12.2017\t85:849:71303-05161-1:8591387\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tZürich, Sukkulentensammlung\t8591387\t17.12.2017 13:25\t17.12.2017 13:27:20\t17.12.2017 13:25\t17.12.2017 13:27:32\n17.12.2017\t85:849:71303-05161-1:8591352\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tZürich, Schweizer Rück\t8591352\t17.12.2017 13:26\t17.12.2017 13:27:46\t17.12.2017 13:26\t17.12.2017 13:27:58\n17.12.2017\t85:849:71303-05161-1:8591317\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tZürich, Rentenanstalt\t8591317\t17.12.2017 13:27\t17.12.2017 13:28:40\t17.12.2017 13:27\t17.12.2017 13:28:52\n17.12.2017\t85:849:71303-05161-1:8591105\tBus:85:849:165:165\t85:849:71303-05161-1\tBus\t85:849:165\t165\tZürich, Bürkliplatz\t8591105\t17.12.2017 13:29\t17.12.2017 13:30:07\t\t\n17.12.2017\t85:849:71304-05161-1:8591105\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tZürich, Bürkliplatz\t8591105\t\t\t17.12.2017 13:44\t17.12.2017 13:44:37\n17.12.2017\t85:849:71304-05161-1:8591317\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tZürich, Rentenanstalt\t8591317\t17.12.2017 13:45\t17.12.2017 13:46:57\t17.12.2017 13:46\t17.12.2017 13:47:09\n17.12.2017\t85:849:71304-05161-1:8591352\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tZürich, Schweizer Rück\t8591352\t17.12.2017 13:46\t17.12.2017 13:47:39\t17.12.2017 13:46\t17.12.2017 13:47:51\n17.12.2017\t85:849:71304-05161-1:8591387\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tZürich, Sukkulentensammlung\t8591387\t17.12.2017 13:47\t17.12.2017 13:48:51\t17.12.2017 13:47\t17.12.2017 13:49:03\n17.12.2017\t85:849:71304-05161-1:8591241\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tZürich, Landiwiese\t8591241\t17.12.2017 13:48\t17.12.2017 13:49:51\t17.12.2017 13:48\t17.12.2017 13:50:03\n17.12.2017\t85:849:71304-05161-1:8591080\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tZürich, Bhf Wollishofen (Bus)\t8591080\t17.12.2017 13:49\t17.12.2017 13:49:47\t17.12.2017 13:49\t17.12.2017 13:49:59\n17.12.2017\t85:849:71304-05161-1:8587347\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tZürich, Rote Fabrik\t8587347\t17.12.2017 13:50\t17.12.2017 13:51:05\t17.12.2017 13:50\t17.12.2017 13:51:17\n17.12.2017\t85:849:71304-05161-1:8591357\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tZürich, Seerose\t8591357\t17.12.2017 13:51\t17.12.2017 13:52:05\t17.12.2017 13:51\t17.12.2017 13:52:17\n17.12.2017\t85:849:71304-05161-1:8591378\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tZürich, Stadtgrenze\t8591378\t17.12.2017 13:52\t17.12.2017 13:53:11\t17.12.2017 13:53\t17.12.2017 13:53:23\n17.12.2017\t85:849:71304-05161-1:8590684\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tKilchberg ZH, Paradiesstrasse\t8590684\t17.12.2017 13:54\t17.12.2017 13:54:35\t17.12.2017 13:54\t17.12.2017 13:54:47\n17.12.2017\t85:849:71304-05161-1:8590674\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tKilchberg ZH, Bendlikon\t8590674\t17.12.2017 13:55\t17.12.2017 13:55:53\t17.12.2017 13:55\t17.12.2017 13:56:05\n17.12.2017\t85:849:71304-05161-1:8590687\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tKilchberg ZH, Schooren\t8590687\t17.12.2017 13:56\t17.12.2017 13:56:59\t17.12.2017 13:56\t17.12.2017 13:57:11\n17.12.2017\t85:849:71304-05161-1:8590783\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tRüschlikon, Schlossstrasse\t8590783\t17.12.2017 13:57\t17.12.2017 13:58:11\t17.12.2017 13:58\t17.12.2017 13:58:23\n17.12.2017\t85:849:71304-05161-1:8590773\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tRüschlikon, Bodengasse\t8590773\t17.12.2017 13:58\t17.12.2017 13:59:05\t17.12.2017 13:58\t17.12.2017 13:59:17\n17.12.2017\t85:849:71304-05161-1:8590771\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tRüschlikon, Bahnhof\t8590771\t17.12.2017 13:59\t17.12.2017 13:59:53\t17.12.2017 13:59\t17.12.2017 14:00:05\n17.12.2017\t85:849:71304-05161-1:8590784\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tRüschlikon, Weidstrasse\t8590784\t17.12.2017 14:00\t17.12.2017 14:00:41\t17.12.2017 14:00\t17.12.2017 14:00:53\n17.12.2017\t85:849:71304-05161-1:8590776\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tRüschlikon, Langhaldenstrasse\t8590776\t17.12.2017 14:01\t17.12.2017 14:01:35\t17.12.2017 14:01\t17.12.2017 14:01:47\n17.12.2017\t85:849:71304-05161-1:8590782\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tRüschlikon, Säumerstrasse\t8590782\t17.12.2017 14:02\t17.12.2017 14:03:05\t17.12.2017 14:02\t17.12.2017 14:03:17\n17.12.2017\t85:849:71304-05161-1:8590777\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tRüschlikon, Loorain\t8590777\t17.12.2017 14:03\t17.12.2017 14:04:11\t17.12.2017 14:03\t17.12.2017 14:04:17\n17.12.2017\t85:849:71304-05161-1:8590775\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tRüschlikon, Eggrain\t8590775\t17.12.2017 14:04\t17.12.2017 14:04:47\t17.12.2017 14:04\t17.12.2017 14:04:53\n17.12.2017\t85:849:71304-05161-1:8590779\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tRüschlikon, Moosstrasse\t8590779\t17.12.2017 14:04\t17.12.2017 14:05:17\t17.12.2017 14:05\t17.12.2017 14:05:23\n17.12.2017\t85:849:71304-05161-1:8590780\tBus:85:849:165:165\t85:849:71304-05161-1\tBus\t85:849:165\t165\tRüschlikon, Park im Grüene\t8590780\t17.12.2017 14:05\t17.12.2017 14:05:34\t\t\n17.12.2017\t85:849:71305-05161-1:8590780\tBus:85:849:165:165\t85:849:71305-05161-1\tBus\t85:849:165\t165\tRüschlikon, Park im Grüene\t8590780\t\t\t17.12.2017 14:08\t17.12.2017 14:08:00\n17.12.2017\t85:849:71305-05161-1:8590779\tBus:85:849:165:165\t85:849:71305-05161-1\tBus\t85:849:165\t165\tRüschlikon, Moosstrasse\t8590779\t17.12.2017 14:08\t17.12.2017 14:08:48\t17.12.2017 14:08\t17.12.2017 14:08:54\n17.12.2017\t85:849:71305-05161-1:8590775\tBus:85:849:165:165\t85:849:71305-05161-1\tBus\t85:849:165\t165\tRüschlikon, Eggrain\t8590775\t17.12.2017 14:09\t17.12.2017 14:09:12\t17.12.2017 14:09\t17.12.2017 14:09:18\n17.12.2017\t85:849:71305-05161-1:8590782\tBus:85:849:165:165\t85:849:71305-05161-1\tBus\t85:849:165\t165\tRüschlikon, Säumerstrasse\t8590782\t17.12.2017 14:10\t17.12.2017 14:11:23\t17.12.2017 14:10\t17.12.2017 14:11:35\n17.12.2017\t85:849:71305-05161-1:8590772\tBus:85:849:165:165\t85:849:71305-05161-1\tBus\t85:849:165\t165\tRüschlikon, Belvoir\t8590772\t17.12.2017 14:11\t17.12.2017 14:11:38\t17.12.2017 14:11\t17.12.2017 14:11:50\n17.12.2017\t85:849:71305-05161-1:8590776\tBus:85:849:165:165\t85:849:71305-05161-1\tBus\t85:849:165\t165\tRüschlikon, Langhaldenstrasse\t8590776\t17.12.2017 14:12\t17.12.2017 14:12:26\t17.12.2017 14:12\t17.12.2017 14:12:38\n17.12.2017\t85:849:71305-05161-1:8590784\tBus:85:849:165:165\t85:849:71305-05161-1\tBus\t85:849:165\t165\tRüschlikon, Weidstrasse\t8590784\t17.12.2017 14:13\t17.12.2017 14:13:14\t17.12.2017 14:13\t17.12.2017 14:14:08\n17.12.2017\t85:849:71305-05161-1:8590771\tBus:85:849:165:165\t85:849:71305-05161-1\tBus\t85:849:165\t165\tRüschlikon, Bahnhof\t8590771\t17.12.2017 14:13\t17.12.2017 14:14:44\t17.12.2017 14:14\t17.12.2017 14:14:56\n17.12.2017\t85:849:71305-05161-1:8590773\tBus:85:849:165:165\t85:849:71305-05161-1\tBus\t85:849:165\t165\tRüschlikon, Bodengasse\t8590773\t17.12.2017 14:14\t17.12.2017 14:15:20\t17.12.2017 14:14\t17.12.2017 14:15:32\n17.12.2017\t85:849:71305-05161-1:8590687\tBus:85:849:165:165\t85:849:71305-05161-1\tBus\t85:849:165\t165\tKilchberg ZH, Schooren\t8590687\t17.12.2017 14:16\t17.12.2017 14:18:16\t17.12.2017 14:17\t17.12.2017 14:18:28\n"}]},"apps":[],"jobName":"paragraph_1523949381116_-733187771","id":"20180611-001211_1477122713","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:320"},{"text":"%jdbc(hive)\r\n/* Run directly on the terminal of the local cluster*/\r\nhive -e \"insert overwrite local directory '/home/sokim/project_data2/monday'\r\nrow format delimited fields terminated by '\\t'\r\nselect * from sokim.monday;\"\r\nhive -e \"insert overwrite local directory '/home/sokim/project_data2/tuesday'\r\nrow format delimited fields terminated by '\\t'\r\nselect * from sokim.tuesday;\"\r\nhive -e \"insert overwrite local directory '/home/sokim/project_data2/wednesday'\r\nrow format delimited fields terminated by '\\t'\r\nselect * from sokim.wednesday;\"\r\nhive -e \"insert overwrite local directory '/home/sokim/project_data2/thursday'\r\nrow format delimited fields terminated by '\\t'\r\nselect * from sokim.thursday;\"\r\nhive -e \"insert overwrite local directory '/home/sokim/project_data2/friday'\r\nrow format delimited fields terminated by '\\t'\r\nselect * from sokim.friday;\"\r\nhive -e \"insert overwrite local directory '/home/sokim/project_data2/saturday'\r\nrow format delimited fields terminated by '\\t'\r\nselect * from sokim.saturday;\"\r\nhive -e \"insert overwrite local directory '/home/sokim/project_data2/sunday'\r\nrow format delimited fields terminated by '\\t'\r\nselect * from sokim.sunday;\"","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"apps":[],"jobName":"paragraph_1523949381116_-733187771","id":"20180611-233011_1065214769","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:321"},{"text":"%md\n#### 5. Find the number of lines exists for each station.\n\nFrom here we try to find a station where we can make a transfer by counting the lines exists in each station. \n\nOne thing we have to consider is that, we have to consider different features when counting the lines for different transport type. \n\nAmong stations within 10km from Zurich HB, there are 894 bus stations, 197 tram stations and 56 train stations. While some stations were used for both bus and tram, the train station is solely used for trains. Therefore, in total, there are 998 stations. \n\nFor 'Bus' and 'Tram' we can simply count the distinct `line_id` of each station since it already includes the line number of the tranport. \nFor 'Train', it is bit complicated as even for the same line there are different `line_id` (ex. 21275RE, 21277RE). In Zurich Area, there are S-bahn(S1, S2, S3 ...) which has unique number for each line. \nThus, we count the distinct `train_type` for each train stations. And also for other types of train(RE, IR, IC etc.), we manually checked the data to see how many lines are there. ","dateUpdated":"2018-04-17T08:25:57+0000","config":{"tableHide":false,"editorSetting":{"language":"markdown","editOnDblClick":true},"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"HTML","data":"<h4>5. Find the number of lines exists for each station.</h4>\n<p>From here we try to find a station where we can make a transfer by counting the lines exists in each station.</p>\n<p>One thing we have to consider is that, we have to consider different features when counting the lines for different transport type.</p>\n<p>Among stations within 10km from Zurich HB, there are 894 bus stations, 197 tram stations and 56 train stations. While some stations were used for both bus and tram, the train station is solely used for trains. Therefore, in total, there are 998 stations.</p>\n<p>For 'Bus' and 'Tram' we can simply count the distinct <code>line_id</code> of each station since it already includes the line number of the tranport.\n<br />For 'Train', it is bit complicated as even for the same line there are different <code>line_id</code> (ex. 21275RE, 21277RE). In Zurich Area, there are S-bahn(S1, S2, S3 …) which has unique number for each line.\n<br />Thus, we count the distinct <code>train_type</code> for each train stations. And also for other types of train(RE, IR, IC etc.), we manually checked the data to see how many lines are there.</p>\n"}]},"apps":[],"jobName":"paragraph_1523949381116_-733187771","id":"20180612-213959_1362568508","dateCreated":"2018-04-17T07:16:21+0000","status":"FINISHED","progressUpdateIntervalMs":500,"$$hashKey":"object:322","user":"anonymous","dateFinished":"2018-04-17T08:25:57+0000","dateStarted":"2018-04-17T08:25:57+0000"},{"text":"%jdbc(hive)\ndrop table if exists sokim.notTrain_station;\n\ncreate table sokim.notTrain_station\nstored as parquet\nas\nselect\n station_id,\n count(distinct line_id) as transfer_count\nfrom sokim.sbb_Zurich10km_filtered\nwhere transport_type = 'Bus' or transport_type = 'Tram'\ngroup by station_id;\n\nselect * from sokim.notTrain_station;\n","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{"2":{"graph":{"mode":"multiBarChart","height":300,"optionOpen":true,"setting":{"multiBarChart":{}},"commonSetting":{},"keys":[{"name":"nottrain_station.transfer_count","index":1,"aggr":"sum"}],"groups":[],"values":[{"name":"nottrain_station.station_id","index":0,"aggr":"count"}]},"helium":{}}},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"nottrain_station.station_id\tnottrain_station.transfer_count\n8502876\t3\n8503154\t4\n8503551\t2\n8503578\t2\n8503579\t1\n8503580\t2\n8503690\t4\n8503691\t4\n8503692\t4\n8503709\t4\n8530811\t1\n8530812\t5\n8530813\t10\n8557101\t1\n8573160\t2\n8573164\t3\n8573166\t3\n8573167\t6\n8573168\t1\n8573205\t19\n8573211\t11\n8573232\t7\n8573233\t3\n8573234\t3\n8573710\t16\n8573711\t5\n8573712\t4\n8573713\t6\n8573714\t3\n8573715\t3\n8573716\t2\n8573718\t6\n8573730\t3\n8573731\t4\n8574610\t1\n8574615\t1\n8574658\t1\n8574684\t1\n8574898\t1\n8575014\t1\n8576152\t4\n8576153\t3\n8576154\t2\n8576155\t2\n8576158\t2\n8576159\t4\n8576160\t2\n8576182\t11\n8576194\t2\n8576195\t9\n8576196\t9\n8576197\t9\n8576198\t10\n8576199\t10\n8576200\t10\n8576201\t4\n8576202\t4\n8576203\t4\n8576204\t2\n8576216\t3\n8576217\t2\n8576218\t1\n8576219\t1\n8576220\t1\n8576221\t1\n8576222\t1\n8576223\t2\n8576224\t2\n8576225\t1\n8576226\t1\n8576240\t7\n8576241\t4\n8576242\t1\n8576243\t1\n8576244\t4\n8576245\t5\n8576246\t2\n8576248\t3\n8576262\t6\n8576263\t4\n8576264\t2\n8576265\t1\n8576269\t1\n8576270\t1\n8579434\t1\n8579453\t1\n8579472\t1\n8579495\t1\n8579497\t1\n8580443\t2\n8580449\t11\n8580536\t3\n8580912\t10\n8581059\t4\n8581967\t1\n8582752\t2\n8583214\t1\n8583613\t4\n8587348\t16\n8587349\t13\n8587420\t5\n8587964\t1\n8587965\t2\n8587966\t2\n8587968\t1\n8587969\t1\n8587970\t1\n8587971\t1\n8587973\t1\n8587974\t1\n8588078\t25\n8588316\t3\n8588317\t2\n8588318\t3\n8588319\t3\n8588736\t1\n8588737\t1\n8588738\t1\n8588739\t1\n8588740\t1\n8588742\t1\n8588743\t1\n8588744\t1\n8590318\t5\n8590472\t2\n8590473\t3\n8590474\t3\n8590475\t1\n8590476\t3\n8590477\t1\n8590478\t1\n8590479\t1\n8590480\t2\n8590481\t1\n8590482\t2\n8590503\t2\n8590504\t3\n8590517\t1\n8590526\t1\n8590538\t1\n8590539\t3\n8590540\t1\n8590541\t2\n8590542\t2\n8590543\t3\n8590544\t1\n8590545\t1\n8590547\t5\n8590548\t2\n8590561\t1\n8590562\t1\n8590563\t2\n8590565\t1\n8590566\t6\n8590567\t5\n8590568\t1\n8590569\t1\n8590570\t4\n8590582\t1\n8590583\t1\n8590584\t1\n8590586\t1\n8590587\t1\n8590588\t7\n8590589\t1\n8590590\t1\n8590591\t2\n8590592\t5\n8590604\t3\n8590605\t4\n8590606\t6\n8590607\t2\n8590608\t1\n8590609\t1\n8590610\t4\n8590611\t4\n8590612\t3\n8590626\t3\n8590627\t1\n8590628\t1\n8590629\t2\n8590631\t3\n8590632\t1\n8590633\t1\n8590634\t1\n8590635\t3\n8590670\t1\n8590671\t1\n8590672\t1\n8590673\t2\n8590674\t2\n8590675\t2\n8590677\t2\n8590678\t2\n8590679\t2\n8590680\t3\n8590692\t1\n8590693\t1\n8590694\t1\n8590696\t1\n8590697\t1\n8590698\t1\n8590699\t2\n8590700\t1\n8590701\t1\n8590702\t1\n8590715\t2\n8590740\t1\n8590741\t3\n8590742\t1\n8590743\t1\n8590744\t1\n8590745\t1\n8590746\t1\n8590758\t3\n8590759\t1\n8590760\t3\n8590762\t3\n8590765\t2\n8590766\t3\n8590767\t3\n8590768\t1\n8590780\t3\n8590781\t1\n8590782\t2\n8590783\t1\n8590784\t2\n8590786\t5\n8590787\t2\n8590788\t3\n8590789\t1\n8590790\t2\n8590802\t2\n8590803\t3\n8590804\t5\n8590805\t7\n8590806\t2\n8590811\t1\n8590824\t2\n8590826\t1\n8590828\t2\n8590829\t2\n8590831\t2\n8590832\t2\n8590833\t3\n8590834\t2\n8590846\t3\n8590847\t2\n8590848\t5\n8590849\t2\n8590878\t8\n8590890\t1\n8590892\t3\n8590894\t1\n8590895\t1\n8590896\t1\n8590897\t1\n8590898\t1\n8590899\t2\n8590900\t1\n8590913\t3\n8590914\t3\n8591023\t3\n8591024\t1\n8591025\t1\n8591026\t1\n8591027\t1\n8591028\t3\n8591029\t1\n8591031\t1\n8591032\t2\n8591044\t1\n8591045\t1\n8591046\t1\n8591047\t5\n8591048\t3\n8591049\t4\n8591050\t1\n8591051\t1\n8591052\t8\n8591053\t6\n8591054\t4\n8591066\t3\n8591067\t14\n8591068\t5\n8591070\t4\n8591071\t8\n8591072\t6\n8591073\t8\n8591074\t6\n8591075\t4\n8591076\t1\n8591088\t1\n8591089\t1\n8591090\t1\n8591091\t1\n8591092\t3\n8591093\t12\n8591094\t2\n8591095\t1\n8591097\t4\n8591098\t3\n8591110\t13\n8591111\t3\n8591112\t1\n8591113\t3\n8591114\t1\n8591115\t6\n8591116\t4\n8591118\t4\n8591119\t6\n8591120\t1\n8591132\t1\n8591133\t1\n8591134\t2\n8591135\t6\n8591136\t8\n8591137\t3\n8591138\t1\n8591140\t1\n8591141\t1\n8591142\t1\n8591154\t2\n8591155\t5\n8591156\t1\n8591158\t3\n8591159\t2\n8591160\t6\n8591161\t1\n8591162\t5\n8591163\t1\n8591176\t3\n8591177\t14\n8591178\t6\n8591180\t1\n8591181\t3\n8591182\t3\n8591183\t11\n8591184\t3\n8591185\t2\n8591186\t6\n8591198\t2\n8591199\t8\n8591200\t2\n8591201\t4\n8591202\t8\n8591203\t8\n8591204\t3\n8591205\t1\n8591206\t1\n8591207\t2\n8591208\t3\n8591220\t6\n8591221\t6\n8591222\t3\n8591223\t1\n8591224\t2\n8591225\t1\n8591226\t2\n8591227\t1\n8591228\t3\n8591229\t10\n8591230\t7\n8591242\t1\n8591243\t1\n8591244\t10\n8591245\t6\n8591246\t6\n8591247\t3\n8591248\t2\n8591249\t2\n8591250\t1\n8591251\t1\n8591252\t2\n8591264\t3\n8591265\t4\n8591266\t1\n8591267\t1\n8591268\t2\n8591269\t6\n8591270\t2\n8591271\t2\n8591272\t5\n8591273\t5\n8591274\t3\n8591286\t1\n8591287\t6\n8591289\t3\n8591290\t1\n8591291\t2\n8591292\t2\n8591293\t2\n8591294\t3\n8591296\t1\n8591308\t2\n8591309\t11\n8591310\t4\n8591311\t5\n8591312\t2\n8591314\t8\n8591315\t1\n8591316\t9\n8591317\t12\n8591318\t1\n8591330\t3\n8591331\t3\n8591332\t9\n8591333\t4\n8591334\t3\n8591335\t12\n8591336\t1\n8591338\t1\n8591339\t2\n8591340\t6\n8591352\t3\n8591353\t6\n8591354\t7\n8591355\t6\n8591357\t3\n8591358\t3\n8591360\t1\n8591361\t3\n8591362\t12\n8591374\t5\n8591375\t3\n8591376\t2\n8591377\t1\n8591378\t3\n8591379\t9\n8591380\t1\n8591381\t12\n8591382\t12\n8591383\t1\n8591384\t11\n8591396\t2\n8591397\t5\n8591398\t5\n8591399\t1\n8591400\t1\n8591401\t1\n8591402\t7\n8591403\t2\n8591404\t10\n8591405\t6\n8591406\t10\n8591418\t2\n8591419\t2\n8591420\t4\n8591423\t4\n8591424\t6\n8591425\t1\n8591427\t10\n8591428\t4\n8591440\t1\n8591441\t1\n8591442\t4\n8591443\t1\n8591444\t4\n8591445\t3\n8591446\t4\n8591447\t5\n8591448\t3\n8591824\t3\n8591903\t1\n8594190\t1\n8594198\t1\n8594236\t3\n8594239\t14\n8594261\t1\n8595073\t1\n8595074\t1\n8595075\t1\n8595076\t1\n8595077\t1\n8595078\t1\n8595080\t1\n8595406\t2\n8595709\t1\n8595710\t1\n8595711\t1\n8595712\t1\n8595713\t1\n8595717\t1\n8596113\t2\n8502559\t6\n8502572\t10\n8502885\t3\n8502950\t5\n8503059\t8\n8503083\t8\n8503610\t10\n8503693\t4\n8503694\t3\n8503696\t4\n8503698\t3\n8503699\t4\n8503700\t5\n8530473\t1\n8573213\t6\n8573214\t3\n8573240\t1\n8573241\t4\n8573242\t1\n8573244\t3\n8573719\t3\n8573724\t4\n8573725\t1\n8573726\t9\n8573728\t3\n8573729\t3\n8574739\t3\n8574780\t1\n8576127\t8\n8576139\t3\n8576161\t4\n8576183\t1\n8576184\t1\n8576185\t2\n8576186\t2\n8576187\t2\n8576188\t2\n8576189\t1\n8576193\t29\n8576205\t2\n8576206\t2\n8576207\t2\n8576208\t2\n8576209\t4\n8576210\t3\n8576211\t3\n8576214\t3\n8576215\t3\n8576249\t3\n8576250\t2\n8576251\t1\n8576252\t1\n8576253\t4\n8576271\t1\n8576275\t1\n8576278\t2\n8576279\t3\n8576280\t3\n8576281\t1\n8576699\t2\n8576743\t2\n8579440\t1\n8579442\t1\n8579443\t1\n8579843\t1\n8579991\t1\n8579994\t6\n8580301\t12\n8580432\t1\n8580433\t1\n8580434\t2\n8580435\t2\n8580437\t2\n8580438\t1\n8580522\t21\n8581666\t1\n8583053\t4\n8583731\t1\n8583755\t3\n8583805\t2\n8583870\t2\n8587347\t3\n8587651\t4\n8587652\t6\n8587653\t4\n8587654\t3\n8587655\t7\n8587799\t4\n8587976\t1\n8587977\t1\n8587978\t1\n8587979\t1\n8587980\t1\n8588205\t1\n8588313\t2\n8588314\t2\n8588315\t2\n8588553\t14\n8588745\t1\n8589106\t3\n8590461\t2\n8590462\t1\n8590463\t3\n8590464\t5\n8590465\t1\n8590466\t1\n8590467\t1\n8590468\t2\n8590469\t1\n8590470\t1\n8590471\t1\n8590484\t2\n8590485\t1\n8590486\t1\n8590505\t2\n8590507\t1\n8590508\t1\n8590510\t2\n8590512\t3\n8590549\t1\n8590550\t3\n8590551\t1\n8590552\t6\n8590553\t1\n8590554\t3\n8590555\t1\n8590556\t2\n8590557\t1\n8590558\t2\n8590559\t1\n8590571\t2\n8590573\t1\n8590574\t1\n8590575\t5\n8590576\t3\n8590577\t2\n8590578\t2\n8590579\t2\n8590580\t1\n8590581\t1\n8590593\t2\n8590594\t1\n8590596\t3\n8590597\t2\n8590619\t1\n8590620\t5\n8590621\t2\n8590622\t1\n8590623\t1\n8590625\t1\n8590668\t3\n8590669\t3\n8590681\t1\n8590682\t1\n8590683\t1\n8590684\t1\n8590685\t2\n8590686\t1\n8590687\t1\n8590688\t1\n8590689\t2\n8590690\t4\n8590691\t1\n8590703\t1\n8590704\t1\n8590705\t3\n8590712\t1\n8590725\t3\n8590726\t3\n8590727\t3\n8590728\t3\n8590747\t1\n8590748\t3\n8590750\t1\n8590751\t2\n8590752\t2\n8590753\t2\n8590754\t1\n8590755\t1\n8590756\t1\n8590757\t2\n8590771\t2\n8590772\t2\n8590773\t1\n8590775\t3\n8590776\t2\n8590777\t3\n8590779\t3\n8590791\t3\n8590792\t2\n8590793\t1\n8590794\t2\n8590795\t3\n8590796\t2\n8590797\t1\n8590798\t1\n8590799\t2\n8590800\t4\n8590801\t2\n8590813\t1\n8590818\t1\n8590822\t1\n8590837\t4\n8590838\t1\n8590839\t3\n8590840\t1\n8590841\t5\n8590842\t5\n8590843\t5\n8590844\t2\n8590845\t4\n8590879\t2\n8590880\t2\n8590881\t4\n8590882\t1\n8590883\t2\n8590884\t3\n8590885\t1\n8590886\t2\n8590887\t2\n8590888\t2\n8590889\t3\n8590901\t2\n8590902\t2\n8590903\t2\n8590904\t2\n8590905\t2\n8590906\t1\n8590908\t1\n8590910\t2\n8590911\t3\n8591033\t5\n8591034\t4\n8591035\t4\n8591036\t5\n8591037\t3\n8591038\t10\n8591039\t3\n8591040\t1\n8591041\t1\n8591043\t1\n8591056\t8\n8591057\t11\n8591058\t12\n8591059\t8\n8591060\t11\n8591061\t2\n8591062\t3\n8591063\t8\n8591064\t8\n8591065\t10\n8591077\t2\n8591078\t2\n8591079\t10\n8591080\t3\n8591081\t8\n8591082\t8\n8591083\t3\n8591084\t3\n8591085\t3\n8591086\t2\n8591087\t1\n8591100\t8\n8591101\t13\n8591102\t1\n8591103\t3\n8591104\t1\n8591105\t13\n8591106\t7\n8591107\t8\n8591108\t1\n8591109\t2\n8591121\t3\n8591122\t5\n8591123\t10\n8591124\t2\n8591126\t3\n8591127\t4\n8591128\t4\n8591130\t1\n8591131\t6\n8591143\t1\n8591144\t1\n8591145\t3\n8591146\t1\n8591147\t5\n8591148\t3\n8591149\t1\n8591150\t1\n8591151\t4\n8591152\t2\n8591153\t2\n8591165\t1\n8591167\t5\n8591168\t9\n8591169\t6\n8591170\t1\n8591172\t1\n8591173\t10\n8591174\t12\n8591175\t3\n8591187\t1\n8591188\t3\n8591189\t1\n8591190\t3\n8591191\t2\n8591192\t2\n8591193\t7\n8591194\t2\n8591195\t1\n8591196\t2\n8591197\t4\n8591209\t3\n8591210\t2\n8591211\t2\n8591212\t1\n8591213\t2\n8591214\t3\n8591215\t1\n8591216\t4\n8591217\t1\n8591218\t5\n8591219\t5\n8591231\t2\n8591233\t14\n8591234\t2\n8591235\t1\n8591236\t8\n8591237\t8\n8591238\t1\n8591239\t11\n8591240\t1\n8591241\t3\n8591253\t3\n8591254\t2\n8591255\t11\n8591256\t4\n8591257\t14\n8591258\t6\n8591259\t3\n8591260\t1\n8591261\t7\n8591262\t13\n8591263\t5\n8591275\t1\n8591276\t13\n8591277\t6\n8591278\t3\n8591279\t10\n8591280\t1\n8591281\t1\n8591282\t13\n8591283\t8\n8591284\t1\n8591285\t4\n8591297\t1\n8591298\t10\n8591299\t17\n8591300\t1\n8591302\t2\n8591303\t4\n8591304\t5\n8591305\t2\n8591306\t13\n8591307\t10\n8591319\t3\n8591320\t4\n8591322\t1\n8591323\t10\n8591324\t10\n8591325\t2\n8591326\t3\n8591327\t11\n8591328\t1\n8591329\t8\n8591341\t13\n8591342\t2\n8591343\t2\n8591344\t2\n8591345\t4\n8591346\t1\n8591347\t2\n8591348\t1\n8591349\t7\n8591350\t2\n8591351\t3\n8591363\t2\n8591364\t5\n8591365\t3\n8591366\t10\n8591367\t13\n8591368\t13\n8591369\t9\n8591370\t2\n8591371\t3\n8591372\t1\n8591373\t10\n8591385\t7\n8591386\t1\n8591387\t3\n8591388\t3\n8591389\t4\n8591390\t3\n8591391\t5\n8591392\t4\n8591393\t3\n8591407\t3\n8591408\t3\n8591410\t2\n8591411\t2\n8591412\t4\n8591413\t1\n8591414\t3\n8591415\t9\n8591416\t2\n8591417\t3\n8591429\t1\n8591430\t3\n8591431\t4\n8591432\t1\n8591433\t10\n8591434\t4\n8591435\t4\n8591436\t4\n8591437\t3\n8591438\t1\n8591439\t8\n8591825\t4\n8591826\t2\n8591828\t3\n8591830\t4\n8591831\t3\n8591832\t5\n8591833\t4\n8591896\t5\n8593523\t2\n8593529\t2\n8594185\t1\n8594186\t1\n8594187\t1\n8594188\t1\n8594189\t1\n8594249\t3\n8594250\t1\n8594252\t1\n8594253\t1\n8594254\t1\n8594255\t1\n8594338\t1\n8594553\t2\n8594732\t3\n8595081\t2\n8595128\t1\n8595129\t1\n8595899\t2\n8596005\t1\n8596006\t1\n8596100\t2\n"}]},"apps":[],"jobName":"paragraph_1523949381116_-733187771","id":"20180612-225416_481042855","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:323"},{"text":"%jdbc(hive)\ndrop table if exists sokim.yesTrain_station;\n\ncreate table sokim.yesTrain_station\nstored as parquet\nas\nselect\n station_id,\n count(distinct train_type) as transfer_count\nfrom sokim.sbb_Zurich10km_filtered\nwhere transport_type = 'Zug'\ngroup by station_id;\n\nselect * from sokim.yesTrain_station;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{"2":{"graph":{"mode":"multiBarChart","height":300,"optionOpen":true,"setting":{"multiBarChart":{}},"commonSetting":{},"keys":[{"name":"yestrain_station.transfer_count","index":1,"aggr":"sum"}],"groups":[],"values":[{"name":"yestrain_station.station_id","index":0,"aggr":"count"}]},"helium":{}}},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"yestrain_station.station_id\tyestrain_station.transfer_count\n8502220\t3\n8502221\t3\n8502222\t3\n8502229\t3\n8503000\t49\n8503001\t16\n8503003\t16\n8503004\t5\n8503006\t26\n8503007\t3\n8503008\t3\n8503009\t6\n8503010\t8\n8503011\t8\n8503015\t2\n8503016\t17\n8503020\t17\n8503051\t1\n8503052\t1\n8503053\t1\n8503054\t1\n8503055\t1\n8503056\t1\n8503057\t1\n8503086\t2\n8503087\t3\n8503088\t3\n8503089\t2\n8503090\t3\n8503091\t2\n8503093\t2\n8503094\t3\n8503095\t2\n8503096\t2\n8503099\t2\n8503100\t4\n8503101\t4\n8503102\t3\n8503127\t6\n8503128\t6\n8503129\t6\n8503141\t3\n8503147\t10\n8503200\t5\n8503201\t5\n8503202\t18\n8503306\t6\n8503307\t6\n8503308\t2\n8503309\t3\n8503310\t6\n8503311\t3\n8503340\t2\n8503509\t9\n8503512\t6\n8503526\t3\n"}]},"apps":[],"jobName":"paragraph_1523949381117_-733572520","id":"20180612-232057_1764716705","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:324"},{"text":"%jdbc(hive)\n/* Check manually how many lines are there for a train station*/\nselect distinct \n station_id, station_name, line_id, train_type\nfrom sokim.sbb_Zurich10km_filtered\nwhere station_id = '8503006'\norder by train_type","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TABLE","data":"station_id\tstation_name\tline_id\ttrain_type\n8503006\tZürich Oerlikon\tZug:728:IC1\tIC1\n8503006\tZürich Oerlikon\tZug:2807:IC4\tIC4\n8503006\tZürich Oerlikon\tZug:840:IC8\tIC8\n8503006\tZürich Oerlikon\tZug:2656:IR\tIR\n8503006\tZürich Oerlikon\tZug:2661:IR\tIR\n8503006\tZürich Oerlikon\tZug:2657:IR\tIR\n8503006\tZürich Oerlikon\tZug:2660:IR\tIR\n8503006\tZürich Oerlikon\tZug:2059:IR\tIR\n8503006\tZürich Oerlikon\tZug:2057:IR\tIR\n8503006\tZürich Oerlikon\tZug:2058:IR\tIR\n8503006\tZürich Oerlikon\tZug:2055:IR\tIR\n8503006\tZürich Oerlikon\tZug:2061:IR\tIR\n8503006\tZürich Oerlikon\tZug:2062:IR\tIR\n8503006\tZürich Oerlikon\tZug:2063:IR\tIR\n8503006\tZürich Oerlikon\tZug:2064:IR\tIR\n8503006\tZürich Oerlikon\tZug:2065:IR\tIR\n8503006\tZürich Oerlikon\tZug:2066:IR\tIR\n8503006\tZürich Oerlikon\tZug:2067:IR\tIR\n8503006\tZürich Oerlikon\tZug:2068:IR\tIR\n8503006\tZürich Oerlikon\tZug:2069:IR\tIR\n8503006\tZürich Oerlikon\tZug:2070:IR\tIR\n8503006\tZürich Oerlikon\tZug:2071:IR\tIR\n8503006\tZürich Oerlikon\tZug:2072:IR\tIR\n8503006\tZürich Oerlikon\tZug:2073:IR\tIR\n8503006\tZürich Oerlikon\tZug:2074:IR\tIR\n8503006\tZürich Oerlikon\tZug:2075:IR\tIR\n8503006\tZürich Oerlikon\tZug:2076:IR\tIR\n8503006\tZürich Oerlikon\tZug:2077:IR\tIR\n8503006\tZürich Oerlikon\tZug:2078:IR\tIR\n8503006\tZürich Oerlikon\tZug:2079:IR\tIR\n8503006\tZürich Oerlikon\tZug:2080:IR\tIR\n8503006\tZürich Oerlikon\tZug:2081:IR\tIR\n8503006\tZürich Oerlikon\tZug:2082:IR\tIR\n8503006\tZürich Oerlikon\tZug:2083:IR\tIR\n8503006\tZürich Oerlikon\tZug:2084:IR\tIR\n8503006\tZürich Oerlikon\tZug:2085:IR\tIR\n8503006\tZürich Oerlikon\tZug:2086:IR\tIR\n8503006\tZürich Oerlikon\tZug:2088:IR\tIR\n8503006\tZürich Oerlikon\tZug:2155:IR\tIR\n8503006\tZürich Oerlikon\tZug:2201:IR\tIR\n8503006\tZürich Oerlikon\tZug:2273:IR\tIR\n8503006\tZürich Oerlikon\tZug:2616:IR\tIR\n8503006\tZürich Oerlikon\tZug:2624:IR\tIR\n8503006\tZürich Oerlikon\tZug:2628:IR\tIR\n8503006\tZürich Oerlikon\tZug:2632:IR\tIR\n8503006\tZürich Oerlikon\tZug:2633:IR\tIR\n8503006\tZürich Oerlikon\tZug:2636:IR\tIR\n8503006\tZürich Oerlikon\tZug:2637:IR\tIR\n8503006\tZürich Oerlikon\tZug:2640:IR\tIR\n8503006\tZürich Oerlikon\tZug:2641:IR\tIR\n8503006\tZürich Oerlikon\tZug:2681:IR\tIR\n8503006\tZürich Oerlikon\tZug:2644:IR\tIR\n8503006\tZürich Oerlikon\tZug:2677:IR\tIR\n8503006\tZürich Oerlikon\tZug:2060:IR\tIR\n8503006\tZürich Oerlikon\tZug:2673:IR\tIR\n8503006\tZürich Oerlikon\tZug:2645:IR\tIR\n8503006\tZürich Oerlikon\tZug:2672:IR\tIR\n8503006\tZürich Oerlikon\tZug:2648:IR\tIR\n8503006\tZürich Oerlikon\tZug:2669:IR\tIR\n8503006\tZürich Oerlikon\tZug:2649:IR\tIR\n8503006\tZürich Oerlikon\tZug:2668:IR\tIR\n8503006\tZürich Oerlikon\tZug:2652:IR\tIR\n8503006\tZürich Oerlikon\tZug:2665:IR\tIR\n8503006\tZürich Oerlikon\tZug:2653:IR\tIR\n8503006\tZürich Oerlikon\tZug:2664:IR\tIR\n8503006\tZürich Oerlikon\tZug:2059:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2058:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2057:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2055:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2088:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2086:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2085:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2084:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2083:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2082:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2081:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2080:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2079:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2078:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2077:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2076:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2075:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2074:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2073:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2072:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2071:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2070:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2069:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2068:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2067:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2066:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2065:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2064:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2063:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2062:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2061:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2060:IR36\tIR36\n8503006\tZürich Oerlikon\tZug:2673:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2677:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2641:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2681:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2640:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2616:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2637:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2644:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2636:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2633:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2628:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2632:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2624:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2657:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2660:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2656:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2661:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2653:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2664:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2652:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2665:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2649:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2668:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2648:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2669:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2645:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2672:IR70\tIR70\n8503006\tZürich Oerlikon\tZug:2132:IR75\tIR75\n8503006\tZürich Oerlikon\tZug:4944:RE\tRE\n8503006\tZürich Oerlikon\tZug:4911:RE\tRE\n8503006\tZürich Oerlikon\tZug:4912:RE\tRE\n8503006\tZürich Oerlikon\tZug:4913:RE\tRE\n8503006\tZürich Oerlikon\tZug:4940:RE\tRE\n8503006\tZürich Oerlikon\tZug:4939:RE\tRE\n8503006\tZürich Oerlikon\tZug:4914:RE\tRE\n8503006\tZürich Oerlikon\tZug:2205:RE\tRE\n8503006\tZürich Oerlikon\tZug:4915:RE\tRE\n8503006\tZürich Oerlikon\tZug:4916:RE\tRE\n8503006\tZürich Oerlikon\tZug:2143:RE\tRE\n8503006\tZürich Oerlikon\tZug:4936:RE\tRE\n8503006\tZürich Oerlikon\tZug:4917:RE\tRE\n8503006\tZürich Oerlikon\tZug:4926:RE\tRE\n8503006\tZürich Oerlikon\tZug:4918:RE\tRE\n8503006\tZürich Oerlikon\tZug:4933:RE\tRE\n8503006\tZürich Oerlikon\tZug:4919:RE\tRE\n8503006\tZürich Oerlikon\tZug:4927:RE\tRE\n8503006\tZürich Oerlikon\tZug:4920:RE\tRE\n8503006\tZürich Oerlikon\tZug:4938:RE\tRE\n8503006\tZürich Oerlikon\tZug:4921:RE\tRE\n8503006\tZürich Oerlikon\tZug:4928:RE\tRE\n8503006\tZürich Oerlikon\tZug:4922:RE\tRE\n8503006\tZürich Oerlikon\tZug:4934:RE\tRE\n8503006\tZürich Oerlikon\tZug:4923:RE\tRE\n8503006\tZürich Oerlikon\tZug:4929:RE\tRE\n8503006\tZürich Oerlikon\tZug:4924:RE\tRE\n8503006\tZürich Oerlikon\tZug:4937:RE\tRE\n8503006\tZürich Oerlikon\tZug:4925:RE\tRE\n8503006\tZürich Oerlikon\tZug:4930:RE\tRE\n8503006\tZürich Oerlikon\tZug:4942:RE\tRE\n8503006\tZürich Oerlikon\tZug:4935:RE\tRE\n8503006\tZürich Oerlikon\tZug:4931:RE\tRE\n8503006\tZürich Oerlikon\tZug:4945:RE\tRE\n8503006\tZürich Oerlikon\tZug:4946:RE\tRE\n8503006\tZürich Oerlikon\tZug:4932:RE\tRE\n8503006\tZürich Oerlikon\tZug:5129:RE\tRE\n8503006\tZürich Oerlikon\tZug:2843:RE\tRE\n8503006\tZürich Oerlikon\tZug:2844:RE\tRE\n8503006\tZürich Oerlikon\tZug:4908:RE\tRE\n8503006\tZürich Oerlikon\tZug:4909:RE\tRE\n8503006\tZürich Oerlikon\tZug:4910:RE\tRE\n8503006\tZürich Oerlikon\tZug:19010:S\tS\n8503006\tZürich Oerlikon\tZug:18017:S\tS\n8503006\tZürich Oerlikon\tZug:18027:S\tS\n8503006\tZürich Oerlikon\tZug:18031:S\tS\n8503006\tZürich Oerlikon\tZug:18060:S\tS\n8503006\tZürich Oerlikon\tZug:18064:S\tS\n8503006\tZürich Oerlikon\tZug:18068:S\tS\n8503006\tZürich Oerlikon\tZug:23093:S\tS\n8503006\tZürich Oerlikon\tZug:23092:S\tS\n8503006\tZürich Oerlikon\tZug:19018:S\tS\n8503006\tZürich Oerlikon\tZug:19016:S\tS\n8503006\tZürich Oerlikon\tZug:19014:S\tS\n8503006\tZürich Oerlikon\tZug:19171:S11\tS11\n8503006\tZürich Oerlikon\tZug:19167:S11\tS11\n8503006\tZürich Oerlikon\tZug:19122:S11\tS11\n8503006\tZürich Oerlikon\tZug:19256:S12\tS12\n8503006\tZürich Oerlikon\tZug:19255:S12\tS12\n8503006\tZürich Oerlikon\tZug:19254:S12\tS12\n8503006\tZürich Oerlikon\tZug:19253:S12\tS12\n8503006\tZürich Oerlikon\tZug:19252:S12\tS12\n8503006\tZürich Oerlikon\tZug:19251:S12\tS12\n8503006\tZürich Oerlikon\tZug:19250:S12\tS12\n8503006\tZürich Oerlikon\tZug:19249:S12\tS12\n8503006\tZürich Oerlikon\tZug:19248:S12\tS12\n8503006\tZürich Oerlikon\tZug:19247:S12\tS12\n8503006\tZürich Oerlikon\tZug:19246:S12\tS12\n8503006\tZürich Oerlikon\tZug:19245:S12\tS12\n8503006\tZürich Oerlikon\tZug:19244:S12\tS12\n8503006\tZürich Oerlikon\tZug:19228:S12\tS12\n8503006\tZürich Oerlikon\tZug:19227:S12\tS12\n8503006\tZürich Oerlikon\tZug:19225:S12\tS12\n8503006\tZürich Oerlikon\tZug:19224:S12\tS12\n8503006\tZürich Oerlikon\tZug:19221:S12\tS12\n8503006\tZürich Oerlikon\tZug:19285:S12\tS12\n8503006\tZürich Oerlikon\tZug:19260:S12\tS12\n8503006\tZürich Oerlikon\tZug:19257:S12\tS12\n8503006\tZürich Oerlikon\tZug:19474:S14\tS14\n8503006\tZürich Oerlikon\tZug:19417:S14\tS14\n8503006\tZürich Oerlikon\tZug:19418:S14\tS14\n8503006\tZürich Oerlikon\tZug:19419:S14\tS14\n8503006\tZürich Oerlikon\tZug:19420:S14\tS14\n8503006\tZürich Oerlikon\tZug:19421:S14\tS14\n8503006\tZürich Oerlikon\tZug:19422:S14\tS14\n8503006\tZürich Oerlikon\tZug:19423:S14\tS14\n8503006\tZürich Oerlikon\tZug:19424:S14\tS14\n8503006\tZürich Oerlikon\tZug:19425:S14\tS14\n8503006\tZürich Oerlikon\tZug:19426:S14\tS14\n8503006\tZürich Oerlikon\tZug:19427:S14\tS14\n8503006\tZürich Oerlikon\tZug:19428:S14\tS14\n8503006\tZürich Oerlikon\tZug:19429:S14\tS14\n8503006\tZürich Oerlikon\tZug:19430:S14\tS14\n8503006\tZürich Oerlikon\tZug:19431:S14\tS14\n8503006\tZürich Oerlikon\tZug:19432:S14\tS14\n8503006\tZürich Oerlikon\tZug:19433:S14\tS14\n8503006\tZürich Oerlikon\tZug:19434:S14\tS14\n8503006\tZürich Oerlikon\tZug:19435:S14\tS14\n8503006\tZürich Oerlikon\tZug:19436:S14\tS14\n8503006\tZürich Oerlikon\tZug:19437:S14\tS14\n8503006\tZürich Oerlikon\tZug:19438:S14\tS14\n8503006\tZürich Oerlikon\tZug:19439:S14\tS14\n8503006\tZürich Oerlikon\tZug:19440:S14\tS14\n8503006\tZürich Oerlikon\tZug:19441:S14\tS14\n8503006\tZürich Oerlikon\tZug:19442:S14\tS14\n8503006\tZürich Oerlikon\tZug:19443:S14\tS14\n8503006\tZürich Oerlikon\tZug:19444:S14\tS14\n8503006\tZürich Oerlikon\tZug:19445:S14\tS14\n8503006\tZürich Oerlikon\tZug:19446:S14\tS14\n8503006\tZürich Oerlikon\tZug:19447:S14\tS14\n8503006\tZürich Oerlikon\tZug:19448:S14\tS14\n8503006\tZürich Oerlikon\tZug:19449:S14\tS14\n8503006\tZürich Oerlikon\tZug:19450:S14\tS14\n8503006\tZürich Oerlikon\tZug:19451:S14\tS14\n8503006\tZürich Oerlikon\tZug:19452:S14\tS14\n8503006\tZürich Oerlikon\tZug:19453:S14\tS14\n8503006\tZürich Oerlikon\tZug:19454:S14\tS14\n8503006\tZürich Oerlikon\tZug:19455:S14\tS14\n8503006\tZürich Oerlikon\tZug:19456:S14\tS14\n8503006\tZürich Oerlikon\tZug:19457:S14\tS14\n8503006\tZürich Oerlikon\tZug:19458:S14\tS14\n8503006\tZürich Oerlikon\tZug:19459:S14\tS14\n8503006\tZürich Oerlikon\tZug:19460:S14\tS14\n8503006\tZürich Oerlikon\tZug:19461:S14\tS14\n8503006\tZürich Oerlikon\tZug:19462:S14\tS14\n8503006\tZürich Oerlikon\tZug:19463:S14\tS14\n8503006\tZürich Oerlikon\tZug:19464:S14\tS14\n8503006\tZürich Oerlikon\tZug:19465:S14\tS14\n8503006\tZürich Oerlikon\tZug:19466:S14\tS14\n8503006\tZürich Oerlikon\tZug:19467:S14\tS14\n8503006\tZürich Oerlikon\tZug:19468:S14\tS14\n8503006\tZürich Oerlikon\tZug:19469:S14\tS14\n8503006\tZürich Oerlikon\tZug:19470:S14\tS14\n8503006\tZürich Oerlikon\tZug:19471:S14\tS14\n8503006\tZürich Oerlikon\tZug:19472:S14\tS14\n8503006\tZürich Oerlikon\tZug:19473:S14\tS14\n8503006\tZürich Oerlikon\tZug:19475:S14\tS14\n8503006\tZürich Oerlikon\tZug:19476:S14\tS14\n8503006\tZürich Oerlikon\tZug:19477:S14\tS14\n8503006\tZürich Oerlikon\tZug:19478:S14\tS14\n8503006\tZürich Oerlikon\tZug:19479:S14\tS14\n8503006\tZürich Oerlikon\tZug:19480:S14\tS14\n8503006\tZürich Oerlikon\tZug:19481:S14\tS14\n8503006\tZürich Oerlikon\tZug:19482:S14\tS14\n8503006\tZürich Oerlikon\tZug:19483:S14\tS14\n8503006\tZürich Oerlikon\tZug:19484:S14\tS14\n8503006\tZürich Oerlikon\tZug:19485:S14\tS14\n8503006\tZürich Oerlikon\tZug:19486:S14\tS14\n8503006\tZürich Oerlikon\tZug:19487:S14\tS14\n8503006\tZürich Oerlikon\tZug:19488:S14\tS14\n8503006\tZürich Oerlikon\tZug:19489:S14\tS14\n8503006\tZürich Oerlikon\tZug:19490:S14\tS14\n8503006\tZürich Oerlikon\tZug:19491:S14\tS14\n8503006\tZürich Oerlikon\tZug:19492:S14\tS14\n8503006\tZürich Oerlikon\tZug:19493:S14\tS14\n8503006\tZürich Oerlikon\tZug:19580:S15\tS15\n8503006\tZürich Oerlikon\tZug:19582:S15\tS15\n8503006\tZürich Oerlikon\tZug:19583:S15\tS15\n8503006\tZürich Oerlikon\tZug:19584:S15\tS15\n8503006\tZürich Oerlikon\tZug:19585:S15\tS15\n8503006\tZürich Oerlikon\tZug:19586:S15\tS15\n8503006\tZürich Oerlikon\tZug:19587:S15\tS15\n8503006\tZürich Oerlikon\tZug:19588:S15\tS15\n8503006\tZürich Oerlikon\tZug:19589:S15\tS15\n8503006\tZürich Oerlikon\tZug:19581:S15\tS15\n8503006\tZürich Oerlikon\tZug:19593:S15\tS15\n8503006\tZürich Oerlikon\tZug:19591:S15\tS15\n8503006\tZürich Oerlikon\tZug:19590:S15\tS15\n8503006\tZürich Oerlikon\tZug:19518:S15\tS15\n8503006\tZürich Oerlikon\tZug:19520:S15\tS15\n8503006\tZürich Oerlikon\tZug:19521:S15\tS15\n8503006\tZürich Oerlikon\tZug:19522:S15\tS15\n8503006\tZürich Oerlikon\tZug:19523:S15\tS15\n8503006\tZürich Oerlikon\tZug:19524:S15\tS15\n8503006\tZürich Oerlikon\tZug:19525:S15\tS15\n8503006\tZürich Oerlikon\tZug:19526:S15\tS15\n8503006\tZürich Oerlikon\tZug:19527:S15\tS15\n8503006\tZürich Oerlikon\tZug:19528:S15\tS15\n8503006\tZürich Oerlikon\tZug:19529:S15\tS15\n8503006\tZürich Oerlikon\tZug:19530:S15\tS15\n8503006\tZürich Oerlikon\tZug:19531:S15\tS15\n8503006\tZürich Oerlikon\tZug:19532:S15\tS15\n8503006\tZürich Oerlikon\tZug:19533:S15\tS15\n8503006\tZürich Oerlikon\tZug:19534:S15\tS15\n8503006\tZürich Oerlikon\tZug:19535:S15\tS15\n8503006\tZürich Oerlikon\tZug:19536:S15\tS15\n8503006\tZürich Oerlikon\tZug:19537:S15\tS15\n8503006\tZürich Oerlikon\tZug:19538:S15\tS15\n8503006\tZürich Oerlikon\tZug:19539:S15\tS15\n8503006\tZürich Oerlikon\tZug:19540:S15\tS15\n8503006\tZürich Oerlikon\tZug:19541:S15\tS15\n8503006\tZürich Oerlikon\tZug:19542:S15\tS15\n8503006\tZürich Oerlikon\tZug:19543:S15\tS15\n8503006\tZürich Oerlikon\tZug:19544:S15\tS15\n8503006\tZürich Oerlikon\tZug:19545:S15\tS15\n8503006\tZürich Oerlikon\tZug:19546:S15\tS15\n8503006\tZürich Oerlikon\tZug:19547:S15\tS15\n8503006\tZürich Oerlikon\tZug:19548:S15\tS15\n8503006\tZürich Oerlikon\tZug:19549:S15\tS15\n8503006\tZürich Oerlikon\tZug:19550:S15\tS15\n8503006\tZürich Oerlikon\tZug:19551:S15\tS15\n8503006\tZürich Oerlikon\tZug:19552:S15\tS15\n8503006\tZürich Oerlikon\tZug:19553:S15\tS15\n8503006\tZürich Oerlikon\tZug:19554:S15\tS15\n8503006\tZürich Oerlikon\tZug:19555:S15\tS15\n8503006\tZürich Oerlikon\tZug:19556:S15\tS15\n8503006\tZürich Oerlikon\tZug:19557:S15\tS15\n8503006\tZürich Oerlikon\tZug:19558:S15\tS15\n8503006\tZürich Oerlikon\tZug:19559:S15\tS15\n8503006\tZürich Oerlikon\tZug:19560:S15\tS15\n8503006\tZürich Oerlikon\tZug:19561:S15\tS15\n8503006\tZürich Oerlikon\tZug:19562:S15\tS15\n8503006\tZürich Oerlikon\tZug:19563:S15\tS15\n8503006\tZürich Oerlikon\tZug:19564:S15\tS15\n8503006\tZürich Oerlikon\tZug:19565:S15\tS15\n8503006\tZürich Oerlikon\tZug:19566:S15\tS15\n8503006\tZürich Oerlikon\tZug:19567:S15\tS15\n8503006\tZürich Oerlikon\tZug:19568:S15\tS15\n8503006\tZürich Oerlikon\tZug:19569:S15\tS15\n8503006\tZürich Oerlikon\tZug:19570:S15\tS15\n8503006\tZürich Oerlikon\tZug:19571:S15\tS15\n8503006\tZürich Oerlikon\tZug:19572:S15\tS15\n8503006\tZürich Oerlikon\tZug:19573:S15\tS15\n8503006\tZürich Oerlikon\tZug:19574:S15\tS15\n8503006\tZürich Oerlikon\tZug:19575:S15\tS15\n8503006\tZürich Oerlikon\tZug:19576:S15\tS15\n8503006\tZürich Oerlikon\tZug:19577:S15\tS15\n8503006\tZürich Oerlikon\tZug:19578:S15\tS15\n8503006\tZürich Oerlikon\tZug:19579:S15\tS15\n8503006\tZürich Oerlikon\tZug:19643:S16\tS16\n8503006\tZürich Oerlikon\tZug:19642:S16\tS16\n8503006\tZürich Oerlikon\tZug:19641:S16\tS16\n8503006\tZürich Oerlikon\tZug:19640:S16\tS16\n8503006\tZürich Oerlikon\tZug:19639:S16\tS16\n8503006\tZürich Oerlikon\tZug:19634:S16\tS16\n8503006\tZürich Oerlikon\tZug:19635:S16\tS16\n8503006\tZürich Oerlikon\tZug:19636:S16\tS16\n8503006\tZürich Oerlikon\tZug:19637:S16\tS16\n8503006\tZürich Oerlikon\tZug:19638:S16\tS16\n8503006\tZürich Oerlikon\tZug:19693:S16\tS16\n8503006\tZürich Oerlikon\tZug:19691:S16\tS16\n8503006\tZürich Oerlikon\tZug:19690:S16\tS16\n8503006\tZürich Oerlikon\tZug:19689:S16\tS16\n8503006\tZürich Oerlikon\tZug:19688:S16\tS16\n8503006\tZürich Oerlikon\tZug:19687:S16\tS16\n8503006\tZürich Oerlikon\tZug:19686:S16\tS16\n8503006\tZürich Oerlikon\tZug:19685:S16\tS16\n8503006\tZürich Oerlikon\tZug:19684:S16\tS16\n8503006\tZürich Oerlikon\tZug:19683:S16\tS16\n8503006\tZürich Oerlikon\tZug:19618:S16\tS16\n8503006\tZürich Oerlikon\tZug:19620:S16\tS16\n8503006\tZürich Oerlikon\tZug:19621:S16\tS16\n8503006\tZürich Oerlikon\tZug:19622:S16\tS16\n8503006\tZürich Oerlikon\tZug:19623:S16\tS16\n8503006\tZürich Oerlikon\tZug:19624:S16\tS16\n8503006\tZürich Oerlikon\tZug:19625:S16\tS16\n8503006\tZürich Oerlikon\tZug:19626:S16\tS16\n8503006\tZürich Oerlikon\tZug:19627:S16\tS16\n8503006\tZürich Oerlikon\tZug:19628:S16\tS16\n8503006\tZürich Oerlikon\tZug:19629:S16\tS16\n8503006\tZürich Oerlikon\tZug:19630:S16\tS16\n8503006\tZürich Oerlikon\tZug:19631:S16\tS16\n8503006\tZürich Oerlikon\tZug:19632:S16\tS16\n8503006\tZürich Oerlikon\tZug:19633:S16\tS16\n8503006\tZürich Oerlikon\tZug:19682:S16\tS16\n8503006\tZürich Oerlikon\tZug:19681:S16\tS16\n8503006\tZürich Oerlikon\tZug:19680:S16\tS16\n8503006\tZürich Oerlikon\tZug:19679:S16\tS16\n8503006\tZürich Oerlikon\tZug:19678:S16\tS16\n8503006\tZürich Oerlikon\tZug:19677:S16\tS16\n8503006\tZürich Oerlikon\tZug:19676:S16\tS16\n8503006\tZürich Oerlikon\tZug:19675:S16\tS16\n8503006\tZürich Oerlikon\tZug:19674:S16\tS16\n8503006\tZürich Oerlikon\tZug:19673:S16\tS16\n8503006\tZürich Oerlikon\tZug:19672:S16\tS16\n8503006\tZürich Oerlikon\tZug:19671:S16\tS16\n8503006\tZürich Oerlikon\tZug:19670:S16\tS16\n8503006\tZürich Oerlikon\tZug:19669:S16\tS16\n8503006\tZürich Oerlikon\tZug:19668:S16\tS16\n8503006\tZürich Oerlikon\tZug:19667:S16\tS16\n8503006\tZürich Oerlikon\tZug:19666:S16\tS16\n8503006\tZürich Oerlikon\tZug:19665:S16\tS16\n8503006\tZürich Oerlikon\tZug:19664:S16\tS16\n8503006\tZürich Oerlikon\tZug:19663:S16\tS16\n8503006\tZürich Oerlikon\tZug:19662:S16\tS16\n8503006\tZürich Oerlikon\tZug:19661:S16\tS16\n8503006\tZürich Oerlikon\tZug:19660:S16\tS16\n8503006\tZürich Oerlikon\tZug:19659:S16\tS16\n8503006\tZürich Oerlikon\tZug:19658:S16\tS16\n8503006\tZürich Oerlikon\tZug:19657:S16\tS16\n8503006\tZürich Oerlikon\tZug:19656:S16\tS16\n8503006\tZürich Oerlikon\tZug:19655:S16\tS16\n8503006\tZürich Oerlikon\tZug:19654:S16\tS16\n8503006\tZürich Oerlikon\tZug:19653:S16\tS16\n8503006\tZürich Oerlikon\tZug:19652:S16\tS16\n8503006\tZürich Oerlikon\tZug:19651:S16\tS16\n8503006\tZürich Oerlikon\tZug:19650:S16\tS16\n8503006\tZürich Oerlikon\tZug:19649:S16\tS16\n8503006\tZürich Oerlikon\tZug:19648:S16\tS16\n8503006\tZürich Oerlikon\tZug:19647:S16\tS16\n8503006\tZürich Oerlikon\tZug:19646:S16\tS16\n8503006\tZürich Oerlikon\tZug:19645:S16\tS16\n8503006\tZürich Oerlikon\tZug:19644:S16\tS16\n8503006\tZürich Oerlikon\tZug:19931:S19\tS19\n8503006\tZürich Oerlikon\tZug:19929:S19\tS19\n8503006\tZürich Oerlikon\tZug:19928:S19\tS19\n8503006\tZürich Oerlikon\tZug:19927:S19\tS19\n8503006\tZürich Oerlikon\tZug:19926:S19\tS19\n8503006\tZürich Oerlikon\tZug:19925:S19\tS19\n8503006\tZürich Oerlikon\tZug:19924:S19\tS19\n8503006\tZürich Oerlikon\tZug:19923:S19\tS19\n8503006\tZürich Oerlikon\tZug:19922:S19\tS19\n8503006\tZürich Oerlikon\tZug:19921:S19\tS19\n8503006\tZürich Oerlikon\tZug:19930:S19\tS19\n8503006\tZürich Oerlikon\tZug:19980:S19\tS19\n8503006\tZürich Oerlikon\tZug:19979:S19\tS19\n8503006\tZürich Oerlikon\tZug:19978:S19\tS19\n8503006\tZürich Oerlikon\tZug:19977:S19\tS19\n8503006\tZürich Oerlikon\tZug:19976:S19\tS19\n8503006\tZürich Oerlikon\tZug:19975:S19\tS19\n8503006\tZürich Oerlikon\tZug:19974:S19\tS19\n8503006\tZürich Oerlikon\tZug:19973:S19\tS19\n8503006\tZürich Oerlikon\tZug:19972:S19\tS19\n8503006\tZürich Oerlikon\tZug:19971:S19\tS19\n8503006\tZürich Oerlikon\tZug:19970:S19\tS19\n8503006\tZürich Oerlikon\tZug:19969:S19\tS19\n8503006\tZürich Oerlikon\tZug:19968:S19\tS19\n8503006\tZürich Oerlikon\tZug:19967:S19\tS19\n8503006\tZürich Oerlikon\tZug:19966:S19\tS19\n8503006\tZürich Oerlikon\tZug:19965:S19\tS19\n8503006\tZürich Oerlikon\tZug:19964:S19\tS19\n8503006\tZürich Oerlikon\tZug:19963:S19\tS19\n8503006\tZürich Oerlikon\tZug:19962:S19\tS19\n8503006\tZürich Oerlikon\tZug:19961:S19\tS19\n8503006\tZürich Oerlikon\tZug:19960:S19\tS19\n8503006\tZürich Oerlikon\tZug:19959:S19\tS19\n8503006\tZürich Oerlikon\tZug:19958:S19\tS19\n8503006\tZürich Oerlikon\tZug:19957:S19\tS19\n8503006\tZürich Oerlikon\tZug:19956:S19\tS19\n8503006\tZürich Oerlikon\tZug:19955:S19\tS19\n8503006\tZürich Oerlikon\tZug:19954:S19\tS19\n8503006\tZürich Oerlikon\tZug:19953:S19\tS19\n8503006\tZürich Oerlikon\tZug:19952:S19\tS19\n8503006\tZürich Oerlikon\tZug:19951:S19\tS19\n8503006\tZürich Oerlikon\tZug:19950:S19\tS19\n8503006\tZürich Oerlikon\tZug:19949:S19\tS19\n8503006\tZürich Oerlikon\tZug:19948:S19\tS19\n8503006\tZürich Oerlikon\tZug:19947:S19\tS19\n8503006\tZürich Oerlikon\tZug:19946:S19\tS19\n8503006\tZürich Oerlikon\tZug:19945:S19\tS19\n8503006\tZürich Oerlikon\tZug:19944:S19\tS19\n8503006\tZürich Oerlikon\tZug:19943:S19\tS19\n8503006\tZürich Oerlikon\tZug:19942:S19\tS19\n8503006\tZürich Oerlikon\tZug:19941:S19\tS19\n8503006\tZürich Oerlikon\tZug:19940:S19\tS19\n8503006\tZürich Oerlikon\tZug:19939:S19\tS19\n8503006\tZürich Oerlikon\tZug:19938:S19\tS19\n8503006\tZürich Oerlikon\tZug:19937:S19\tS19\n8503006\tZürich Oerlikon\tZug:19936:S19\tS19\n8503006\tZürich Oerlikon\tZug:19935:S19\tS19\n8503006\tZürich Oerlikon\tZug:19934:S19\tS19\n8503006\tZürich Oerlikon\tZug:19933:S19\tS19\n8503006\tZürich Oerlikon\tZug:19932:S19\tS19\n8503006\tZürich Oerlikon\tZug:18269:S2\tS2\n8503006\tZürich Oerlikon\tZug:18270:S2\tS2\n8503006\tZürich Oerlikon\tZug:18271:S2\tS2\n8503006\tZürich Oerlikon\tZug:18272:S2\tS2\n8503006\tZürich Oerlikon\tZug:18291:S2\tS2\n8503006\tZürich Oerlikon\tZug:18288:S2\tS2\n8503006\tZürich Oerlikon\tZug:18287:S2\tS2\n8503006\tZürich Oerlikon\tZug:18284:S2\tS2\n8503006\tZürich Oerlikon\tZug:18283:S2\tS2\n8503006\tZürich Oerlikon\tZug:18282:S2\tS2\n8503006\tZürich Oerlikon\tZug:18281:S2\tS2\n8503006\tZürich Oerlikon\tZug:18280:S2\tS2\n8503006\tZürich Oerlikon\tZug:18279:S2\tS2\n8503006\tZürich Oerlikon\tZug:18278:S2\tS2\n8503006\tZürich Oerlikon\tZug:18277:S2\tS2\n8503006\tZürich Oerlikon\tZug:18276:S2\tS2\n8503006\tZürich Oerlikon\tZug:18275:S2\tS2\n8503006\tZürich Oerlikon\tZug:18274:S2\tS2\n8503006\tZürich Oerlikon\tZug:18273:S2\tS2\n8503006\tZürich Oerlikon\tZug:18267:S2\tS2\n8503006\tZürich Oerlikon\tZug:18266:S2\tS2\n8503006\tZürich Oerlikon\tZug:18265:S2\tS2\n8503006\tZürich Oerlikon\tZug:18264:S2\tS2\n8503006\tZürich Oerlikon\tZug:18263:S2\tS2\n8503006\tZürich Oerlikon\tZug:18262:S2\tS2\n8503006\tZürich Oerlikon\tZug:18261:S2\tS2\n8503006\tZürich Oerlikon\tZug:18260:S2\tS2\n8503006\tZürich Oerlikon\tZug:18259:S2\tS2\n8503006\tZürich Oerlikon\tZug:18258:S2\tS2\n8503006\tZürich Oerlikon\tZug:18257:S2\tS2\n8503006\tZürich Oerlikon\tZug:18256:S2\tS2\n8503006\tZürich Oerlikon\tZug:18255:S2\tS2\n8503006\tZürich Oerlikon\tZug:18254:S2\tS2\n8503006\tZürich Oerlikon\tZug:18253:S2\tS2\n8503006\tZürich Oerlikon\tZug:18252:S2\tS2\n8503006\tZürich Oerlikon\tZug:18251:S2\tS2\n8503006\tZürich Oerlikon\tZug:18250:S2\tS2\n8503006\tZürich Oerlikon\tZug:18249:S2\tS2\n8503006\tZürich Oerlikon\tZug:18248:S2\tS2\n8503006\tZürich Oerlikon\tZug:18247:S2\tS2\n8503006\tZürich Oerlikon\tZug:18246:S2\tS2\n8503006\tZürich Oerlikon\tZug:18245:S2\tS2\n8503006\tZürich Oerlikon\tZug:18244:S2\tS2\n8503006\tZürich Oerlikon\tZug:18243:S2\tS2\n8503006\tZürich Oerlikon\tZug:18242:S2\tS2\n8503006\tZürich Oerlikon\tZug:18241:S2\tS2\n8503006\tZürich Oerlikon\tZug:18240:S2\tS2\n8503006\tZürich Oerlikon\tZug:18239:S2\tS2\n8503006\tZürich Oerlikon\tZug:18238:S2\tS2\n8503006\tZürich Oerlikon\tZug:18237:S2\tS2\n8503006\tZürich Oerlikon\tZug:18236:S2\tS2\n8503006\tZürich Oerlikon\tZug:18235:S2\tS2\n8503006\tZürich Oerlikon\tZug:18234:S2\tS2\n8503006\tZürich Oerlikon\tZug:18233:S2\tS2\n8503006\tZürich Oerlikon\tZug:18232:S2\tS2\n8503006\tZürich Oerlikon\tZug:18231:S2\tS2\n8503006\tZürich Oerlikon\tZug:18230:S2\tS2\n8503006\tZürich Oerlikon\tZug:18229:S2\tS2\n8503006\tZürich Oerlikon\tZug:18228:S2\tS2\n8503006\tZürich Oerlikon\tZug:18227:S2\tS2\n8503006\tZürich Oerlikon\tZug:18226:S2\tS2\n8503006\tZürich Oerlikon\tZug:18225:S2\tS2\n8503006\tZürich Oerlikon\tZug:18224:S2\tS2\n8503006\tZürich Oerlikon\tZug:18223:S2\tS2\n8503006\tZürich Oerlikon\tZug:18222:S2\tS2\n8503006\tZürich Oerlikon\tZug:18221:S2\tS2\n8503006\tZürich Oerlikon\tZug:18220:S2\tS2\n8503006\tZürich Oerlikon\tZug:18268:S2\tS2\n8503006\tZürich Oerlikon\tZug:20169:S21\tS21\n8503006\tZürich Oerlikon\tZug:20168:S21\tS21\n8503006\tZürich Oerlikon\tZug:20167:S21\tS21\n8503006\tZürich Oerlikon\tZug:20166:S21\tS21\n8503006\tZürich Oerlikon\tZug:20165:S21\tS21\n8503006\tZürich Oerlikon\tZug:20164:S21\tS21\n8503006\tZürich Oerlikon\tZug:20162:S21\tS21\n8503006\tZürich Oerlikon\tZug:20129:S21\tS21\n8503006\tZürich Oerlikon\tZug:20127:S21\tS21\n8503006\tZürich Oerlikon\tZug:20126:S21\tS21\n8503006\tZürich Oerlikon\tZug:20125:S21\tS21\n8503006\tZürich Oerlikon\tZug:20124:S21\tS21\n8503006\tZürich Oerlikon\tZug:20123:S21\tS21\n8503006\tZürich Oerlikon\tZug:20122:S21\tS21\n8503006\tZürich Oerlikon\tZug:20171:S21\tS21\n8503006\tZürich Oerlikon\tZug:20170:S21\tS21\n8503006\tZürich Oerlikon\tZug:20487:S24\tS24\n8503006\tZürich Oerlikon\tZug:20488:S24\tS24\n8503006\tZürich Oerlikon\tZug:20489:S24\tS24\n8503006\tZürich Oerlikon\tZug:20490:S24\tS24\n8503006\tZürich Oerlikon\tZug:20491:S24\tS24\n8503006\tZürich Oerlikon\tZug:20492:S24\tS24\n8503006\tZürich Oerlikon\tZug:20493:S24\tS24\n8503006\tZürich Oerlikon\tZug:20495:S24\tS24\n8503006\tZürich Oerlikon\tZug:18093:S24\tS24\n8503006\tZürich Oerlikon\tZug:20418:S24\tS24\n8503006\tZürich Oerlikon\tZug:20419:S24\tS24\n8503006\tZürich Oerlikon\tZug:20420:S24\tS24\n8503006\tZürich Oerlikon\tZug:20421:S24\tS24\n8503006\tZürich Oerlikon\tZug:20422:S24\tS24\n8503006\tZürich Oerlikon\tZug:20423:S24\tS24\n8503006\tZürich Oerlikon\tZug:20424:S24\tS24\n8503006\tZürich Oerlikon\tZug:20425:S24\tS24\n8503006\tZürich Oerlikon\tZug:20426:S24\tS24\n8503006\tZürich Oerlikon\tZug:20427:S24\tS24\n8503006\tZürich Oerlikon\tZug:20428:S24\tS24\n8503006\tZürich Oerlikon\tZug:20429:S24\tS24\n8503006\tZürich Oerlikon\tZug:20430:S24\tS24\n8503006\tZürich Oerlikon\tZug:20431:S24\tS24\n8503006\tZürich Oerlikon\tZug:20432:S24\tS24\n8503006\tZürich Oerlikon\tZug:20433:S24\tS24\n8503006\tZürich Oerlikon\tZug:20434:S24\tS24\n8503006\tZürich Oerlikon\tZug:20435:S24\tS24\n8503006\tZürich Oerlikon\tZug:20436:S24\tS24\n8503006\tZürich Oerlikon\tZug:20437:S24\tS24\n8503006\tZürich Oerlikon\tZug:20438:S24\tS24\n8503006\tZürich Oerlikon\tZug:20439:S24\tS24\n8503006\tZürich Oerlikon\tZug:20440:S24\tS24\n8503006\tZürich Oerlikon\tZug:20441:S24\tS24\n8503006\tZürich Oerlikon\tZug:20442:S24\tS24\n8503006\tZürich Oerlikon\tZug:20443:S24\tS24\n8503006\tZürich Oerlikon\tZug:20444:S24\tS24\n8503006\tZürich Oerlikon\tZug:20445:S24\tS24\n8503006\tZürich Oerlikon\tZug:20446:S24\tS24\n8503006\tZürich Oerlikon\tZug:20447:S24\tS24\n8503006\tZürich Oerlikon\tZug:20448:S24\tS24\n8503006\tZürich Oerlikon\tZug:20449:S24\tS24\n8503006\tZürich Oerlikon\tZug:20450:S24\tS24\n8503006\tZürich Oerlikon\tZug:20451:S24\tS24\n8503006\tZürich Oerlikon\tZug:20452:S24\tS24\n8503006\tZürich Oerlikon\tZug:20453:S24\tS24\n8503006\tZürich Oerlikon\tZug:20454:S24\tS24\n8503006\tZürich Oerlikon\tZug:20455:S24\tS24\n8503006\tZürich Oerlikon\tZug:20456:S24\tS24\n8503006\tZürich Oerlikon\tZug:20457:S24\tS24\n8503006\tZürich Oerlikon\tZug:20458:S24\tS24\n8503006\tZürich Oerlikon\tZug:20459:S24\tS24\n8503006\tZürich Oerlikon\tZug:20460:S24\tS24\n8503006\tZürich Oerlikon\tZug:20461:S24\tS24\n8503006\tZürich Oerlikon\tZug:20462:S24\tS24\n8503006\tZürich Oerlikon\tZug:20463:S24\tS24\n8503006\tZürich Oerlikon\tZug:20464:S24\tS24\n8503006\tZürich Oerlikon\tZug:20465:S24\tS24\n8503006\tZürich Oerlikon\tZug:20466:S24\tS24\n8503006\tZürich Oerlikon\tZug:20467:S24\tS24\n8503006\tZürich Oerlikon\tZug:20468:S24\tS24\n8503006\tZürich Oerlikon\tZug:20469:S24\tS24\n8503006\tZürich Oerlikon\tZug:20470:S24\tS24\n8503006\tZürich Oerlikon\tZug:20471:S24\tS24\n8503006\tZürich Oerlikon\tZug:20472:S24\tS24\n8503006\tZürich Oerlikon\tZug:20473:S24\tS24\n8503006\tZürich Oerlikon\tZug:20474:S24\tS24\n8503006\tZürich Oerlikon\tZug:20475:S24\tS24\n8503006\tZürich Oerlikon\tZug:20476:S24\tS24\n8503006\tZürich Oerlikon\tZug:20477:S24\tS24\n8503006\tZürich Oerlikon\tZug:20478:S24\tS24\n8503006\tZürich Oerlikon\tZug:20479:S24\tS24\n8503006\tZürich Oerlikon\tZug:20480:S24\tS24\n8503006\tZürich Oerlikon\tZug:20481:S24\tS24\n8503006\tZürich Oerlikon\tZug:20482:S24\tS24\n8503006\tZürich Oerlikon\tZug:20483:S24\tS24\n8503006\tZürich Oerlikon\tZug:20484:S24\tS24\n8503006\tZürich Oerlikon\tZug:20485:S24\tS24\n8503006\tZürich Oerlikon\tZug:20486:S24\tS24\n8503006\tZürich Oerlikon\tZug:18549:S5\tS5\n8503006\tZürich Oerlikon\tZug:18688:S6\tS6\n8503006\tZürich Oerlikon\tZug:18689:S6\tS6\n8503006\tZürich Oerlikon\tZug:18690:S6\tS6\n8503006\tZürich Oerlikon\tZug:18691:S6\tS6\n8503006\tZürich Oerlikon\tZug:18692:S6\tS6\n8503006\tZürich Oerlikon\tZug:18693:S6\tS6\n8503006\tZürich Oerlikon\tZug:18656:S6\tS6\n8503006\tZürich Oerlikon\tZug:18657:S6\tS6\n8503006\tZürich Oerlikon\tZug:18655:S6\tS6\n8503006\tZürich Oerlikon\tZug:18654:S6\tS6\n8503006\tZürich Oerlikon\tZug:18653:S6\tS6\n8503006\tZürich Oerlikon\tZug:18652:S6\tS6\n8503006\tZürich Oerlikon\tZug:18651:S6\tS6\n8503006\tZürich Oerlikon\tZug:18650:S6\tS6\n8503006\tZürich Oerlikon\tZug:18649:S6\tS6\n8503006\tZürich Oerlikon\tZug:18648:S6\tS6\n8503006\tZürich Oerlikon\tZug:18647:S6\tS6\n8503006\tZürich Oerlikon\tZug:18646:S6\tS6\n8503006\tZürich Oerlikon\tZug:18645:S6\tS6\n8503006\tZürich Oerlikon\tZug:18644:S6\tS6\n8503006\tZürich Oerlikon\tZug:18643:S6\tS6\n8503006\tZürich Oerlikon\tZug:18642:S6\tS6\n8503006\tZürich Oerlikon\tZug:18641:S6\tS6\n8503006\tZürich Oerlikon\tZug:18640:S6\tS6\n8503006\tZürich Oerlikon\tZug:18639:S6\tS6\n8503006\tZürich Oerlikon\tZug:18638:S6\tS6\n8503006\tZürich Oerlikon\tZug:18637:S6\tS6\n8503006\tZürich Oerlikon\tZug:18658:S6\tS6\n8503006\tZürich Oerlikon\tZug:18636:S6\tS6\n8503006\tZürich Oerlikon\tZug:18635:S6\tS6\n8503006\tZürich Oerlikon\tZug:18634:S6\tS6\n8503006\tZürich Oerlikon\tZug:18659:S6\tS6\n8503006\tZürich Oerlikon\tZug:18660:S6\tS6\n8503006\tZürich Oerlikon\tZug:18661:S6\tS6\n8503006\tZürich Oerlikon\tZug:18662:S6\tS6\n8503006\tZürich Oerlikon\tZug:18663:S6\tS6\n8503006\tZürich Oerlikon\tZug:18664:S6\tS6\n8503006\tZürich Oerlikon\tZug:18665:S6\tS6\n8503006\tZürich Oerlikon\tZug:18666:S6\tS6\n8503006\tZürich Oerlikon\tZug:18667:S6\tS6\n8503006\tZürich Oerlikon\tZug:18668:S6\tS6\n8503006\tZürich Oerlikon\tZug:18669:S6\tS6\n8503006\tZürich Oerlikon\tZug:18670:S6\tS6\n8503006\tZürich Oerlikon\tZug:18671:S6\tS6\n8503006\tZürich Oerlikon\tZug:18672:S6\tS6\n8503006\tZürich Oerlikon\tZug:18673:S6\tS6\n8503006\tZürich Oerlikon\tZug:18674:S6\tS6\n8503006\tZürich Oerlikon\tZug:18675:S6\tS6\n8503006\tZürich Oerlikon\tZug:18676:S6\tS6\n8503006\tZürich Oerlikon\tZug:18677:S6\tS6\n8503006\tZürich Oerlikon\tZug:18678:S6\tS6\n8503006\tZürich Oerlikon\tZug:18679:S6\tS6\n8503006\tZürich Oerlikon\tZug:18680:S6\tS6\n8503006\tZürich Oerlikon\tZug:18681:S6\tS6\n8503006\tZürich Oerlikon\tZug:18682:S6\tS6\n8503006\tZürich Oerlikon\tZug:18683:S6\tS6\n8503006\tZürich Oerlikon\tZug:18684:S6\tS6\n8503006\tZürich Oerlikon\tZug:18685:S6\tS6\n8503006\tZürich Oerlikon\tZug:18686:S6\tS6\n8503006\tZürich Oerlikon\tZug:18633:S6\tS6\n8503006\tZürich Oerlikon\tZug:18632:S6\tS6\n8503006\tZürich Oerlikon\tZug:18631:S6\tS6\n8503006\tZürich Oerlikon\tZug:18630:S6\tS6\n8503006\tZürich Oerlikon\tZug:18629:S6\tS6\n8503006\tZürich Oerlikon\tZug:18628:S6\tS6\n8503006\tZürich Oerlikon\tZug:18627:S6\tS6\n8503006\tZürich Oerlikon\tZug:18626:S6\tS6\n8503006\tZürich Oerlikon\tZug:18625:S6\tS6\n8503006\tZürich Oerlikon\tZug:18624:S6\tS6\n8503006\tZürich Oerlikon\tZug:18623:S6\tS6\n8503006\tZürich Oerlikon\tZug:18622:S6\tS6\n8503006\tZürich Oerlikon\tZug:18621:S6\tS6\n8503006\tZürich Oerlikon\tZug:18620:S6\tS6\n8503006\tZürich Oerlikon\tZug:18619:S6\tS6\n8503006\tZürich Oerlikon\tZug:18687:S6\tS6\n8503006\tZürich Oerlikon\tZug:18751:S7\tS7\n8503006\tZürich Oerlikon\tZug:18752:S7\tS7\n8503006\tZürich Oerlikon\tZug:18753:S7\tS7\n8503006\tZürich Oerlikon\tZug:18754:S7\tS7\n8503006\tZürich Oerlikon\tZug:18755:S7\tS7\n8503006\tZürich Oerlikon\tZug:18756:S7\tS7\n8503006\tZürich Oerlikon\tZug:18757:S7\tS7\n8503006\tZürich Oerlikon\tZug:18758:S7\tS7\n8503006\tZürich Oerlikon\tZug:18759:S7\tS7\n8503006\tZürich Oerlikon\tZug:18760:S7\tS7\n8503006\tZürich Oerlikon\tZug:18761:S7\tS7\n8503006\tZürich Oerlikon\tZug:18762:S7\tS7\n8503006\tZürich Oerlikon\tZug:18763:S7\tS7\n8503006\tZürich Oerlikon\tZug:18764:S7\tS7\n8503006\tZürich Oerlikon\tZug:18765:S7\tS7\n8503006\tZürich Oerlikon\tZug:18766:S7\tS7\n8503006\tZürich Oerlikon\tZug:18767:S7\tS7\n8503006\tZürich Oerlikon\tZug:18768:S7\tS7\n8503006\tZürich Oerlikon\tZug:18769:S7\tS7\n8503006\tZürich Oerlikon\tZug:18770:S7\tS7\n8503006\tZürich Oerlikon\tZug:18771:S7\tS7\n8503006\tZürich Oerlikon\tZug:18772:S7\tS7\n8503006\tZürich Oerlikon\tZug:18773:S7\tS7\n8503006\tZürich Oerlikon\tZug:18774:S7\tS7\n8503006\tZürich Oerlikon\tZug:18775:S7\tS7\n8503006\tZürich Oerlikon\tZug:18776:S7\tS7\n8503006\tZürich Oerlikon\tZug:18777:S7\tS7\n8503006\tZürich Oerlikon\tZug:18778:S7\tS7\n8503006\tZürich Oerlikon\tZug:18779:S7\tS7\n8503006\tZürich Oerlikon\tZug:18780:S7\tS7\n8503006\tZürich Oerlikon\tZug:18781:S7\tS7\n8503006\tZürich Oerlikon\tZug:18782:S7\tS7\n8503006\tZürich Oerlikon\tZug:18783:S7\tS7\n8503006\tZürich Oerlikon\tZug:18784:S7\tS7\n8503006\tZürich Oerlikon\tZug:18785:S7\tS7\n8503006\tZürich Oerlikon\tZug:18786:S7\tS7\n8503006\tZürich Oerlikon\tZug:18787:S7\tS7\n8503006\tZürich Oerlikon\tZug:18788:S7\tS7\n8503006\tZürich Oerlikon\tZug:18789:S7\tS7\n8503006\tZürich Oerlikon\tZug:18790:S7\tS7\n8503006\tZürich Oerlikon\tZug:18791:S7\tS7\n8503006\tZürich Oerlikon\tZug:18792:S7\tS7\n8503006\tZürich Oerlikon\tZug:18793:S7\tS7\n8503006\tZürich Oerlikon\tZug:18795:S7\tS7\n8503006\tZürich Oerlikon\tZug:18718:S7\tS7\n8503006\tZürich Oerlikon\tZug:18719:S7\tS7\n8503006\tZürich Oerlikon\tZug:18720:S7\tS7\n8503006\tZürich Oerlikon\tZug:18721:S7\tS7\n8503006\tZürich Oerlikon\tZug:18722:S7\tS7\n8503006\tZürich Oerlikon\tZug:18723:S7\tS7\n8503006\tZürich Oerlikon\tZug:18724:S7\tS7\n8503006\tZürich Oerlikon\tZug:18725:S7\tS7\n8503006\tZürich Oerlikon\tZug:18726:S7\tS7\n8503006\tZürich Oerlikon\tZug:18727:S7\tS7\n8503006\tZürich Oerlikon\tZug:18728:S7\tS7\n8503006\tZürich Oerlikon\tZug:18729:S7\tS7\n8503006\tZürich Oerlikon\tZug:18730:S7\tS7\n8503006\tZürich Oerlikon\tZug:18731:S7\tS7\n8503006\tZürich Oerlikon\tZug:18732:S7\tS7\n8503006\tZürich Oerlikon\tZug:18733:S7\tS7\n8503006\tZürich Oerlikon\tZug:18734:S7\tS7\n8503006\tZürich Oerlikon\tZug:18735:S7\tS7\n8503006\tZürich Oerlikon\tZug:18736:S7\tS7\n8503006\tZürich Oerlikon\tZug:18737:S7\tS7\n8503006\tZürich Oerlikon\tZug:18738:S7\tS7\n8503006\tZürich Oerlikon\tZug:18739:S7\tS7\n8503006\tZürich Oerlikon\tZug:18740:S7\tS7\n8503006\tZürich Oerlikon\tZug:18741:S7\tS7\n8503006\tZürich Oerlikon\tZug:18742:S7\tS7\n8503006\tZürich Oerlikon\tZug:18743:S7\tS7\n8503006\tZürich Oerlikon\tZug:18744:S7\tS7\n8503006\tZürich Oerlikon\tZug:18745:S7\tS7\n8503006\tZürich Oerlikon\tZug:18746:S7\tS7\n8503006\tZürich Oerlikon\tZug:18747:S7\tS7\n8503006\tZürich Oerlikon\tZug:18748:S7\tS7\n8503006\tZürich Oerlikon\tZug:18749:S7\tS7\n8503006\tZürich Oerlikon\tZug:18750:S7\tS7\n8503006\tZürich Oerlikon\tZug:18847:S8\tS8\n8503006\tZürich Oerlikon\tZug:18848:S8\tS8\n8503006\tZürich Oerlikon\tZug:18849:S8\tS8\n8503006\tZürich Oerlikon\tZug:18850:S8\tS8\n8503006\tZürich Oerlikon\tZug:18851:S8\tS8\n8503006\tZürich Oerlikon\tZug:18852:S8\tS8\n8503006\tZürich Oerlikon\tZug:18853:S8\tS8\n8503006\tZürich Oerlikon\tZug:18854:S8\tS8\n8503006\tZürich Oerlikon\tZug:18855:S8\tS8\n8503006\tZürich Oerlikon\tZug:18856:S8\tS8\n8503006\tZürich Oerlikon\tZug:18857:S8\tS8\n8503006\tZürich Oerlikon\tZug:18858:S8\tS8\n8503006\tZürich Oerlikon\tZug:18859:S8\tS8\n8503006\tZürich Oerlikon\tZug:18860:S8\tS8\n8503006\tZürich Oerlikon\tZug:18861:S8\tS8\n8503006\tZürich Oerlikon\tZug:18862:S8\tS8\n8503006\tZürich Oerlikon\tZug:18863:S8\tS8\n8503006\tZürich Oerlikon\tZug:18864:S8\tS8\n8503006\tZürich Oerlikon\tZug:18865:S8\tS8\n8503006\tZürich Oerlikon\tZug:18866:S8\tS8\n8503006\tZürich Oerlikon\tZug:18867:S8\tS8\n8503006\tZürich Oerlikon\tZug:18868:S8\tS8\n8503006\tZürich Oerlikon\tZug:18869:S8\tS8\n8503006\tZürich Oerlikon\tZug:18870:S8\tS8\n8503006\tZürich Oerlikon\tZug:18871:S8\tS8\n8503006\tZürich Oerlikon\tZug:18872:S8\tS8\n8503006\tZürich Oerlikon\tZug:18873:S8\tS8\n8503006\tZürich Oerlikon\tZug:18874:S8\tS8\n8503006\tZürich Oerlikon\tZug:18875:S8\tS8\n8503006\tZürich Oerlikon\tZug:18876:S8\tS8\n8503006\tZürich Oerlikon\tZug:18877:S8\tS8\n8503006\tZürich Oerlikon\tZug:18878:S8\tS8\n8503006\tZürich Oerlikon\tZug:18879:S8\tS8\n8503006\tZürich Oerlikon\tZug:18880:S8\tS8\n8503006\tZürich Oerlikon\tZug:18881:S8\tS8\n8503006\tZürich Oerlikon\tZug:18882:S8\tS8\n8503006\tZürich Oerlikon\tZug:18883:S8\tS8\n8503006\tZürich Oerlikon\tZug:18884:S8\tS8\n8503006\tZürich Oerlikon\tZug:18885:S8\tS8\n8503006\tZürich Oerlikon\tZug:18886:S8\tS8\n8503006\tZürich Oerlikon\tZug:18887:S8\tS8\n8503006\tZürich Oerlikon\tZug:18888:S8\tS8\n8503006\tZürich Oerlikon\tZug:18889:S8\tS8\n8503006\tZürich Oerlikon\tZug:18890:S8\tS8\n8503006\tZürich Oerlikon\tZug:18891:S8\tS8\n8503006\tZürich Oerlikon\tZug:18892:S8\tS8\n8503006\tZürich Oerlikon\tZug:18893:S8\tS8\n8503006\tZürich Oerlikon\tZug:18895:S8\tS8\n8503006\tZürich Oerlikon\tZug:18816:S8\tS8\n8503006\tZürich Oerlikon\tZug:18818:S8\tS8\n8503006\tZürich Oerlikon\tZug:18819:S8\tS8\n8503006\tZürich Oerlikon\tZug:18820:S8\tS8\n8503006\tZürich Oerlikon\tZug:18821:S8\tS8\n8503006\tZürich Oerlikon\tZug:18822:S8\tS8\n8503006\tZürich Oerlikon\tZug:18823:S8\tS8\n8503006\tZürich Oerlikon\tZug:18824:S8\tS8\n8503006\tZürich Oerlikon\tZug:18825:S8\tS8\n8503006\tZürich Oerlikon\tZug:18826:S8\tS8\n8503006\tZürich Oerlikon\tZug:18827:S8\tS8\n8503006\tZürich Oerlikon\tZug:18828:S8\tS8\n8503006\tZürich Oerlikon\tZug:18829:S8\tS8\n8503006\tZürich Oerlikon\tZug:18830:S8\tS8\n8503006\tZürich Oerlikon\tZug:18831:S8\tS8\n8503006\tZürich Oerlikon\tZug:18832:S8\tS8\n8503006\tZürich Oerlikon\tZug:18833:S8\tS8\n8503006\tZürich Oerlikon\tZug:18834:S8\tS8\n8503006\tZürich Oerlikon\tZug:18835:S8\tS8\n8503006\tZürich Oerlikon\tZug:18836:S8\tS8\n8503006\tZürich Oerlikon\tZug:18837:S8\tS8\n8503006\tZürich Oerlikon\tZug:18838:S8\tS8\n8503006\tZürich Oerlikon\tZug:18839:S8\tS8\n8503006\tZürich Oerlikon\tZug:18840:S8\tS8\n8503006\tZürich Oerlikon\tZug:18841:S8\tS8\n8503006\tZürich Oerlikon\tZug:18842:S8\tS8\n8503006\tZürich Oerlikon\tZug:18843:S8\tS8\n8503006\tZürich Oerlikon\tZug:18844:S8\tS8\n8503006\tZürich Oerlikon\tZug:18845:S8\tS8\n8503006\tZürich Oerlikon\tZug:18846:S8\tS8\n8503006\tZürich Oerlikon\tZug:18986:S9\tS9\n8503006\tZürich Oerlikon\tZug:18985:S9\tS9\n8503006\tZürich Oerlikon\tZug:18984:S9\tS9\n8503006\tZürich Oerlikon\tZug:18983:S9\tS9\n8503006\tZürich Oerlikon\tZug:18982:S9\tS9\n8503006\tZürich Oerlikon\tZug:18981:S9\tS9\n8503006\tZürich Oerlikon\tZug:18980:S9\tS9\n8503006\tZürich Oerlikon\tZug:18979:S9\tS9\n8503006\tZürich Oerlikon\tZug:18978:S9\tS9\n8503006\tZürich Oerlikon\tZug:18977:S9\tS9\n8503006\tZürich Oerlikon\tZug:18976:S9\tS9\n8503006\tZürich Oerlikon\tZug:18975:S9\tS9\n8503006\tZürich Oerlikon\tZug:18974:S9\tS9\n8503006\tZürich Oerlikon\tZug:18973:S9\tS9\n8503006\tZürich Oerlikon\tZug:18972:S9\tS9\n8503006\tZürich Oerlikon\tZug:18971:S9\tS9\n8503006\tZürich Oerlikon\tZug:18970:S9\tS9\n8503006\tZürich Oerlikon\tZug:18969:S9\tS9\n8503006\tZürich Oerlikon\tZug:18968:S9\tS9\n8503006\tZürich Oerlikon\tZug:18967:S9\tS9\n8503006\tZürich Oerlikon\tZug:18966:S9\tS9\n8503006\tZürich Oerlikon\tZug:18965:S9\tS9\n8503006\tZürich Oerlikon\tZug:18964:S9\tS9\n8503006\tZürich Oerlikon\tZug:18963:S9\tS9\n8503006\tZürich Oerlikon\tZug:18962:S9\tS9\n8503006\tZürich Oerlikon\tZug:18961:S9\tS9\n8503006\tZürich Oerlikon\tZug:18960:S9\tS9\n8503006\tZürich Oerlikon\tZug:18959:S9\tS9\n8503006\tZürich Oerlikon\tZug:18958:S9\tS9\n8503006\tZürich Oerlikon\tZug:18957:S9\tS9\n8503006\tZürich Oerlikon\tZug:18956:S9\tS9\n8503006\tZürich Oerlikon\tZug:18955:S9\tS9\n8503006\tZürich Oerlikon\tZug:18954:S9\tS9\n8503006\tZürich Oerlikon\tZug:18953:S9\tS9\n8503006\tZürich Oerlikon\tZug:18952:S9\tS9\n8503006\tZürich Oerlikon\tZug:18951:S9\tS9\n8503006\tZürich Oerlikon\tZug:18950:S9\tS9\n8503006\tZürich Oerlikon\tZug:18949:S9\tS9\n8503006\tZürich Oerlikon\tZug:18948:S9\tS9\n8503006\tZürich Oerlikon\tZug:18947:S9\tS9\n8503006\tZürich Oerlikon\tZug:18946:S9\tS9\n8503006\tZürich Oerlikon\tZug:18945:S9\tS9\n8503006\tZürich Oerlikon\tZug:18944:S9\tS9\n8503006\tZürich Oerlikon\tZug:18943:S9\tS9\n8503006\tZürich Oerlikon\tZug:18942:S9\tS9\n8503006\tZürich Oerlikon\tZug:18941:S9\tS9\n8503006\tZürich Oerlikon\tZug:18940:S9\tS9\n8503006\tZürich Oerlikon\tZug:18939:S9\tS9\n8503006\tZürich Oerlikon\tZug:18938:S9\tS9\n8503006\tZürich Oerlikon\tZug:18937:S9\tS9\n8503006\tZürich Oerlikon\tZug:18936:S9\tS9\n8503006\tZürich Oerlikon\tZug:18935:S9\tS9\n8503006\tZürich Oerlikon\tZug:18934:S9\tS9\n8503006\tZürich Oerlikon\tZug:18933:S9\tS9\n8503006\tZürich Oerlikon\tZug:18932:S9\tS9\n8503006\tZürich Oerlikon\tZug:18931:S9\tS9\n8503006\tZürich Oerlikon\tZug:18930:S9\tS9\n8503006\tZürich Oerlikon\tZug:18929:S9\tS9\n8503006\tZürich Oerlikon\tZug:18928:S9\tS9\n8503006\tZürich Oerlikon\tZug:18927:S9\tS9\n8503006\tZürich Oerlikon\tZug:18926:S9\tS9\n8503006\tZürich Oerlikon\tZug:18925:S9\tS9\n8503006\tZürich Oerlikon\tZug:18924:S9\tS9\n8503006\tZürich Oerlikon\tZug:18923:S9\tS9\n8503006\tZürich Oerlikon\tZug:18922:S9\tS9\n8503006\tZürich Oerlikon\tZug:18921:S9\tS9\n8503006\tZürich Oerlikon\tZug:18920:S9\tS9\n8503006\tZürich Oerlikon\tZug:18919:S9\tS9\n8503006\tZürich Oerlikon\tZug:18916:S9\tS9\n8503006\tZürich Oerlikon\tZug:18995:S9\tS9\n8503006\tZürich Oerlikon\tZug:18993:S9\tS9\n8503006\tZürich Oerlikon\tZug:18992:S9\tS9\n8503006\tZürich Oerlikon\tZug:18991:S9\tS9\n8503006\tZürich Oerlikon\tZug:18990:S9\tS9\n8503006\tZürich Oerlikon\tZug:18989:S9\tS9\n8503006\tZürich Oerlikon\tZug:18988:S9\tS9\n8503006\tZürich Oerlikon\tZug:18987:S9\tS9\n8503006\tZürich Oerlikon\tZug:13766:SN6\tSN6\n8503006\tZürich Oerlikon\tZug:13765:SN6\tSN6\n8503006\tZürich Oerlikon\tZug:13764:SN6\tSN6\n8503006\tZürich Oerlikon\tZug:13769:SN6\tSN6\n8503006\tZürich Oerlikon\tZug:13763:SN6\tSN6\n8503006\tZürich Oerlikon\tZug:13762:SN6\tSN6\n8503006\tZürich Oerlikon\tZug:13760:SN6\tSN6\n8503006\tZürich Oerlikon\tZug:13767:SN6\tSN6\n8503006\tZürich Oerlikon\tZug:13770:SN7\tSN7\n8503006\tZürich Oerlikon\tZug:13772:SN7\tSN7\n8503006\tZürich Oerlikon\tZug:13773:SN7\tSN7\n8503006\tZürich Oerlikon\tZug:13774:SN7\tSN7\n8503006\tZürich Oerlikon\tZug:13775:SN7\tSN7\n8503006\tZürich Oerlikon\tZug:13776:SN7\tSN7\n8503006\tZürich Oerlikon\tZug:13777:SN7\tSN7\n8503006\tZürich Oerlikon\tZug:13797:SN9\tSN9\n8503006\tZürich Oerlikon\tZug:13796:SN9\tSN9\n8503006\tZürich Oerlikon\tZug:13794:SN9\tSN9\n8503006\tZürich Oerlikon\tZug:13793:SN9\tSN9\n8503006\tZürich Oerlikon\tZug:13792:SN9\tSN9\n8503006\tZürich Oerlikon\tZug:13790:SN9\tSN9\n8503006\tZürich Oerlikon\tZug:13795:SN9\tSN9\n"}]},"apps":[],"jobName":"paragraph_1523949381117_-733572520","id":"20180612-234646_1857596628","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:325"},{"text":"%jdbc(hive)\n/* Merge the train station and the non-train staions dataset */\ndrop table if exists sokim.transfer_stations;\n\ncreate table sokim.transfer_stations\nstored as parquet\nas\nselect * from (select * from sokim.notTrain_station \n union all \n select * from sokim.yesTrain_station) tmp;\n \nselect * from sokim.transfer_stations;","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{"2":{"graph":{"mode":"table","height":300,"optionOpen":true,"setting":{"multiBarChart":{}},"commonSetting":{},"keys":[{"name":"transfer_stations.transfer_count","index":1,"aggr":"sum"}],"groups":[],"values":[{"name":"transfer_stations.station_id","index":0,"aggr":"count"}]},"helium":{}}},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TEXT","data":"Query executed successfully. Affected rows : -1"},{"type":"TABLE","data":"transfer_stations.station_id\ttransfer_stations.transfer_count\n8502876\t3\n8503154\t4\n8503551\t2\n8503578\t2\n8503579\t1\n8503580\t2\n8503690\t4\n8503691\t4\n8503692\t4\n8503709\t4\n8530811\t1\n8530812\t5\n8530813\t10\n8557101\t1\n8573160\t2\n8573164\t3\n8573166\t3\n8573167\t6\n8573168\t1\n8573205\t19\n8573211\t11\n8573232\t7\n8573233\t3\n8573234\t3\n8573710\t16\n8573711\t5\n8573712\t4\n8573713\t6\n8573714\t3\n8573715\t3\n8573716\t2\n8573718\t6\n8573730\t3\n8573731\t4\n8574610\t1\n8574615\t1\n8574658\t1\n8574684\t1\n8574898\t1\n8575014\t1\n8576152\t4\n8576153\t3\n8576154\t2\n8576155\t2\n8576158\t2\n8576159\t4\n8576160\t2\n8576182\t11\n8576194\t2\n8576195\t9\n8576196\t9\n8576197\t9\n8576198\t10\n8576199\t10\n8576200\t10\n8576201\t4\n8576202\t4\n8576203\t4\n8576204\t2\n8576216\t3\n8576217\t2\n8576218\t1\n8576219\t1\n8576220\t1\n8576221\t1\n8576222\t1\n8576223\t2\n8576224\t2\n8576225\t1\n8576226\t1\n8576240\t7\n8576241\t4\n8576242\t1\n8576243\t1\n8576244\t4\n8576245\t5\n8576246\t2\n8576248\t3\n8576262\t6\n8576263\t4\n8576264\t2\n8576265\t1\n8576269\t1\n8576270\t1\n8579434\t1\n8579453\t1\n8579472\t1\n8579495\t1\n8579497\t1\n8580443\t2\n8580449\t11\n8580536\t3\n8580912\t10\n8581059\t4\n8581967\t1\n8582752\t2\n8583214\t1\n8583613\t4\n8587348\t16\n8587349\t13\n8587420\t5\n8587964\t1\n8587965\t2\n8587966\t2\n8587968\t1\n8587969\t1\n8587970\t1\n8587971\t1\n8587973\t1\n8587974\t1\n8588078\t25\n8588316\t3\n8588317\t2\n8588318\t3\n8588319\t3\n8588736\t1\n8588737\t1\n8588738\t1\n8588739\t1\n8588740\t1\n8588742\t1\n8588743\t1\n8588744\t1\n8590318\t5\n8590472\t2\n8590473\t3\n8590474\t3\n8590475\t1\n8590476\t3\n8590477\t1\n8590478\t1\n8590479\t1\n8590480\t2\n8590481\t1\n8590482\t2\n8590503\t2\n8590504\t3\n8590517\t1\n8590526\t1\n8590538\t1\n8590539\t3\n8590540\t1\n8590541\t2\n8590542\t2\n8590543\t3\n8590544\t1\n8590545\t1\n8590547\t5\n8590548\t2\n8590561\t1\n8590562\t1\n8590563\t2\n8590565\t1\n8590566\t6\n8590567\t5\n8590568\t1\n8590569\t1\n8590570\t4\n8590582\t1\n8590583\t1\n8590584\t1\n8590586\t1\n8590587\t1\n8590588\t7\n8590589\t1\n8590590\t1\n8590591\t2\n8590592\t5\n8590604\t3\n8590605\t4\n8590606\t6\n8590607\t2\n8590608\t1\n8590609\t1\n8590610\t4\n8590611\t4\n8590612\t3\n8590626\t3\n8590627\t1\n8590628\t1\n8590629\t2\n8590631\t3\n8590632\t1\n8590633\t1\n8590634\t1\n8590635\t3\n8590670\t1\n8590671\t1\n8590672\t1\n8590673\t2\n8590674\t2\n8590675\t2\n8590677\t2\n8590678\t2\n8590679\t2\n8590680\t3\n8590692\t1\n8590693\t1\n8590694\t1\n8590696\t1\n8590697\t1\n8590698\t1\n8590699\t2\n8590700\t1\n8590701\t1\n8590702\t1\n8590715\t2\n8590740\t1\n8590741\t3\n8590742\t1\n8590743\t1\n8590744\t1\n8590745\t1\n8590746\t1\n8590758\t3\n8590759\t1\n8590760\t3\n8590762\t3\n8590765\t2\n8590766\t3\n8590767\t3\n8590768\t1\n8590780\t3\n8590781\t1\n8590782\t2\n8590783\t1\n8590784\t2\n8590786\t5\n8590787\t2\n8590788\t3\n8590789\t1\n8590790\t2\n8590802\t2\n8590803\t3\n8590804\t5\n8590805\t7\n8590806\t2\n8590811\t1\n8590824\t2\n8590826\t1\n8590828\t2\n8590829\t2\n8590831\t2\n8590832\t2\n8590833\t3\n8590834\t2\n8590846\t3\n8590847\t2\n8590848\t5\n8590849\t2\n8590878\t8\n8590890\t1\n8590892\t3\n8590894\t1\n8590895\t1\n8590896\t1\n8590897\t1\n8590898\t1\n8590899\t2\n8590900\t1\n8590913\t3\n8590914\t3\n8591023\t3\n8591024\t1\n8591025\t1\n8591026\t1\n8591027\t1\n8591028\t3\n8591029\t1\n8591031\t1\n8591032\t2\n8591044\t1\n8591045\t1\n8591046\t1\n8591047\t5\n8591048\t3\n8591049\t4\n8591050\t1\n8591051\t1\n8591052\t8\n8591053\t6\n8591054\t4\n8591066\t3\n8591067\t14\n8591068\t5\n8591070\t4\n8591071\t8\n8591072\t6\n8591073\t8\n8591074\t6\n8591075\t4\n8591076\t1\n8591088\t1\n8591089\t1\n8591090\t1\n8591091\t1\n8591092\t3\n8591093\t12\n8591094\t2\n8591095\t1\n8591097\t4\n8591098\t3\n8591110\t13\n8591111\t3\n8591112\t1\n8591113\t3\n8591114\t1\n8591115\t6\n8591116\t4\n8591118\t4\n8591119\t6\n8591120\t1\n8591132\t1\n8591133\t1\n8591134\t2\n8591135\t6\n8591136\t8\n8591137\t3\n8591138\t1\n8591140\t1\n8591141\t1\n8591142\t1\n8591154\t2\n8591155\t5\n8591156\t1\n8591158\t3\n8591159\t2\n8591160\t6\n8591161\t1\n8591162\t5\n8591163\t1\n8591176\t3\n8591177\t14\n8591178\t6\n8591180\t1\n8591181\t3\n8591182\t3\n8591183\t11\n8591184\t3\n8591185\t2\n8591186\t6\n8591198\t2\n8591199\t8\n8591200\t2\n8591201\t4\n8591202\t8\n8591203\t8\n8591204\t3\n8591205\t1\n8591206\t1\n8591207\t2\n8591208\t3\n8591220\t6\n8591221\t6\n8591222\t3\n8591223\t1\n8591224\t2\n8591225\t1\n8591226\t2\n8591227\t1\n8591228\t3\n8591229\t10\n8591230\t7\n8591242\t1\n8591243\t1\n8591244\t10\n8591245\t6\n8591246\t6\n8591247\t3\n8591248\t2\n8591249\t2\n8591250\t1\n8591251\t1\n8591252\t2\n8591264\t3\n8591265\t4\n8591266\t1\n8591267\t1\n8591268\t2\n8591269\t6\n8591270\t2\n8591271\t2\n8591272\t5\n8591273\t5\n8591274\t3\n8591286\t1\n8591287\t6\n8591289\t3\n8591290\t1\n8591291\t2\n8591292\t2\n8591293\t2\n8591294\t3\n8591296\t1\n8591308\t2\n8591309\t11\n8591310\t4\n8591311\t5\n8591312\t2\n8591314\t8\n8591315\t1\n8591316\t9\n8591317\t12\n8591318\t1\n8591330\t3\n8591331\t3\n8591332\t9\n8591333\t4\n8591334\t3\n8591335\t12\n8591336\t1\n8591338\t1\n8591339\t2\n8591340\t6\n8591352\t3\n8591353\t6\n8591354\t7\n8591355\t6\n8591357\t3\n8591358\t3\n8591360\t1\n8591361\t3\n8591362\t12\n8591374\t5\n8591375\t3\n8591376\t2\n8591377\t1\n8591378\t3\n8591379\t9\n8591380\t1\n8591381\t12\n8591382\t12\n8591383\t1\n8591384\t11\n8591396\t2\n8591397\t5\n8591398\t5\n8591399\t1\n8591400\t1\n8591401\t1\n8591402\t7\n8591403\t2\n8591404\t10\n8591405\t6\n8591406\t10\n8591418\t2\n8591419\t2\n8591420\t4\n8591423\t4\n8591424\t6\n8591425\t1\n8591427\t10\n8591428\t4\n8591440\t1\n8591441\t1\n8591442\t4\n8591443\t1\n8591444\t4\n8591445\t3\n8591446\t4\n8591447\t5\n8591448\t3\n8591824\t3\n8591903\t1\n8594190\t1\n8594198\t1\n8594236\t3\n8594239\t14\n8594261\t1\n8595073\t1\n8595074\t1\n8595075\t1\n8595076\t1\n8595077\t1\n8595078\t1\n8595080\t1\n8595406\t2\n8595709\t1\n8595710\t1\n8595711\t1\n8595712\t1\n8595713\t1\n8595717\t1\n8596113\t2\n8502559\t6\n8502572\t10\n8502885\t3\n8502950\t5\n8503059\t8\n8503083\t8\n8503610\t10\n8503693\t4\n8503694\t3\n8503696\t4\n8503698\t3\n8503699\t4\n8503700\t5\n8530473\t1\n8573213\t6\n8573214\t3\n8573240\t1\n8573241\t4\n8573242\t1\n8573244\t3\n8573719\t3\n8573724\t4\n8573725\t1\n8573726\t9\n8573728\t3\n8573729\t3\n8574739\t3\n8574780\t1\n8576127\t8\n8576139\t3\n8576161\t4\n8576183\t1\n8576184\t1\n8576185\t2\n8576186\t2\n8576187\t2\n8576188\t2\n8576189\t1\n8576193\t29\n8576205\t2\n8576206\t2\n8576207\t2\n8576208\t2\n8576209\t4\n8576210\t3\n8576211\t3\n8576214\t3\n8576215\t3\n8576249\t3\n8576250\t2\n8576251\t1\n8576252\t1\n8576253\t4\n8576271\t1\n8576275\t1\n8576278\t2\n8576279\t3\n8576280\t3\n8576281\t1\n8576699\t2\n8576743\t2\n8579440\t1\n8579442\t1\n8579443\t1\n8579843\t1\n8579991\t1\n8579994\t6\n8580301\t12\n8580432\t1\n8580433\t1\n8580434\t2\n8580435\t2\n8580437\t2\n8580438\t1\n8580522\t21\n8581666\t1\n8583053\t4\n8583731\t1\n8583755\t3\n8583805\t2\n8583870\t2\n8587347\t3\n8587651\t4\n8587652\t6\n8587653\t4\n8587654\t3\n8587655\t7\n8587799\t4\n8587976\t1\n8587977\t1\n8587978\t1\n8587979\t1\n8587980\t1\n8588205\t1\n8588313\t2\n8588314\t2\n8588315\t2\n8588553\t14\n8588745\t1\n8589106\t3\n8590461\t2\n8590462\t1\n8590463\t3\n8590464\t5\n8590465\t1\n8590466\t1\n8590467\t1\n8590468\t2\n8590469\t1\n8590470\t1\n8590471\t1\n8590484\t2\n8590485\t1\n8590486\t1\n8590505\t2\n8590507\t1\n8590508\t1\n8590510\t2\n8590512\t3\n8590549\t1\n8590550\t3\n8590551\t1\n8590552\t6\n8590553\t1\n8590554\t3\n8590555\t1\n8590556\t2\n8590557\t1\n8590558\t2\n8590559\t1\n8590571\t2\n8590573\t1\n8590574\t1\n8590575\t5\n8590576\t3\n8590577\t2\n8590578\t2\n8590579\t2\n8590580\t1\n8590581\t1\n8590593\t2\n8590594\t1\n8590596\t3\n8590597\t2\n8590619\t1\n8590620\t5\n8590621\t2\n8590622\t1\n8590623\t1\n8590625\t1\n8590668\t3\n8590669\t3\n8590681\t1\n8590682\t1\n8590683\t1\n8590684\t1\n8590685\t2\n8590686\t1\n8590687\t1\n8590688\t1\n8590689\t2\n8590690\t4\n8590691\t1\n8590703\t1\n8590704\t1\n8590705\t3\n8590712\t1\n8590725\t3\n8590726\t3\n8590727\t3\n8590728\t3\n8590747\t1\n8590748\t3\n8590750\t1\n8590751\t2\n8590752\t2\n8590753\t2\n8590754\t1\n8590755\t1\n8590756\t1\n8590757\t2\n8590771\t2\n8590772\t2\n8590773\t1\n8590775\t3\n8590776\t2\n8590777\t3\n8590779\t3\n8590791\t3\n8590792\t2\n8590793\t1\n8590794\t2\n8590795\t3\n8590796\t2\n8590797\t1\n8590798\t1\n8590799\t2\n8590800\t4\n8590801\t2\n8590813\t1\n8590818\t1\n8590822\t1\n8590837\t4\n8590838\t1\n8590839\t3\n8590840\t1\n8590841\t5\n8590842\t5\n8590843\t5\n8590844\t2\n8590845\t4\n8590879\t2\n8590880\t2\n8590881\t4\n8590882\t1\n8590883\t2\n8590884\t3\n8590885\t1\n8590886\t2\n8590887\t2\n8590888\t2\n8590889\t3\n8590901\t2\n8590902\t2\n8590903\t2\n8590904\t2\n8590905\t2\n8590906\t1\n8590908\t1\n8590910\t2\n8590911\t3\n8591033\t5\n8591034\t4\n8591035\t4\n8591036\t5\n8591037\t3\n8591038\t10\n8591039\t3\n8591040\t1\n8591041\t1\n8591043\t1\n8591056\t8\n8591057\t11\n8591058\t12\n8591059\t8\n8591060\t11\n8591061\t2\n8591062\t3\n8591063\t8\n8591064\t8\n8591065\t10\n8591077\t2\n8591078\t2\n8591079\t10\n8591080\t3\n8591081\t8\n8591082\t8\n8591083\t3\n8591084\t3\n8591085\t3\n8591086\t2\n8591087\t1\n8591100\t8\n8591101\t13\n8591102\t1\n8591103\t3\n8591104\t1\n8591105\t13\n8591106\t7\n8591107\t8\n8591108\t1\n8591109\t2\n8591121\t3\n8591122\t5\n8591123\t10\n8591124\t2\n8591126\t3\n8591127\t4\n8591128\t4\n8591130\t1\n8591131\t6\n8591143\t1\n8591144\t1\n8591145\t3\n8591146\t1\n8591147\t5\n8591148\t3\n8591149\t1\n8591150\t1\n8591151\t4\n8591152\t2\n8591153\t2\n8591165\t1\n8591167\t5\n8591168\t9\n8591169\t6\n8591170\t1\n8591172\t1\n8591173\t10\n8591174\t12\n8591175\t3\n8591187\t1\n8591188\t3\n8591189\t1\n8591190\t3\n8591191\t2\n8591192\t2\n8591193\t7\n8591194\t2\n8591195\t1\n8591196\t2\n8591197\t4\n8591209\t3\n8591210\t2\n8591211\t2\n8591212\t1\n8591213\t2\n8591214\t3\n8591215\t1\n8591216\t4\n8591217\t1\n8591218\t5\n8591219\t5\n8591231\t2\n8591233\t14\n8591234\t2\n8591235\t1\n8591236\t8\n8591237\t8\n8591238\t1\n8591239\t11\n8591240\t1\n8591241\t3\n8591253\t3\n8591254\t2\n8591255\t11\n8591256\t4\n8591257\t14\n8591258\t6\n8591259\t3\n8591260\t1\n8591261\t7\n8591262\t13\n8591263\t5\n8591275\t1\n8591276\t13\n8591277\t6\n8591278\t3\n8591279\t10\n8591280\t1\n8591281\t1\n8591282\t13\n8591283\t8\n8591284\t1\n8591285\t4\n8591297\t1\n8591298\t10\n8591299\t17\n8591300\t1\n8591302\t2\n8591303\t4\n8591304\t5\n8591305\t2\n8591306\t13\n8591307\t10\n8591319\t3\n8591320\t4\n8591322\t1\n8591323\t10\n8591324\t10\n8591325\t2\n8591326\t3\n8591327\t11\n8591328\t1\n8591329\t8\n8591341\t13\n8591342\t2\n8591343\t2\n8591344\t2\n8591345\t4\n8591346\t1\n8591347\t2\n8591348\t1\n8591349\t7\n8591350\t2\n8591351\t3\n8591363\t2\n8591364\t5\n8591365\t3\n8591366\t10\n8591367\t13\n8591368\t13\n8591369\t9\n8591370\t2\n8591371\t3\n8591372\t1\n8591373\t10\n8591385\t7\n8591386\t1\n8591387\t3\n8591388\t3\n8591389\t4\n8591390\t3\n8591391\t5\n8591392\t4\n8591393\t3\n8591407\t3\n8591408\t3\n8591410\t2\n8591411\t2\n8591412\t4\n8591413\t1\n8591414\t3\n8591415\t9\n8591416\t2\n8591417\t3\n8591429\t1\n8591430\t3\n8591431\t4\n8591432\t1\n8591433\t10\n8591434\t4\n8591435\t4\n8591436\t4\n8591437\t3\n8591438\t1\n8591439\t8\n8591825\t4\n8591826\t2\n8591828\t3\n8591830\t4\n8591831\t3\n8591832\t5\n8591833\t4\n8591896\t5\n8593523\t2\n8593529\t2\n8594185\t1\n8594186\t1\n8594187\t1\n8594188\t1\n8594189\t1\n8594249\t3\n8594250\t1\n8594252\t1\n8594253\t1\n8594254\t1\n8594255\t1\n8594338\t1\n8594553\t2\n8594732\t3\n8595081\t2\n8595128\t1\n8595129\t1\n8595899\t2\n8596005\t1\n8596006\t1\n8596100\t2\n8502220\t3\n8502221\t3\n8502222\t3\n8502229\t3\n8503000\t49\n8503001\t16\n8503003\t16\n8503004\t5\n8503006\t26\n8503007\t3\n8503008\t3\n8503009\t6\n8503010\t8\n8503011\t8\n8503015\t2\n8503016\t17\n8503020\t17\n8503051\t1\n8503052\t1\n8503053\t1\n8503054\t1\n8503055\t1\n8503056\t1\n8503057\t1\n8503086\t2\n8503087\t3\n8503088\t3\n8503089\t2\n8503090\t3\n8503091\t2\n8503093\t2\n8503094\t3\n8503095\t2\n8503096\t2\n8503099\t2\n8503100\t4\n8503101\t4\n8503102\t3\n8503127\t6\n8503128\t6\n8503129\t6\n8503141\t3\n8503147\t10\n8503200\t5\n8503201\t5\n8503202\t18\n8503306\t6\n8503307\t6\n8503308\t2\n8503309\t3\n8503310\t6\n8503311\t3\n8503340\t2\n8503509\t9\n8503512\t6\n8503526\t3\n"}]},"apps":[],"jobName":"paragraph_1523949381117_-733572520","id":"20180613-003914_1715104266","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:326"},{"text":"%jdbc(hive)\r\n/* Export the table to local cluster */\r\n/* Run directly on the terminal of the local cluster*/\r\nhive -e \"insert overwrite local directory '/home/sokim/project_data2/transfer_stations'\r\nrow format delimited fields terminated by '\\t'\r\nselect * from sokim.transfer_stations;\"","dateUpdated":"2018-04-17T07:16:21+0000","config":{"colWidth":12,"editorMode":"ace/mode/sql","results":{},"enabled":true,"editorSetting":{"language":"sql","editOnDblClick":false}},"settings":{"params":{},"forms":{}},"apps":[],"jobName":"paragraph_1523949381118_-732418273","id":"20180613-004133_1043348065","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:327"},{"text":"%md\nThis is the end of Part I","dateUpdated":"2018-04-17T07:16:21+0000","config":{"tableHide":false,"editorSetting":{"editOnDblClick":true,"language":"markdown"},"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"results":{},"enabled":true},"settings":{"params":{},"forms":{}},"results":{"code":"SUCCESS","msg":[{"type":"HTML","data":"<p>This is the end of Part I</p>\n"}]},"apps":[],"jobName":"paragraph_1523949381118_-732418273","id":"20180613-173725_676023768","dateCreated":"2018-04-17T07:16:21+0000","status":"READY","errorMessage":"","progressUpdateIntervalMs":500,"$$hashKey":"object:328"}],"name":"PART I - Data Exploration and preprocessing","id":"2DCG8HJX1","angularObjects":{"2CHS8UYQQ:shared_process":[],"2C8A4SZ9T_livy2:shared_process":[],"2CK8A9MEG:shared_process":[],"2C4U48MY3_spark2:shared_process":[],"2CKAY1A8Y:shared_process":[],"2CKEKWY8Z:shared_process":[]},"config":{"looknfeel":"default","personalizedMode":"false"},"info":{}}