Skip to content

Ophiase/Big-Data-Project-IFEBY310

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of the NYC Shared Bike systems (Citibikes) dataset for a University Course.

A precompiled report is availible online at : web report

You can also run the precompiled report locally :

# precompiled version
cd docs
python3 -m http.server 8000 # create the server
xdg-open http://localhost:8000/ # open the local server

make preview_web # with quarto

Installation

Python notebook dependencies :

  • Graphics : seaborn, altair, plotly
  • Geographic data : geojson, geopandas, geopy, ipyleaflet
  • Others : jupyter-lab, numpy, pandas, pyspark

Execution

Execute the jupyter notebook report.ipynb

Sources

About

Analysis website of the New York Shared Bike systems (Citibikes 🚲️) dataset. Extract Load Transform using pyspark in parquet format.

Topics

Resources

License

Stars

Watchers

Forks