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

Commit0cb1cd2

Browse files
authored
Update solution.hide.py
1 parenta39f49f commit0cb1cd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
importpandasaspd
22

33
data_frame=pd.read_csv('.learn/assets/pokemon_data.csv')
4-
print(len(data_frame.loc[data_frame['Legendary']==True]))
4+
5+
print(len(data_frame.loc[data_frame['Legendary']==True]))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp