Question:
Calcolare la tabella delle frequenze relative cumulate per l'anno di prima apparizione e mostrare le prime 10 righe
Author: federico volpeAnswer:
First_app_relfreq_cumulate = (pd.crosstab(index=heroes_with_year['First appearance'], columns=['Cumulate freq.'], colnames=[''], normalize=True).cumsum()) first_app_relfreq_cumulate.iloc[-10:]
0 / 5 Â (0 ratings)
1 answer(s) in total