Graph analysis tutorial with GraphX (Legacy)
This tutorial notebook shows you how to use GraphX to perform graph analysis. To run the notebook:
Download the SF Bay Area Bike Share data from Kaggle and unzip it. You must sign into Kaggle using third-party authentication or create and sign into a Kaggle account.
Upload
station.csv
andtrip.csv
using the Create table UI.The tables are named
station_csv
andtrip_csv
.