The uol-data-analytics-examples repository containts examples, which are complimentary to the git repository.
- python-csv-airbnb
- A simple data analysis of AirBnB datasets (Berlin location) that uses Python and Jupyter Notebook.
- This example also demonstrates how to import data into database and fetch data using Python from database.
- (optional) python-pdf-tables
- A simple python utility that downloads data from a particular web portal in form of PDFs and then extracts data from tables.
- (optional) python-hana
- A simple python utility that is able to establish a connection to a SAP HANA database from Python and uses pandas package.
- Make sure you have Python 3 and git installed
- Clone repository
git clone https://github.com/vdmitriyev/uol-data-analytics-examples
- Create virtual environment with all dependencies:
scripts/cmdInitiateEnv.bat
- Start Jupyter Notebook:
scripts/cmdStartJupyterNotebook.bat
- Browser should be opened automatically