Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data Analytics using Python
Rating: 4.3 out of 5(11 ratings)
39 students

Data Analytics using Python

Master the art of Data Analytics using Python through Exploratory Data Analysis, Data Transformations and Visualisations
Created byManas Dasgupta
Last updated 4/2024
English

What you'll learn

  • Learn Python Coding for Exploratory Data Analysis from zero base
  • Extensive Examples of Pandas Library for Data Analysis
  • Extensive Examples of Numpy Library to handle Multidimensional Arrays
  • Complete Data Analysis Project Walkthrough

Course content

2 sections38 lectures9h 17m total length
  • Course Introduction6:54
  • Introduction to Python8:18
  • Starting with Python with Jupyter Notebook10:49
  • Python Variables and Conditions22:45
  • Python Iterations 113:18
  • Python Iterations 29:43
  • Python Lists14:27
  • Python Tuples17:09
  • Python Dictionaries 113:44
  • Python Dictionaries 24:49
  • Python Sets 123:45
  • Python Sets 21:54
  • Numpy Arrays 113:36
  • Numpy Arrays 214:04
  • Numpy Arrays 312:57
  • Pandas Series 114:16
  • Pandas Series 217:01
  • Pandas Series 316:44
  • Pandas Series 414:23
  • Pandas DataFrame 114:33
  • Pandas DataFrame 213:53
  • Pandas DataFrame 312:58
  • Pandas DataFrame 413:20
  • Pandas DataFrame 520:44
  • Pandas DataFrame 614:49
  • Python User Defined Functions14:02
  • Python Lambda Functions18:32
  • Python Lambda Functions and Date-Time Operations16:41
  • Python String Operations12:16

Requirements

  • No Programming background required. This course teaches Python in a lucid and well-explanatory manner.

Description

Are you aspiring to learn Data Analysis using Python? if yes, then this course on Python will give you the right base, and that too in less than 10 hours.

In this course, you will learn about the basics of the Python Language, Language Elements, Multidimensional Array Handling using the Numpy Library, handling business data using Pandas Library, etc.

You will also learn the tools and techniques of Data Analysis followed by a Data Analysis Project.

Course Sections:

  • Python Language in Detail

  • Python internal Data Structures

  • Python Language Elements

  • Pandas Data Structure – Series and DataFrames

  • Python Visualizations

  • Data Analysis (EDA) Techniques covered exhaustively through Project work

Some of the areas you will master using the powerful Numpy and Pandas Libraries in this course:


  • Data Structures: Numpy provides arrays that are optimized for numerical operations, while Pandas provides two main data structures - Series and DataFrame. You will learn how to create, manipulate, and use these structures for data analysis.

  • Data Cleaning: Pandas provides a range of functions to clean and preprocess data. You can learn how to handle missing data, remove duplicates, and deal with data outliers.

  • Data Aggregation: Pandas provides functions to group data by one or more variables and perform various aggregation operations on the data such as sum, count, mean, and standard deviation. Numpy provides functions to perform mathematical operations on arrays such as sum, mean, max, min, etc.

  • Data Transformation: Pandas provides functions for transforming data, including reshaping, merging, and pivoting data. Numpy provides functions for slicing and indexing arrays, and for reshaping and manipulating arrays.

Happy Learning!

Who this course is for:

  • Beginner Python Developers curious about Data Analysis, Data Science, Machine Learning