Implementing different operation use in Online analytics processing of bussiness data
The process generate a random number of data and perform the different olap operation on it.
#setup
$git clone https://github.com/Ifeanyijasper/WebTesting.git
Install Jupyter notebook and create virtual environment
Install the dependencies (Pandas, Numpy)
$python -m venv venv #for Windows, fedora and arch based systems
$source venv/bin/activate
Open the OlapOperation.ipynb file and run each cell for desire operation