Skip to content

Instantly share code, notes, and snippets.

@argenisleon
Created October 7, 2019 16:02
Show Gist options
  • Select an option

  • Save argenisleon/966828817613dd371dca4ae6c743401f to your computer and use it in GitHub Desktop.

Select an option

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