You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataFrame.pivot function uses separate logic and has less keyword options than pandas.tools.pivot_table. How about making DataFrame.pivot to call pivot_table internally to support same keywords as pivot_table?