SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

statistica/python

» Start this Course
(Practice similar questions for free)
Question:

Mostra gli elementi di cui la first appearance è maggiore di 2010

Author: federico volpe

mostra gli elementi di cui la first appearance è maggiore di 2010



Answer:

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