Skip to content

Commit

Permalink
hi miuul
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzerdo committed Jun 29, 2022
1 parent ff79c95 commit af10cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_rule_based_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 62,7 @@
# data.csv dosyasını okutunuz ve veri seti ile ilgili genel bilgileri gösteriniz.
import pandas as pd

data = pd.read_csv('datasets/data.csv', sep="|")
data = pd.read_csv('data/data.csv', sep="|")

# Bu şekilde bir işlem yapmamalıyız.
yedek = data
Expand Down

0 comments on commit af10cfd

Please sign in to comment.