Pregunta:
Mostra gli elementi di cui la first appearance è maggiore di 2010
Autor: federico volpeRespuesta:
Heroes = pd.read_csv('../data/heroes.csv', sep=';', index_col = 0) first = heroes['First appearance'] first[first > 2010]
0 / 5 (0 calificaciones)
1 answer(s) in total