Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Please tell a story with the help of the following visuals: - Line Chart - Pie Chart - Bar Chart - Histogram - Scatterplot Please create your visuals individually and then arrange them in a 2D grid of...

1 answer below »

Please tell a story with the help of the following visuals:

- Line Chart

- Pie Chart

- Bar Chart

- Histogram

- Scatterplot

Please create your visuals individually and then arrange them in a 2D grid of columns and rows.

Please upload a pdf of your JupyterNotebook. Your pdfshould start with a markdown cell that includes your name, course and assignment name (1 pt) (Alternatively, upload it to GitHub and provide a url). Please include the url and the description of your data - you may use multiple data sources(1pt), a 3min story (1pt), all of the visuals both individually and in a grid. Each one of the visuals should be clearly readable, titled and labeled. (2pt).


I would like to use the video games data attached.

Line Chart - genres bought on the most popular system

Pie Chart - popularity of systems

Bar Chart - Showing popularity of genres

Histogram - frequency of Nintendo as Publisher

Scatter Plot - comparing NA sales to Japan sales

Answered Same Day Oct 04, 2021

Solution

Sandeep Kumar answered on Oct 04 2021
134 Votes
{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Line Chart - genres bought on the most popular system\n",
"\n",
"Pie Chart - popularity of systems\n",
"\n",
"Bar Chart - Showing popularity of genres\n",
"\n",
"Histogram - frequency of Nintendo as Publisher\n",
"\n",
"Scatter Plot - comparing NA sales to Japan sales"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"