Skip to content

Commit

Permalink
Starting Lesson 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mattahrens committed Nov 4, 2023
1 parent 545a231 commit d2df1b7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/10-Data-visualization-in-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,20 @@ description: Lesson 10 - Data visualization in Python

## Objective

-
- Learn about different types of data visualizations
- Understand how to use different visualization functions in Python
- Know when to use which type of data visualization

## Concept

We're going to go beyond querying data and now visualizing data. Data visualization is important because it can help us understand data in different ways than looking at records. It can show us relationships or trends in the data that we are analyzing.

![image](images/10-ratings_data.png)

![image](images/10-line_chart.png)
![image](images/10-bar_chart.png)
![image](images/10-pie_chart.png)
![image](images/10-scatter_plot.png)
## Practice:

## Summary
Expand Down
Binary file added docs/images/10-bar_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/10-line_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/10-pie_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/10-ratings_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/10-scatter_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2df1b7

Please sign in to comment.