Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Interactive Data Visualization with Python - Second Edition

You're reading from  Interactive Data Visualization with Python - Second Edition

Product type Book
Published in Apr 2020
Publisher
ISBN-13 9781800200944
Pages 362 pages
Edition 2nd Edition
Languages
Authors (4):
Abha Belorkar Abha Belorkar
Profile icon Abha Belorkar
Sharath Chandra Guntuku Sharath Chandra Guntuku
Profile icon Sharath Chandra Guntuku
Shubhangi Hora Shubhangi Hora
Profile icon Shubhangi Hora
Anshu Kumar Anshu Kumar
Profile icon Anshu Kumar
View More author details
Toc

Table of Contents (9) Chapters close

Preface 1. Introduction to Visualization with Python – Basic and Customized Plotting 2. Static Visualization – Global Patterns and Summary Statistics 3. From Static to Interactive Visualization 4. Interactive Visualization of Data across Strata 5. Interactive Visualization of Data across Time 6. Interactive Visualization of Geographical Data 7. Avoiding Common Pitfalls to Create Interactive Visualizations Appendix

Introduction

In the previous chapters, we learned how to create interactive visualizations to represent data in different contexts, such as creating bar plots for stratified data. In this chapter, we will learn how to create interactive visualizations to present data over a period of time. Plotting data against time gives us insights into trends, seasonality, outliers, and important events present in a dataset. Adding a time dimension on a static plot means that one of the axes of the plot will represent time. Adding interactivity on top of that gives us the freedom to explore and analyze the data. In an interactive visualization, we can manipulate the graph according to the user requirements on the fly.

We'll see how to manipulate and plot temporal data in Python. To plot timed data, we will first preprocess the time. Time is composed of units such as seconds, minutes, days, and weeks. So, we first parse the time into the required unit in order to visualize it. Pandas library...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}