Skip to content

Commit 2ce209a

Browse files
committed
BLD: another 2to3 fix
1 parent c7e3cdb commit 2ce209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tools/pivot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def pivot_table(data, values=None, rows=None, cols=None, aggfunc=np.mean,
3434
7 bar two small 6
3535
8 bar two large 7
3636
37-
>>> table = pivot_table(df, values='D', rows=['A, 'B'],
37+
>>> table = pivot_table(df, values='D', rows=['A', 'B'],
3838
... cols=['C'], aggfunc=np.sum)
3939
>>> table
4040
small large

0 commit comments

Comments
 (0)