Skip to content
Advertisement

How can I get unique values from csv?

I have a small question. How can I print all the texts belonging to that author by selecting the author from the csv that I read with the pandas below, can you help with the python code? (ex. I want to display all texts where eap is author.)

Thank you!

JavaScript

Advertisement

Answer

Hey try out using loc() to get back the series.

JavaScript

Also check out this Similar question

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement