Skip to content

Commit

Permalink
Notebook file created, with needed libraries imported
Browse files Browse the repository at this point in the history
  • Loading branch information
HAKSOAT committed Mar 2, 2018
0 parents commit a2f96c6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ipynb_checkpoints/Jumia-Data-Scraper-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}
45 changes: 45 additions & 0 deletions Jumia-Data-Scraper.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"#Importing the major libraries needed for web scraping\n",
"import requests\n",
"import re\n",
"import pandas as pd\n",
"from bs4 import BeautifulSoup as bso"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"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.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit a2f96c6

Please sign in to comment.