Example: ``` df = DataFrame({}, columns=['a', 'b']) df.pivot_table(rows='a') ```
Activity
adamklein commentedon Jan 30, 2012
This seems to work in the head revision of pandas. Can you confirm your version? Thanks!
kieranholland commentedon Jan 30, 2012
Confirmed - my mistake, thanks.
Fix issue pandas-dev#712 - pandas deprecation warning in chunkstore s…