Skip to content
Advertisement

How to sum a sequence in pandas?

I need to do some coding in python and I can’t do this code:

JavaScript

Pandas sample

I need to do something like this as result:

JavaScript

Pandas sample result

For me the sequence matters most in my analysis. It’s a sum of the results in interviews.

Thanks guys for the help!

Advertisement

Answer

Here is another approach using reindex and unstack:

JavaScript
Advertisement