Skip to content

Commit

Permalink
Update read_csv function
Browse files Browse the repository at this point in the history
  • Loading branch information
FavioVazquez committed Oct 7, 2017
1 parent 76c07da commit 67bd843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimus/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self):
# Set empty container for url
self.url = ""

def read_csv(self, path, delimiter_mark=';', header='true'):
def read_csv(self, path, delimiter_mark=',', header='true'):
"""This funcion read a dataset from a csv file.
:param path Path or location of the file.
Expand Down

0 comments on commit 67bd843

Please sign in to comment.