DanijelMisulic / analysis_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python project for deciding which city in Australia has "the best" weather

Python 3 is used for this implementation beacuse of its easy way to work with APIs and analysing data used packages: #pandas, #numpy

in order to run program sucessfully, in pip package manager following commands are needed to execute:

pip install pandas
pip install numpy

if pip is not installed the first step is to install pip, because it is the easiest way to install required packages

running program from command line:
position yourself where the program script is, example below:
cd C:\Users\Danijel\Desktop
and run the folowing command:
python etihad_task.py

some lines of code are explained in the same script file

About


Languages

Language:Python 100.0%