
Explore data visualization with Python, Plotly, and Power BI to create interactive charts, including line, scatter, strip, bubble, sunburst, and time series visuals.
Install and configure python packages for data visualization in Power BI, set Python home, install pandas and seaborn via pip, and enable Python visuals to build charts.
Create a simple line chart with matplotlib in Python by importing library, loading data from Excel source, and plotting site visitors versus average time, then customize visuals in Power BI.
Modify line charts into dashed lines and scatterplots, add x and y axis labels, customize colors and markers, and blend chart types using Python and Power BI.
Learn to create a violin chart with seaborn in Python to visualize continent-wise distributions of average time spent on a website. Interpret how continent distributions reveal concentration and dispersion.
Explore seaborn to create rolling charts and distribution visuals in Python, using site visitors by continent, customize color palettes, and interpret concentration patterns across categories.
Explore how to build a Python-driven data visualization workflow in Power BI, creating a report, tables, and a stripplot with seaborn to compare average time spent and site visitors.
Explore how to customize a strip plot in Python with palette, diamond or hexagonal markers, dot size, and alpha transparency to reveal patterns while handling errors and data updates.
Learn to create a box plot in Python using libraries like Clip and Seabourne, pass data and column parameters, and troubleshoot simple name errors due to case.
Create advanced box plots in Seaborn with mean lines and axis customization to visualize distribution, supporting data like average time spent in courses and site visitors.
Explore creating an lmplot style linear plot using seaborn to visualize the relationship between average time spent online and site visitors, with a linear trend line.
Open a Jupyter notebook or Google Colab, install Plotly and related libraries for data visualization, and build a simple interactive line chart with zoom and auto scale.
Learn to create line charts and time series visualizations using stock price data with dummy datasets in Python and Plotly, highlighting ups and downs and comparing two companies.
Create a scatter chart from a dummy, random dataset to explore the relationship between stock price and price change, using Python data visualization tools and a simple dataframe.
Enhance scatter plots with titles, colors, symbols, and data labels to create interactive, visually clear visualizations. Learn axis scaling, zoom, and presentation tricks to avoid misleading charts.
Learn to extend a scatter chart into a bubble chart by using volume as bubble size, adding a third dimension to visualize data with Python, Plotly, and Power BI.
Visualize sector composition and stock weightage by generating data, counting sector occurrences, and rendering a pie chart with the express library. Limit slices to seven for clarity and avoid clutter.
Learn how donut charts, a hole-in-center variant of pie charts, visualize categories as segments and support interactive options in Plotly to compare sectors like health care and finances.
Create sunburst charts to visualize hierarchical data with an inner circle and concentric rings, distributing angles by values. Drill down by tapping slices and compare to pie charts.
Create a vertical bar chart from an excel dataset using read_excel, import the necessary libraries, and compare ownership categories—promoters, FICA, and the public—over time with a title and year-based colors.
Explore creating vertical grouped and stacked bar charts in Python visualization tools, visualizing ownership across categories—promoters, public, and F ideas—using color and bar modes.
Change the orientation to horizontal to convert vertical bar charts, placing categories on the y-axis and values on the x-axis, and explore bar modes including stacking.
In this course you will learn to create various types of Data Visualization charts using Microsoft Power BI, Python and Plotly. There are a wide range of professionals who require data visualization skills to plot various charts to find critical insights from the dataset. From Marketing and sales professionals to Developers, Analysts and Data Scientists, a large number of professionals require some kind of knowledge to adequately model and represent data into creative visuals that makes it easy and intuitive to understand the complex data value in form for comparable and easy to understand visual charts. Most of the basic charts such as bar, line, pie, tree map and other charts in Power BI and other visualization software are just inefficient to represent various kinds of data with complex information. Professionals just don't rely on few basic charts, rather they could create some custom chart to solve complex problem. Most of the custom or advanced visualization charts can be created by writing few lines of python code.
In this course, you will be learning following concepts and visualization charts using python libraries such as pandas, matplotlib and seaborn-
Installing python packages and defining path
Creating a Line chart with matplotlib
Putting labels and creating dashed scatterplot
Violin chart with seaborn
More on Violin chart
Stripplot
Boxplot
Lmplot or align plot
Data visualization make this task little bit more handy and fast. With the help of visual charts and graph, we can easily find out the outliers, nulls, random values, distinct records, the format of dates, sensibility of spatial data, and string and character encoding and much more.
Moreover, you will be learning different charts to represent different kind of data like categorical, numerical, spatial, textual and much more.
Bar Charts (Horizontal and Vertical)
Line Charts
Pie Charts
Donut Charts
Scatter Charts
Grouped Bar Chart (Horizontal and Vertical)
Segmented Bar Chart (Horizontal and Vertical)
Time and series Chart
Sunburst Chart
Candlestick Chart
OHLC Charts
Bubble Charts
Dot Charts
Multiple Line Charts and so on.
Most of the time data scientists pay little attention to graphs and focuses only on the numerical calculations which at times can be misleading. Data visualization is much crucial step to follow to achieve goals either in Data Analytics or Data Science to get meaningful insights or in machine learning to build accurate model. The skills you learn in this course can be used in various domains related to data science and data analytics to business intelligence and machine learning.