diff --git a/.ipynb_checkpoints/test_notebook-checkpoint.ipynb b/.ipynb_checkpoints/test_notebook-checkpoint.ipynb index 761bd69..3538cb8 100644 --- a/.ipynb_checkpoints/test_notebook-checkpoint.ipynb +++ b/.ipynb_checkpoints/test_notebook-checkpoint.ipynb @@ -7,6 +7,10 @@ "outputs": [], "source": [ "#import necessary modules\n", + "# import the seaborn module\n", + "import seaborn as sns\n", + "# import the matplotlib module\n", + "import matplotlib.pyplot as plt\n", "import pandas as pd\n", "#store the url in a variable\n", "url = \"https://community.watsonanalytics.com/wp-content/uploads/2015/04/WA_Fn-UseC_-Sales-Win-Loss.csv\"\n", @@ -170,12 +174,6 @@ } ], "source": [ - "# import the seaborn module\n", - "import seaborn as sns\n", - "\n", - "# import the matplotlib module\n", - "import matplotlib.pyplot as plt\n", - "\n", "# set the background colour of the plot to white\n", "sns.set(style=\"whitegrid\", color_codes=True)\n", "\n", @@ -196,7 +194,9 @@ "execution_count": null, "metadata": {}, "outputs": [], - "source": [] + "source": [ + "print(\"Amazing\")" + ] } ], "metadata": { diff --git a/test_notebook.ipynb b/test_notebook.ipynb index 761bd69..b0b4062 100644 --- a/test_notebook.ipynb +++ b/test_notebook.ipynb @@ -10,145 +10,7 @@ "import pandas as pd\n", "#store the url in a variable\n", "url = \"https://community.watsonanalytics.com/wp-content/uploads/2015/04/WA_Fn-UseC_-Sales-Win-Loss.csv\"\n", - "sales_data = pd.read_csv(url)" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - " | Opportunity Number | \n", - "Supplies Subgroup | \n", - "Supplies Group | \n", - "Region | \n", - "Route To Market | \n", - "Elapsed Days In Sales Stage | \n", - "Opportunity Result | \n", - "Sales Stage Change Count | \n", - "Total Days Identified Through Closing | \n", - "Total Days Identified Through Qualified | \n", - "Opportunity Amount USD | \n", - "Client Size By Revenue | \n", - "Client Size By Employee Count | \n", - "Revenue From Client Past Two Years | \n", - "Competitor Type | \n", - "Ratio Days Identified To Total Days | \n", - "Ratio Days Validated To Total Days | \n", - "Ratio Days Qualified To Total Days | \n", - "Deal Size Category | \n", - "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", - "1641984 | \n", - "Exterior Accessories | \n", - "Car Accessories | \n", - "Northwest | \n", - "Fields Sales | \n", - "76 | \n", - "Won | \n", - "13 | \n", - "104 | \n", - "101 | \n", - "0 | \n", - "5 | \n", - "5 | \n", - "0 | \n", - "Unknown | \n", - "0.69636 | \n", - "0.113985 | \n", - "0.154215 | \n", - "1 | \n", - "
1 | \n", - "1658010 | \n", - "Exterior Accessories | \n", - "Car Accessories | \n", - "Pacific | \n", - "Reseller | \n", - "63 | \n", - "Loss | \n", - "2 | \n", - "163 | \n", - "163 | \n", - "0 | \n", - "3 | \n", - "5 | \n", - "0 | \n", - "Unknown | \n", - "0.00000 | \n", - "1.000000 | \n", - "0.000000 | \n", - "1 | \n", - "