From fd64693cfd01a8e52f2996dc11957bd863c0f0d0 Mon Sep 17 00:00:00 2001 From: copeland3300 Date: Mon, 28 Jun 2021 16:36:47 -0400 Subject: [PATCH] Fixed Typo --- Chapter01/pandas_chapter1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter01/pandas_chapter1.py b/Chapter01/pandas_chapter1.py index 499b951..663bc3e 100644 --- a/Chapter01/pandas_chapter1.py +++ b/Chapter01/pandas_chapter1.py @@ -28,7 +28,7 @@ df2 = df.loc[df['sepal_length'] > 5.0, ] ''' -Data Visualization in Panads +Data Visualization in Pandas ''' # Define marker shapes by class