Skip to content
Snippets Groups Projects
Commit df8bcba4 authored by Zhang, Zhichao's avatar Zhang, Zhichao
Browse files

add sep when reading csv file

parent e1609a50
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from pykkn.dataset import Dataset
if __name__ == "__main__":
df = pd.read_csv("exampleTable.csv")
df = pd.read_csv("examples/exampleTable.csv", sep=';')
dataset1 = Dataset("from_csv_table")
dataset1.data = df.values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment