Skip to content

Instantly share code, notes, and snippets.

@FavioVazquez
Created September 25, 2017 15:39
Show Gist options
  • Select an option

  • Save FavioVazquez/436a1e9b718e805236559c5143e6ec60 to your computer and use it in GitHub Desktop.

Select an option

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