Skip to content
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

Docs: LogAccessor docstrings #3

Open
15 tasks
seeM opened this issue May 31, 2020 · 0 comments
Open
15 tasks

Docs: LogAccessor docstrings #3

seeM opened this issue May 31, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@seeM
Copy link
Contributor

seeM commented May 31, 2020

Add docstrings to each LogAccessor method. Each should contain a full, simple, working example using doctest. We could re-use the accessor tests.

Checklist:

  • dropna
  • drop_duplicates
  • query
  • head
  • tail
  • sample
  • drop
  • set_index
  • reset_index
  • rename
  • pivot
  • melt
  • fillna
  • bfill
  • ffill

These can eventually be used to auto-generate reference docs (#1).

@seeM seeM added documentation Improvements or additions to documentation good first issue Good for newcomers labels May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant