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:

Seleziona le righe che vanno da: 'Agent 13' a 'Air-Walker'

Author: federico volpe

seleziona le righe che vanno da: 'Agent 13' a 'Air-Walker'



Answer:

Heroes = pd.read_csv('data/heroes.csv', sep=';', index_col=0) heroes['Agent 13':'Air-Walker']


0 / 5  (0 ratings)

1 answer(s) in total