Skip to content

Commit fc6ba52

Browse files
committed
I deleted a partition that I forgot to remove
1 parent b1cf660 commit fc6ba52

File tree

1 file changed

+0
-1
lines changed
  • 2-Working-With-Data/08-data-preparation/translations

1 file changed

+0
-1
lines changed

2-Working-With-Data/08-data-preparation/translations/README.tr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ dtypes: float64(4)
6868
memory usage: 4.8 KB
6969
```
7070
Buradan itibaren, *Iris* veri setinin dört sütunda boş(null) girdi içermeyen 150 girdiye sahip olduğunu biliyoruz. Tüm veriler 64 bit kayan noktalı sayılar olarak saklanıyor.
71-
From this, we know that the *Iris* dataset has 150 entries in four columns with no null entries. All of the data is stored as 64-bit floating-point numbers.
7271

7372
- **DataFrame.head()**: Ardından, `DataFrame'in` gerçek içeriğini kontrol etmek için `head()` metodunu kullanıyoruz. `iris_df`'nin ilk birkaç satırının neye benzediğini görelim:
7473
```python

0 commit comments

Comments
 (0)