diff --git a/25_Day_Pandas/25_pandas.md b/25_Day_Pandas/25_pandas.md index e12b5df..cbed5f8 100644 --- a/25_Day_Pandas/25_pandas.md +++ b/25_Day_Pandas/25_pandas.md @@ -1205,20 +1205,16 @@ print('Mean: ',mean) #it is good to add some description to the output, so we kn ``` - ```sh Mean: 32.5 ``` - ### Boolean Indexing - ```python print(df[df['Ages'] > 120]) ``` - @@ -1255,8 +1251,6 @@ print(df[df['Ages'] > 120]) print(df[df['Ages'] < 120]) ``` - -
@@ -1300,7 +1294,6 @@ print(df[df['Ages'] < 120])
- ## Exercises: Day 25 1. Read the hacker_ness.csv file from data directory 1. Get the first five rows