docs: document count_missing()#13
Merged
Merged
Conversation
count_missing() (per-column null counts) was added with its function, top-level export, and tests, but wasn't in the docs. Add it to the API reference and a short getting-started example. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017CTL1QSTg1DmDUpqYuPEog
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017CTL1QSTg1DmDUpqYuPEog
# Conflicts: # README.md # doc/_build/html/.doctrees/api.doctree # doc/_build/html/.doctrees/environment.pickle # doc/_build/html/.doctrees/getting-started.doctree # doc/_build/html/.doctrees/guides/confidence-intervals.doctree # doc/_build/html/.doctrees/guides/hypothesis-testing.doctree # doc/_build/html/.doctrees/guides/plotting.doctree # doc/_build/html/.doctrees/guides/regression.doctree # doc/_build/html/.doctrees/guides/theory-based.doctree # doc/_build/html/.doctrees/index.doctree # doc/_build/jupyter_execute/datasets.ipynb # doc/_build/jupyter_execute/getting-started.ipynb # doc/_build/jupyter_execute/guides/confidence-intervals.ipynb # doc/_build/jupyter_execute/guides/hypothesis-testing.ipynb # doc/_build/jupyter_execute/guides/plotting.ipynb # doc/_build/jupyter_execute/guides/regression.ipynb # doc/_build/jupyter_execute/guides/sampling.ipynb # doc/_build/jupyter_execute/guides/theory-based.ipynb # doc/_build/jupyter_execute/index.ipynb
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017CTL1QSTg1DmDUpqYuPEog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
count_missing()(per-columnnullcounts, sorted worst-first) was added in a989a68 with its implementation, top-level export, and tests — this finishes it by documenting it:tidy_summary.Gates: 217 tests / 100% coverage, ruff check + format clean, docs build warning-free under
-W.🤖 Generated with Claude Code