From 0460de66a36d5bab0c30113a74278d5470a3d761 Mon Sep 17 00:00:00 2001 From: Vladimir Protsenko Date: Sun, 5 Dec 2021 11:24:24 +0400 Subject: [PATCH] Fix file name --- .../L1_interactive_bike_analysis_python_with_dataframes.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/L1 - Introduction to Apache Spark/L1_interactive_bike_analysis_python_with_dataframes.ipynb b/L1 - Introduction to Apache Spark/L1_interactive_bike_analysis_python_with_dataframes.ipynb index 88ad2da..b00a1e9 100644 --- a/L1 - Introduction to Apache Spark/L1_interactive_bike_analysis_python_with_dataframes.ipynb +++ b/L1 - Introduction to Apache Spark/L1_interactive_bike_analysis_python_with_dataframes.ipynb @@ -116,7 +116,7 @@ ".option(\"header\", True)\\\n", ".option(\"inferSchema\", True)\\\n", ".option(\"timestampFormat\", 'M/d/y H:m')\\\n", - ".csv(\"tripd_with_error.csv\")\n", + ".csv(\"trips.csv\")\n", "\n", "tripData" ] @@ -1071,7 +1071,7 @@ }, { "cell_type": "code", - "execution_count": 152, + "execution_count": 226, "id": "c98261f7-283c-4c7e-b915-3778ff972f5f", "metadata": {}, "outputs": [],