Create Your First Data Pipeline with a Dashboard
According to the Statista 2022 analysis, the quantity of data generated, recorded, replicated, and consumed globally is predicted to skyrocket to 181 zettabytes from 2021 to 2025:
Data is meaningless without professionals who convert it into valuable insights. Here are a few examples of how a data scientist offers value to a company:
As a result, modern organizations are awash in data which necessarily involves data processing and analysis. In this project, we’ll learn to create a data pipeline and interactive data visualization in Python using Kedro and hvPlot to get valuable insights from our data.
We will begin by building a data pipeline from scratch with Kedro. We’ll introduce data preprocessing in our data pipeline along the way and run our data pipeline successfully. We’ll get an overview of the static and interactive plots with Pandas and hvPlot, respectively. Then, we’ll transform the processed data further and display our findings as interactive plots.