abiral001 / grapesaur

Pyspark implementation of data analysis tool (API Level)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gda

Pyspark implementation of data analysis tool (API Level)

To install required packages to run the program follow the following steps:

  1. git clone the repo
  2. cd gda
  3. pip install pipenv
  4. pipenv install

Now to run the program everytime just go inside the repo folder and run:

  1. pipenv shell
  2. python example.py > test.txt

The result will be displayed in the test.txt file in the same folder

About

Pyspark implementation of data analysis tool (API Level)

License:MIT License


Languages

Language:Python 86.6%Language:Jupyter Notebook 13.4%