Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2249ad4

Browse files
authored
Merge pull request4GeeksAcademy#8 from Charlytoc/main
Solved misspellings
2 parents9623eaa +ba16cfd commit2249ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.learn/exercises/05.6-loc-function/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can also use the `data_frame.loc` function to filter records using logical o
44

55
```python
66
# get people more than 18 years old
7-
data_frame.loc[data_frame['age']<18]
7+
data_frame.loc[data_frame['age']>18]
88
```
99

1010
##📝 Instructions:

‎.learn/exercises/06-clean-datasets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#`06` Clean Datasets
22

3-
Let's start a new clean exercise to clean up a publicly knownDatasate of[US baby names](https://www.kaggle.com/kaggle/us-baby-names) from Kaggle.
3+
Let's start a new clean exercise to clean up a publicly knownDataset of[US baby names](https://www.kaggle.com/kaggle/us-baby-names) from Kaggle.
44

55
##📝 Instructions:
66

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp