vdmitriyev / uol-data-analytics-examples

The repository contains a variety of examples for the data analytics course held at UOL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

The uol-data-analytics-examples repository containts examples, which are complimentary to the git repository.

đź’¬ Overview Helper Projects

  • 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.

Getting Started

  • 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

About

The repository contains a variety of examples for the data analytics course held at UOL


Languages

Language:Jupyter Notebook 99.5%Language:Batchfile 0.2%Language:Python 0.2%