Created
October 7, 2017 18:45
-
-
Save FavioVazquez/c7d7a8bdd9f384d3da7426866e89c132 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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