Skip to content

Instantly share code, notes, and snippets.

@argenisleon
Last active October 11, 2019 19:00
Show Gist options
  • Select an option

  • Save argenisleon/7d0098d502992f56f98305fb747a94de to your computer and use it in GitHub Desktop.

Select an option

Save argenisleon/7d0098d502992f56f98305fb747a94de to your computer and use it in GitHub Desktop.
bumblebee.py
# 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