From the course: SQL for Data Analysis
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Getting started with data visualization - SQL Tutorial
From the course: SQL for Data Analysis
Getting started with data visualization
- [Instructor] Let's bring it all together using the code we've learned in this course. We'll use fundamental concepts to create a simple, web-based dashboard using Jupiter Notebook and Plotly. In software applications, we use the CRUD operations to create, read, update, and delete data in the application code. Developers use a combination of these concepts with other advanced ones to create a successful data-driven application. Now, let's put some of our code into practice. I'm going to incorporate a dashboard using Plotly, an open source graphing library for Python. We'll build the dashboard using Jupyter Notebook and Python and display it on a webpage that shows how each salesperson is performing. If you aren't familiar with Python, no worries. Python is a programming language that can be used for lots of applications from software development to data analysis. Let's start by looking at the view V orders. It includes the…