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:

Riordina le righe di : pd.crosstab(index=heroes['Intelligence'], columns=heroes['Gender']) nel seguente modo:

Author: federico volpe

riordina le righe di :
pd.crosstab(index=heroes['Intelligence'], 
                              columns=heroes['Gender'])
nel seguente modo:



Answer:

Int_gender_freq.reindex(['low', 'moderate', 'average', 'good', 'high'])


0 / 5  (0 ratings)

1 answer(s) in total