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 tutte le informazioni del dataframe riguardanti Professor X

Author: federico volpe

mostra tutte le informazioni del dataframe riguardanti Professor X



Answer:

Heroes = pd.read_csv('data/heroes.csv', sep=';', index_col=0) heroes.loc['Professor X']


0 / 5  (0 ratings)

1 answer(s) in total