Created
April 27, 2020 12:05
-
-
Save Hugheym/98ae32f6baf5ad69ce591ee3ba78ef78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %python | |
| dbutils.library.installPyPI("mapboxgl") | |
| import numpy as np | |
| import pandas as pd | |
| import mapboxgl | |
| from geojson.feature import Feature, FeatureCollection | |
| df = spark.table("h3PickupStatsWithHex").toPandas() | |
| #data gets pulled to driver node memory when we conver to pandas. | |
| df.head(4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment