Last active
October 11, 2019 19:00
-
-
Save argenisleon/7d0098d502992f56f98305fb747a94de to your computer and use it in GitHub Desktop.
bumblebee.py
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
| # Be sure to install >> pip install optimuspyspark | |
| from optimus import Optimus | |
| op= Optimus(master="local[*]", comm = True) | |
| df = op.load.csv("https://raw.githubusercontent.com/ironmussa/Optimus/master/examples/data/crime.csv") | |
| df.send("crime") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment