[issue36314] Pivot_Table Docstring Error

2019-03-16 Thread Steven D'Aprano
Steven D'Aprano added the comment: Prakhar, for future reference, please don't submit unnecessary screenshots to report bugs. Screen shots are hostile to the blind or visually impaired, who may be reading this with a screen-reader, and they make it impossible for us to copy your code to run

[issue36314] Pivot_Table Docstring Error

2019-03-16 Thread SilentGhost
Change by SilentGhost : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-

[issue36314] Pivot_Table Docstring Error

2019-03-16 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: By np I hope you mean numpy which is not a part of CPython and also pivot_table is part of pandas and could get a better resolution reporting on their repo. -- nosy: +xtreak ___ Python tracker

[issue36314] Pivot_Table Docstring Error

2019-03-16 Thread Prakhar
New submission from Prakhar : In the docstring of Pivot_table,np.median function should be used instead of np.mean. File attached for reference. -- files: Screenshot 2019-03-16 at 4.15.25 PM.png messages: 338077 nosy: prakharb priority: normal severity: normal status: open title: Pivo