Skip to content

Commit

Permalink
hello miuul
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzerdo committed Jun 28, 2022
1 parent aa468e9 commit ee4710e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 71,455 deletions.
6 changes: 3 additions & 3 deletions 01_rule_based_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 54,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('../datasets/data.csv', sep="|")

# Bu şekilde bir işlem yapmamalıyız.
yedek = data
Expand All @@ -67,7 67,7 @@
yedek.head()
data.head()

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

# Bu şekilde kullanmalıyız.
df = data.copy()
Expand All @@ -79,7 79,7 @@
### Veriyi anlama


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

# ID Nationality Age LeadTime LodgingRevenue OtherRevenue Channel
Expand Down
Loading

0 comments on commit ee4710e

Please sign in to comment.