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:

Mostrare le frequenze cumulate di first appearance su un grafo

Author: federico volpe



Answer:

Se years sono le first appearance dei supereroi < 2020 pd.crosstab(index = years, columns='cum').cumsum().plot(marker = 'o', legend=False)


0 / 5  (0 ratings)

1 answer(s) in total