
Explore the fundamentals of data visualization, from choosing appropriate chart types to reveal patterns and insights, and using Matplotlib, Seaborn, and Bokeh for interactive, map-based visualizations.
You may download the attached Notebook (.ipynb) file. This contain all the Matplotlib and Seaborn code used in the lectures.
Learn how to set x and y axis limits in Matplotlib, apply axis and tight options, and label plots with legends for multiple data series in a sinusoidal example.
Plot error bars in matplotlib to show ideal values and their variability, using 30 x values, y = 5x^2 + 5, with amplified random deviations.
Learn to create marginal histograms and marginal box plots beside a scatterplot using matplotlib, gridspec, and twin axes to reveal x and y distributions and their cumulative distributions.
Visualize stock price trends with a line plot of dates and closing values and annotate key events using simple and advanced annotations to communicate insights clearly.
Learn to print handwritten digits from raw grayscale eight-by-eight pixel matrices and apply dimensionality reduction to two dimensions, then plot a scatterplot colored by target digits to reveal clustering.
Explore a linear regression of engine size on car price by fitting an ordinary least squares line to a scatterplot, then draw the best-fit line from the learned coefficients.
Explore seaborn slope (point) plots to compare distributions and central tendencies, using lunch vs dinner and smoker vs non-smoker groups, with confidence intervals and dodge options.
Explore year plot and calendar plot to visualize calendar-style time series with color-scaled trends across days, weeks, and months, using the Google Map library.
Explore the Bokeh Python library to create interactive, JavaScript-powered visualizations with a column data source, and learn to render simple and multi-line plots in the browser or notebook.
You may download the attached Notebook (.ipynb) file. This contain all the Bokeh code used in the lectures.
Plot four points on a Google map of London using GEMAP, configure latitude and longitude data in a column data source, and render circles with size 15.
If you are working on Data Science projects and want to create powerful Visualization and Insights as outcome from your projects, this course is for you!!!
If you are working on Machine Learning Projects and want to find patterns and insights from your Data on your way to building Models, this course is for you!!!
If you are a Business Analyst or Functional Analyst and want to build powerful Visualizations for your stakeholders, this course is for you!!
= = = = = = >>>
This course is exclusively focused on explaining how to build fantastic Visualizations using Python. Covers more than 20 types of Visualizations using the most popular Python Visualization Libraries Matplotlib, Seaborn and Bokeh. It covers Data Analytics that leads to building these visualizations so that the learners understand the flow of analysis to insights.
This course takes a holistic approach towards teaching Visualizations:
- Take real-life, business scenarios and raw data to go through detailed Exploratory Data Analysis (EDA) techniques to prepare your raw data to suit the appropriate Visualization needs.
- Data Analytics and Exploratory Data Analysis Techniques using multiple different data structures using Numpy and Pandas libraries.
- Explain Chart/Graph types, customization/configuration and vectorization techniques.
- Throughout the course, extensive amount of Code demo along with concepts as a balanced approach to teaching.
- Every concept is taught by going deeper into foundational techniques and deeper customizations on Visualizations.
Extensive Quizzes are infused at logical points to validate the learning effectiveness.
[NOTE: All the code used in the Lectures are attached as downloadable resources. You may download them and try out while going through the lectures.]