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
This is a course of Data Analysis using Python taught by Dr Muhammad Tahir.
3
+
4
+
Chapter-1: Data Manipulation with pandas
5
+
Chapter-2: Merging DataFrames with pandas
6
+
Chapter-3: Introduction to Importing Data in Python
7
+
Chapter-4: Intermediate Importing Data in Python
8
+
Chapter-5: Cleaning Data in Python
9
+
Chapter-6: Exploratory Data Analysis in Python
10
+
11
+
All notebooks are prepared to run on google Colab. But you can run these books on pc also.
12
+
13
+
# Mount google drive makes a connectivity of your G-drive (Google Drive) with Colab notebook so that you can access the file uploaded to google drive.
14
+
# %cd is used to change the directory and used to give the path of where the file is located on google Drive. You can set your path according to your own.
15
+
16
+
Comments are placed above or inline to understand what line is doing.
0 commit comments