GraphX(旧版)图分析教程 Graph analysis tutorial with GraphX (Legacy)
本教程笔记本介绍如何使用 GraphX 执行图分析。This tutorial notebook shows you how to use GraphX to perform graph analysis. 若要运行笔记本:To run the notebook:
从 Kaggle 下载 SF Bay Area Bike Share 数据,并将其解压缩。Download the SF Bay Area Bike Share data from Kaggle and unzip it. 必须使用第三方身份验证登录到 Kaggle,或创建 Kaggle 帐户并登录到该帐户。You must sign into Kaggle using third-party authentication or create and sign into a Kaggle account.
使用创建表 UI 上传
station.csv
和trip.csv
。Uploadstation.csv
andtrip.csv
using the Create table UI.这些表名为
station_csv
和trip_csv
。The tables are namedstation_csv
andtrip_csv
.