From 39afd2c34ad263c13f15c0bca779d985b2c1abc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20H=C3=A4kkinen?= <antti.hakkinen@jamk.fi> Date: Tue, 8 Sep 2020 15:07:18 +0300 Subject: [PATCH] edit ex03 --- harjoitukset/Harjoitus_3_(Rest).ipynb | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/harjoitukset/Harjoitus_3_(Rest).ipynb b/harjoitukset/Harjoitus_3_(Rest).ipynb index 8963d35..1fca0b3 100644 --- a/harjoitukset/Harjoitus_3_(Rest).ipynb +++ b/harjoitukset/Harjoitus_3_(Rest).ipynb @@ -166,7 +166,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "#### Valitse edellisen get-pyynnön kaikki json-objektit, jos yksikin `scheduledTime`-avaimen arvo on ennen aikaleimaa '2018-06-06T06:00:00.000Z'." + "#### Muodosta edellisen tehtävän get-pyynnön tuloksesta (koko Junan 1 päivän 06.06.2018 datasta), jos yksikin `scheduledTime`-avaimen arvo on ennen aikaleimaa '2018-06-06T06:00:00.000Z'." ] }, { @@ -178,25 +178,6 @@ "#" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "#### Muodosta DataFrame haetusta datasta, jos ylläoleva ehto täsmää\n", - "\n", - "| cancelled | commuterLineID | departureDate | operatorShortCode | operatorUICCode | runningCurrently | timeTableRows | timetableAcceptanceDate | timetableType | trainCategory | trainNumber | trainType | version |\n", - "| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |\n" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [], - "source": [ - "#" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -235,4 +216,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file -- GitLab