top | item 9833173

Pandas Pivot Table Explained

97 points| diegolo | 10 years ago |pbpython.com | reply

11 comments

order
[+] harryf|10 years ago|reply
Nice blog too - lots of useful articles - makes we want to spend the rest of a beautiful Sunday indoors hacking
[+] rrggrr|10 years ago|reply
Unreal, I have been wrestling with this for weeks. Manna from heaven!
[+] ced|10 years ago|reply
Can anyone explain the different between pivot() and pivot_tables()?
[+] kayaker382|10 years ago|reply
Anyone hitting an error for:

table.query('Status == ["pending","won"]')

AttributeError: 'Categorical' object has no attribute 'flags'

[+] tantalor|10 years ago|reply
Most people likely have experience with pivot tables in Excel.

Uhh, really?

[+] aflag|10 years ago|reply
Maybe that's true for their target audience. I suppose broadly speaking most people never used Excel. Also, most people never -- or very seldomly -- use computers.