Skip to content

Commit 47b2ef1

Browse files
authored
🔁 Edit README
1 parent 0406541 commit 47b2ef1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ print(df.sample(10))
4545
```
4646

4747
## Create Data Frame 🗂
48-
Print 10 random Rows from a Dateframe. (Method .sample(amount))
4948
```
5049
# Create data for the Data Frame
5150
data = {'state': ['Ohio', 'Ohio', 'Ohio', 'Nevada', 'Nevada', 'Nevada'],

0 commit comments

Comments
 (0)