0% found this document useful (0 votes)
104 views2 pages

2 Weeks Data Science Using Python: Days Topics

This 2 week course covers Python programming, data science, data manipulation with Numpy and Pandas, data visualization with Matplotlib, and machine learning algorithms including linear regression and logistic regression. Over 10 days, topics include Python basics, data types, loops and conditionals, data structures in Numpy and Pandas like arrays and dataframes, data manipulation and visualization techniques, supervised vs unsupervised learning, and hands-on labs applying linear and logistic regression to prediction problems.

Uploaded by

Kiara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views2 pages

2 Weeks Data Science Using Python: Days Topics

This 2 week course covers Python programming, data science, data manipulation with Numpy and Pandas, data visualization with Matplotlib, and machine learning algorithms including linear regression and logistic regression. Over 10 days, topics include Python basics, data types, loops and conditionals, data structures in Numpy and Pandas like arrays and dataframes, data manipulation and visualization techniques, supervised vs unsupervised learning, and hands-on labs applying linear and logistic regression to prediction problems.

Uploaded by

Kiara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

2 Weeks Data Science Using Python

Days Topics

Introduction to Python

Day 1 Introduction to Python, Installing Python, Different IDE for Python, Using pip commands, Python
vs Anaconda, Basic Syntax of Python, Variables in Python

Continuation to Python Programming

Day 2 Datatypes in Python, Primitive Data Types, Core Type, LIST vs Tuple, Dictionary, Using Loops in
Python, Conditional Statements in Python

Introduction to Data Science

Day 3 What is Data Science, Applications of Data Science, Life Cycle of Data Science.

Introduction to Data Manipulation

Introduction to Numpy, Installing Numpy Package In Python, Importing Numpy, Creating different
arrays using Numpy, Array Functions and Methods, Different Mathematical Functions, Different
Matrix Operations, Random Numbers, Generate Numbers between a range.

Introduction to Pandas (Series)

Day 4 Pandas Introduction, Installing Pandas in Python, Importing Pandas, Use of Pandas, Concept Of
Series in Pandas, Creating Series using Pandas, Different Series Attributes, Series vs List, Series
Operations, Series from CSV File, Different Functions in Series, Different Sorting Algorithms in
Series, Extracting Values from Series, .value_counts() method, .apply() methods

Introduction to Dataframe

Day 5 What is Dataframes? , Use of Dataframes, Creating Dataframe, Dataframe different functions,
Dropping columns/rows from Dataframe, Create Dataframe from CSV file, Display Particular
Columns from Dataframe, Add New Column to Dataframe, Broadcasting Operations in Dataframe,
Dropping with Null Values, Filling Null Values
Days Topics

Continuation to Dataframe

Different Sorting Algorithms in Dataframe, Sorting for Multiple Columns, Rank Method In Pandas,
Day 6 Filtering Data in Dataframe, Filterning Data based on Condition, Filter Data with AND & OR
Operations, .isin() Method, .isnull() & .notnull() Method in Pandas, .between() Method in Pandas,
.Duplicated() Method in Pandas, .drop_duplicates() Method in Pandas

More About Pandas

.set_index() & .reset_index() in Pandas, Retrieve Row Values Using loc in Pandas, Retrieve Row
Day 7 Values Using iloc in Pandas, Set New/Multiple Values for a Specific Cell or Row, Rename Index
Labels or Columns in Pandas, Delete Rows or Columns in Pandas, Create Random Sample with the
.sample() in Pandas, The .nsmallest() and .nlargest() Methods in Pandas, .where(),.query(),.apply()
methods in Pandas

Introduction to Data Visualization

Day 8 Introduction to Matplotlib, Installing Matplotlib in Python, Drawing 2D Graphs, Line Plot Graph,
Bar Plot Graph, Scatter Plot Graph, Histogram, Pie Chart, Drawing Sub plot, Merging of Graph, Plot
Graph from CSV File

Introduction to Machine Learning

Day 9 Introduction, Types of Machine Learning: Supervised, Unsupervised and Reinforcement


learning, Applications, Classification vs Prediction Problems,

Linear Regression Algorithm (Prediction Problem), Mean Square Error, R2 Score

Lab: Employee Salary Prediction using Linear Regression

Introduction to Logistic Regression

Day 10 Logistic Regression Theory, Logistic Regression Visualization, Confusion Matrix, Accuracy Score,
Data Preprocessing

Lab: - Sales prediction of a company / Titanic Passenger Death Prediction

You might also like