Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Plotly library Tips exploratory data analysis
Rating: 4.5 out of 5(19 ratings)
2,178 students
Created byShambhavi Gupta
Last updated 5/2022
English

What you'll learn

  • Exploratory data analysis using plotly library
  • Making different plots like Barplot, Scatterplot etc.
  • Visualizing data through graphs
  • Using different functions to make the graph look more accurate
  • Applying conditions to the dataset

Course content

1 section11 lectures2h 11m total length
  • IDE's online and offline10:33
  • Bar plot12:23

    Learn to create bar plots with the Plotly library for exploratory data analysis, loading a dataset, inspecting columns, and mapping x, y, and color to reveal patterns.

  • Bar plot using query function14:15
  • Scatter and Bubble plot11:31

    Discover scatter and bubble plots in Plotly for exploratory data analysis, using bubble size for family size and color to show days of the week.

  • Pie chart11:48
  • line plot14:54
  • Scatter plot11:49
  • Horizontal bar plot11:49

    Learn how to create horizontal bar plots in Plotly, compare horizontal vs vertical orientation, and customize data, colors, and labels for exploratory data analysis.

  • Box plot10:50
  • Histogram11:45
  • Scatter_Matrix10:08

Requirements

  • Basic knowledge of python programming language

Description


Welcome to the Plotly library Tips exploratory data analysis course! An excellent choice for beginners and professionals looking to expand their knowledge on one of the most popular Python libraries in the world i.e plotly library. This course includes case study for drawing meaningful insights out of given data.

Plotly library Tips exploratory data analysis course offers video tutorials on the most powerful data analysis toolkit available today.


Why learn Data Analysis and Insights Visualization using Python?

If you've spent time in a spreadsheet software like Microsoft Excel, Google Sheets or any form of tabular data such as database tables, delimited files or csv files and are eager to take your data analysis skills to the next level using python, this course is for you!

Plotly Python Open Source Graphing Library

Plotly's Python graphing library makes interactive, publication-quality graphs. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts, and bubble charts.

The Plotly Python library is an interactive open-source library. This can be a very helpful tool for data visualization and understanding the data simply and easily. plotly graph objects are a high-level interface to plotly which are easy to use. It can plot various types of graphs and charts like scatter plots, line charts, bar charts, box plots, histograms, pie charts, etc.

So you all must be wondering why plotly over other visualization tools or libraries? Here’s the answer –

  • Plotly has hover tool capabilities that allow us to detect any outliers or anomalies in a large number of data points.

  • It is visually attractive that can be accepted by a wide range of audiences.

  • It allows us for the endless customization of our graphs that makes our plot more meaningful and understandable for others.

So in this course you will get to learn visualization using the plotly library

Who this course is for:

  • Data Science enthusiasts interested in learning exploratory data analysis using library