Skip to content

unify API in regards to column-vs-columns #773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

yarikoptic
Copy link
Contributor

This is the "fix" only for 1 case out of few other possible:

$> git grep 'def.*column=' 
pandas/core/frame.py:    def boxplot(self, column=None, by=None, ax=None, fontsize=None,
pandas/stats/misc.py:def percentileRank(frame, column=None, kind='mean'):
pandas/tools/plotting.py:def boxplot(data, column=None, by=None, ax=None, fontsize=None,

to be more adequate and correspond to provided docstring
@adamklein adamklein closed this in de6318e Feb 13, 2012
dan-nadler pushed a commit to dan-nadler/pandas that referenced this pull request Sep 23, 2019
Add back env variable for disabling cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants