You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am new to piping but I really want to start working using pipes.
I have a dataframe in which one of the column is country names. I want to mask only few countries.
I know we can do this if I want only one element. (df_world >> mask(X.Country=='Nigeria')).
But how do I select multiple countries from a column. For example, I want 'Nigeria' and 'China' only?
The text was updated successfully, but these errors were encountered:
Hi,
I am new to piping but I really want to start working using pipes.
I have a dataframe in which one of the column is country names. I want to mask only few countries.
I know we can do this if I want only one element. (df_world >> mask(X.Country=='Nigeria')).
But how do I select multiple countries from a column. For example, I want 'Nigeria' and 'China' only?
The text was updated successfully, but these errors were encountered: