Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
"source": [
"# import libraries here\n",
"import numpy as np\n",
"'''\n",
"\n",
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
"import seaborn as sns\n",
"%matplotlib inline\n",
"'''"
"%matplotlib inline\n"
]
},
{
Expand Down Expand Up @@ -156,12 +155,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [

"Scatter Plot\n",
"\n",
"Please provide a scatter plot between \"Combined MPG\" as X variable and \n",
"\"Highway MPG\" as Y variable"

]
},
{
Expand All @@ -184,11 +181,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [

"Box Whisker Plot\n",
"\n",
"Please provide a box plot of the variable \"CO2 Emission Grams/mile\""

]
},
{
Expand All @@ -211,16 +206,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [

"Histogram\n",
"\n",
"Please provide a histogram of the Fuel Barrels/Year"

]
},
{
"cell_type": "code",

"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -238,16 +231,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [

"Bar Chart\n",
"\n",
"Please provide a bar chart of the Fuel Type on the X axis and \"City MPG\" on the Y axis"

]
},
{
"cell_type": "code",

"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -279,7 +270,6 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"

}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,16 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"# import libraries here\n",
"import pandas as pd\n",
"'''\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"import seaborn as sns\n",
"%matplotlib inline\n",
"'''"
"%matplotlib inline\n"
]
},
{
Expand Down Expand Up @@ -128,7 +126,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.0"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
Loading