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