Skip to content

fernandocast/take-home-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

take-home-challenge

Description

The challenge consists in computing in a distributed way the 7-day moving average for historical stock prices using Spark.

Getting Started

Dependencies

pip install pyspark==3.5.0
pip install spark-testing-base==0.11.1

Executing program

spark-submit --master local[*] spark/python/src/n_day_moving_average.py --n_day 7 --input /input_path/historical_stock_prices.csv --output /output_path/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages