Open datapythonista opened 5 years ago
I will attempt this. These are all just missing ending periods right :D? I opened an issue in pandas with you mentioned
Thanks @Aya-S. My bad that I mentioned about opening the issue in pandas, I meant the PR.
I think someone else worked on them, you can check in the open PRs what they did. But I've got some more you can fix, and yes, it's literally adding some periods . :)
pandas.Period: Summary does not end with a period
pandas.Period.asfreq: Summary does not end with a period
pandas.Period.strftime: Summary does not end with a period
pandas.Period.to_timestamp: Summary does not end with a period
pandas.Interval.closed: Summary does not end with a period
pandas.Interval.left: Summary does not end with a period
pandas.Interval.length: Summary does not end with a period
pandas.Interval.mid: Summary does not end with a period
pandas.Interval.right: Summary does not end with a period
In pandas we try to make sure that all the documentation pages follow the same conventions. For example, we expect all the summaries to finish with a period.
Here there is a list of docstrings that don't follow this convention:
You can see the first one, how the first sentence should finish with a period and it doesn't: https://dev.pandas.io/reference/api/pandas.DataFrame.keys.html
Please tag me @datapythonista when opening the PR in pandas. Thanks!