Vote count:
0
tot = Series([]) for piece in chunker: tot = tot.add(piece['key'].value_counts(), fill_value=0) tot = tot.order(ascending=False)
I cant understand why it is "tot = Series([])" instead of "tot=Series()"
and what is fill_value=0
asked 20 secs ago
I cant understand this textparser
Aucun commentaire:
Enregistrer un commentaire