Pull to refresh
0
@HardGoodwinread⁠-⁠only

User

Send message
anime[anime['type'].isin(['TV', 'Movie'])]

Здесь лучше бы проще:


anime['type'].loc[['TV', 'Movie']]

tmp_df = tmp_df[tmp_df.user_id < 10] 
tmp_df = tmp_df[tmp_df.anime_id < 30] 
tmp_df = tmp_df[tmp_df.rating != -1]

Вот нагородил! Отчего бы не


tmp_df = tmp_df.query('user_id < 10 & anime_id < 30 & rating != -1')

Information

Rating
Does not participate
Location
Россия
Registered
Activity

Specialization

Database Administrator