Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed homework #2

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

InfinitasFish
Copy link

Шишаев Вячеслав

@railbotan
Copy link
Owner

railbotan commented Mar 5, 2022

В задании №12 вместо np.tril_indices надо было использовать np.diag_indices

@railbotan
Copy link
Owner

5 баллов

@railbotan
Copy link
Owner

Pandas homework part 1: 5 баллов

@railbotan
Copy link
Owner

В задании №7 перепутали названия переменных
italy_medals = len( data[(data['Year'] == 2016) & (data['Team'] == 'Spain') & (pd.notna(data['Medal'])) ] )
spain_medals = len( data[(data['Year'] == 2016) & (data['Team'] == 'Italy') & (pd.notna(data['Medal'])) ] )

@railbotan
Copy link
Owner

Pandas And Eda: 5 баллов

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants