Skip to content

Instantly share code, notes, and snippets.

@FavioVazquez
Created October 7, 2017 18:45
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/c7d7a8bdd9f384d3da7426866e89c132 to your computer and use it in GitHub Desktop.
Save FavioVazquez/c7d7a8bdd9f384d3da7426866e89c132 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