Skip to content

Commit 5a9dbfd

Browse files
Update README.md
1 parent a20f0c4 commit 5a9dbfd

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# Data-Analysis-with-Python
2-
This is a course of Data Analysis using Python.
2+
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

Comments
 (0)