Skip to content
Permalink
Browse files
cloned repository and set up files
  • Loading branch information
peacoc17 committed Oct 29, 2020
1 parent a910e71 commit 5ebaef5feb48a64071126b59b38e68d023abb6f6
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
@@ -0,0 +1 @@
.vscode
@@ -0,0 +1,53 @@
{
"metadata": {
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3-final"
},
"orig_nbformat": 2,
"kernelspec": {
"name": "Python 3.8.3 64-bit ('base': conda)",
"display_name": "Python 3.8.3 64-bit ('base': conda)",
"metadata": {
"interpreter": {
"hash": "b3ba2566441a7c06988d0923437866b63cedc61552a5af99d1f4fb67d367b25f"
}
}
}
},
"nbformat": 4,
"nbformat_minor": 2,
"cells": [
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
"#imports\n",
"import numpy as np\n",
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
"import seaborn as sns\n",
"%matplotlib inline"
]
},
{
"source": [
"#loading dataset\n"
],
"cell_type": "code",
"metadata": {},
"execution_count": 7,
"outputs": []
}
]
}

0 comments on commit 5ebaef5

Please sign in to comment.