You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: EDA.ipynb
+33
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
{
2
2
"cells": [
3
+
{
4
+
"cell_type": "markdown",
5
+
"id": "4f6b6b45-966c-44a8-aec6-e5e8df623d1b",
6
+
"metadata": {},
7
+
"source": [
8
+
"# Exploratory Data Analysis"
9
+
]
10
+
},
3
11
{
4
12
"cell_type": "code",
5
13
"execution_count": 1,
@@ -13,6 +21,14 @@
13
21
"import seaborn as sns"
14
22
]
15
23
},
24
+
{
25
+
"cell_type": "markdown",
26
+
"id": "64cb1ffb-4fff-482b-8599-3b6136b3a84a",
27
+
"metadata": {},
28
+
"source": [
29
+
"## Read in the Data"
30
+
]
31
+
},
16
32
{
17
33
"cell_type": "code",
18
34
"execution_count": 2,
@@ -263,6 +279,15 @@
263
279
"traffic.head()"
264
280
]
265
281
},
282
+
{
283
+
"cell_type": "markdown",
284
+
"id": "83718351-a188-498e-9c92-bca71ad4901d",
285
+
"metadata": {},
286
+
"source": [
287
+
"## Create weekly averages\n",
288
+
"Note: this was before we had the time series lesson so these methods aren't preferred, and are only used for this notebooks. Other notebooks use preferred methods"
0 commit comments