I'm trying to filter my csv file. I have 3 columns and the first one is Espacio
.
I have an error with my sentence so I don't understand how can I do it because I ever filter my csv with this:
import pandas as pd
df = pd.read_csv('my.csv')
if df['Espacio'] == '*':
ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().