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