From cdb67d9754f88fa6f32ecfd5e9e12b0810607f78 Mon Sep 17 00:00:00 2001 From: Asabeneh Date: Fri, 10 Jul 2020 09:51:10 +0300 Subject: [PATCH] Pandas --- 25_Day_Pandas/25_pandas.md | 7 ------- 1 file changed, 7 deletions(-) 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