Skip to content

Instantly share code, notes, and snippets.

@FavioVazquez
Created September 25, 2017 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FavioVazquez/436a1e9b718e805236559c5143e6ec60 to your computer and use it in GitHub Desktop.
Save FavioVazquez/436a1e9b718e805236559c5143e6ec60 to your computer and use it in GitHub Desktop.
# Import optimus
import optimus as op
# Instance of Utilities class
tools = op.Utilities()
# Reading df from web
url = "https://raw.githubusercontent.com/ironmussa/Optimus-examples/master/examples/foo.csv"
df = tools.read_dataset_url(path=url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment