pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.58k stars 17.9k forks source link

Implement "margins" for pivot table / cross-tabulation support #114

Closed wesm closed 12 years ago

wesm commented 13 years ago

Can do this now that there's a pivot_table function