Closed

Description
Just pushed scripts/find_undoc_args.py
. putting this here
for the occasional drive-by contributor, and newcomers who would appreciate
an opportunity to make a "low-risk" first PR.
- 1) pandas/compat/scipy.py:8 (scoreatpercentile()) - Missing[1/4]: ['interpolation_method'] Extra(?): ['interpolation']
- 2) pandas/core/algorithms.py:105 (factorize()) - Missing[1/4]: ['na_sentinel']
- 3) pandas/core/format.py:1287 (set_printoptions()) - Missing[3/12]: ['max_colwidth', 'colheader_justify', 'encoding']
- 4) pandas/core/frame.py:5714 (boxplot()) - Missing[3/6]: ['ax', 'grid', 'rot'] Extra(?): ['data']
- 5) pandas/core/generic.py:1005 (truncate()) - Missing[1/3]: ['copy']
- 6) pandas/core/groupby.py:529 (groupby()) - Missing[1/2]: ['by'] Extra(?): ['groupings', 'axis', 'exclusions', 'name', 'level']
- 7) pandas/core/reshape.py:601 (lreshape()) - Missing[1/4]: ['label']
- 8) pandas/core/reshape.py:725 (make_axis_dummies()) - Missing[1/3]: ['frame'] Extra(?): ['call']
- 9) pandas/stats/math.py:93 (calc_F()) - Missing[1/6]: ['R']
- 10) pandas/stats/moments.py:804 (expanding_apply()) - Missing[1/6]: ['time_rule']
- 11) pandas/stats/moments.py:721 (expanding_count()) - Missing[1/4]: ['time_rule']
- 12) pandas/stats/moments.py:741 (expanding_quantile()) - Missing[1/6]: ['time_rule']
- 13) pandas/stats/moments.py:556 (rolling_apply()) - Missing[1/7]: ['time_rule']
- 14) pandas/stats/moments.py:128 (rolling_count()) - Missing[1/5]: ['time_rule']
- 15) pandas/stats/moments.py:528 (rolling_quantile()) - Missing[1/7]: ['time_rule']
- 16) pandas/stats/moments.py:584 (rolling_window()) - Missing[2/9]: ['time_rule', 'axis']
- 17) pandas/stats/moments.py:256 (_rolling_moment()) - Missing[1/8]: ['time_rule']
- 18) pandas/stats/ols.py:1243 (_filter_data()) - Missing[1/3]: ['weights']
- 19) pandas/tools/plotting.py:96 (scatter_matrix()) - Missing[2/7]: ['marker', 'frame']
- 20) pandas/tools/plotting.py:1811 (boxplot_frame_groupby()) - Missing[3/7]: ['grouped', 'grid', 'figsize']
- 21) pandas/tools/plotting.py:1981 (_subplots()) - Missing[1/9]: ['data'] Extra(?): ['fig_kw']
- 22) pandas/tools/plotting.py:307 (andrews_curves()) - Missing[1/4]: ['ax']
- 23) pandas/tools/plotting.py:1545 (boxplot()) - Missing[3/8]: ['ax', 'grid', 'figsize']
- 24) pandas/tools/plotting.py:1671 (hist_frame()) - Missing[3/11]: ['column', 'data', 'by']
- 25) pandas/tools/plotting.py:1358 (plot_frame()) - Missing[3/24]: ['frame', 'fontsize', 'figsize'] Extra(?): ['barh', 'bar', 'stacked']
- 26) pandas/tools/plotting.py:1467 (plot_series()) - Missing[1/16]: ['series'] Extra(?): ['barh', 'bar']
- 27) pandas/tools/tile.py:14 (cut()) - Missing[2/7]: ['include_lowest', 'precision']
- 28) pandas/tools/tile.py:104 (qcut()) - Missing[1/5]: ['precision']
- 29) pandas/tseries/frequencies.py:741 (infer_freq()) - Missing[1/2]: ['warn']
- 30) pandas/tseries/offsets.py:1163 (generate_range()) - Missing[2/5]: ['time_rule', 'offset']
- 31) pandas/tseries/tools.py:51 (to_datetime()) - Missing[3/6]: ['box', 'dayfirst', 'format']