Skip to content

DOC: Docstrings Formatting error PR09,PR08 in pandas.DataFrame #28702

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
josibake opened this issue Oct 1, 2019 · 1 comment
Closed

DOC: Docstrings Formatting error PR09,PR08 in pandas.DataFrame #28702

josibake opened this issue Oct 1, 2019 · 1 comment
Labels

Comments

@josibake
Copy link

josibake commented Oct 1, 2019

fix errors PR09,PR08 listed below:

pandas.DataFrame: Parameter "data" description should finish with "."
pandas.DataFrame: Parameter "index" description should finish with "."
pandas.DataFrame: Parameter "columns" description should finish with "."
pandas.DataFrame: Parameter "dtype" description should finish with "."
pandas.DataFrame: Parameter "copy" description should finish with "."
pandas.DataFrame.insert: Parameter "loc" description should finish with "."
pandas.DataFrame.insert: Parameter "column" description should start with a capital letter
pandas.DataFrame.insert: Parameter "column" description should finish with "."
pandas.DataFrame.lookup: Parameter "row_labels" description should finish with "."
pandas.DataFrame.lookup: Parameter "col_labels" description should finish with "."
pandas.DataFrame.corr: Parameter "method" description should finish with "."
pandas.DataFrame.corrwith: Parameter "method" description should finish with "."
pandas.DataFrame.mode: Parameter "axis" description should finish with "."
pandas.DataFrame.rank: Parameter "method" description should finish with "."
pandas.DataFrame.rank: Parameter "na_option" description should finish with "."
pandas.DataFrame.sem: Parameter "skipna" description should finish with "."
pandas.DataFrame.sem: Parameter "level" description should finish with "."
pandas.DataFrame.std: Parameter "skipna" description should finish with "."
pandas.DataFrame.std: Parameter "level" description should finish with "."
pandas.DataFrame.var: Parameter "skipna" description should finish with "."
pandas.DataFrame.var: Parameter "level" description should finish with "."
pandas.DataFrame.align: Parameter "axis" description should finish with "."
pandas.DataFrame.align: Parameter "level" description should finish with "."
pandas.DataFrame.align: Parameter "fill_value" description should finish with "."
pandas.DataFrame.align: Parameter "method" description should finish with "."
pandas.DataFrame.align: Parameter "fill_axis" description should finish with "."
pandas.DataFrame.align: Parameter "broadcast_axis" description should finish with "."
pandas.DataFrame.drop_duplicates: Parameter "subset" description should finish with "."
pandas.DataFrame.drop_duplicates: Parameter "inplace" description should finish with "."
pandas.DataFrame.duplicated: Parameter "subset" description should finish with "."
pandas.DataFrame.idxmax: Parameter "axis" description should finish with "."
pandas.DataFrame.idxmin: Parameter "axis" description should finish with "."
pandas.DataFrame.reindex: Parameter "index, columns" description should finish with "."
pandas.DataFrame.reindex: Parameter "method" description should finish with "."
pandas.DataFrame.reindex_like: Parameter "method" description should finish with "."
pandas.DataFrame.pivot_table: Parameter "aggfunc" description should finish with "."
pandas.DataFrame.pivot_table: Parameter "fill_value" description should finish with "."
pandas.DataFrame.pivot_table: Parameter "margins" description should finish with "."
pandas.DataFrame.pivot_table: Parameter "dropna" description should finish with "."
pandas.DataFrame.sort_values: Parameter "by" description should finish with "."
pandas.DataFrame.unstack: Parameter "level" description should finish with "."
pandas.DataFrame.unstack: Parameter "fill_value" description should finish with "."
pandas.DataFrame.asfreq: Parameter "method" description should finish with "."
pandas.DataFrame.asfreq: Parameter "how" description should finish with "."
pandas.DataFrame.asfreq: Parameter "normalize" description should finish with "."
pandas.DataFrame.slice_shift: Parameter "periods" description should finish with "."
pandas.DataFrame.tshift: Parameter "periods" description should finish with "."
pandas.DataFrame.tshift: Parameter "freq" description should finish with "."
pandas.DataFrame.tshift: Parameter "axis" description should finish with "."
pandas.DataFrame.tz_localize: Parameter "level" description should finish with "."
pandas.DataFrame.tz_localize: Parameter "copy" description should finish with "."
pandas.DataFrame.tz_localize: Parameter "ambiguous" description should finish with "."
pandas.DataFrame.tz_localize: Parameter "nonexistent" description should finish with "."
pandas.DataFrame.plot: Parameter "data" description should finish with "."
pandas.DataFrame.plot: Parameter "kind" description should finish with "."
pandas.DataFrame.plot: Parameter "use_index" description should finish with "."
pandas.DataFrame.plot: Parameter "grid" description should finish with "."
pandas.DataFrame.plot: Parameter "legend" description should finish with "."
pandas.DataFrame.plot: Parameter "style" description should finish with "."
pandas.DataFrame.plot: Parameter "logx" description should finish with "."
pandas.DataFrame.plot: Parameter "logy" description should finish with "."
pandas.DataFrame.plot: Parameter "loglog" description should finish with "."
pandas.DataFrame.plot: Parameter "rot" description should finish with "."
pandas.DataFrame.plot: Parameter "colorbar" description should finish with "."
pandas.DataFrame.plot: Parameter "position" description should finish with "."
pandas.DataFrame.plot: Parameter "mark_right" description should finish with "."
pandas.DataFrame.from_records: Parameter "index" description should finish with "."
pandas.DataFrame.from_records: Parameter "exclude" description should finish with "."
pandas.DataFrame.from_records: Parameter "columns" description should finish with "."
pandas.DataFrame.from_records: Parameter "coerce_float" description should finish with "."
pandas.DataFrame.from_records: Parameter "nrows" description should finish with "."
pandas.DataFrame.to_parquet: Parameter "partition_cols" description should finish with "."
pandas.DataFrame.to_pickle: Parameter "protocol" description should finish with "."
pandas.DataFrame.to_json: Parameter "orient" description should finish with "."
pandas.DataFrame.to_msgpack: Parameter "path" description should finish with "."

This is a subset of #28602 and #27977

josibake pushed a commit to josibake/pandas that referenced this issue Oct 4, 2019
this is related to pandas-dev#28702
also fix a few formatting issues
related to default arguments
and argument ordering
@mroeschke
Copy link
Member

Looks like a duplicate of #28602. Let's centralize discussion there. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants