Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data Analysis & Visualization: Python | Pandas | Jupyter
Rating: 3.4 out of 5(13 ratings)
2,530 students

Data Analysis & Visualization: Python | Pandas | Jupyter

Analyse and Visualize Data using Python , Pandas , Jupyter Notebook
Last updated 3/2026
English

What you'll learn

  • Setup Python and Jupyter Notebook
  • Manipulating Pandas Dataframe
  • Data Cleaning
  • Data Visualization
  • Creating Jupyter Notebook
  • Running Jupyter Notebook Server

Course content

2 sections21 lectures2h 3m total length
  • Introduction0:20
  • Overview of Data Analysis & Visualization: Python | Pandas | Jupyter1:56
  • What is Python0:15
  • The Benefits of Python in Data Manipulation, Analysis, and Engineering2:31
  • What is Jupyter Notebook0:08
  • What is Pandas0:06
  • Installing Jupyter6:45
  • Running Jupyter8:44
  • Jupyter Commands7:28
  • Create a new Jupyter Notebook6:45
  • Jupyter Notebook Interface5:44
  • Sample datasets3:06
  • Tabular Data8:00
  • Exploring Pandas DataFrame2:20
  • Manipulating Pandas DataFrame12:57
  • What is Data Cleaning3:28
  • Basic Data Cleaning22:42
  • Data Visualization2:35
  • Qualitative Data Visualization12:00
  • Quantitative Data Visualization13:49

Requirements

  • No Data Analysis and Visualization experience required.

Description

Data analysis is a process of inspecting, cleansing, transforming, and modelling data with the goal of discovering useful information, informing conclusions, and supporting decision-making.

Data visualization  deals with the graphic representation of data.

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations

Python has a powerful and most popular package ‘Pandas’ built on top of Numpy which has the implementation of many data objects and data operations. Pandas is one of the most famous data science tools and it’s definitely a game-changer for cleaning, manipulating, and analyzing data.

Pandas provide tools for reading and writing data into data structures and files. It also provides powerful aggregation functions to manipulate data.

Pandas provide extended data structures to hold different types of labeled and relational data. This makes python highly flexible and extremely useful for data cleaning and manipulation.

Pandas is highly flexible and provides functions for performing operations like merging, reshaping, joining, and concatenating data.

Who this course is for:

  • Beginners to Data Analysis and Visualization