Select the rows in a column that match any of the values in a list of strings

taiwan_fruits = ["Banana","Mango","Star Fruit","Wax Apple"] df[df["Category"].isin(taiwan_fruits)]

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.