Skip to content

feat: add --stats flag for column statistics#181

Merged
vmvarela merged 2 commits into
masterfrom
issue-169/stats-flag
Jun 25, 2026
Merged

feat: add --stats flag for column statistics#181
vmvarela merged 2 commits into
masterfrom
issue-169/stats-flag

Conversation

@vmvarela

Copy link
Copy Markdown
Owner

Show per-column count, non-null count, min, max, and mean for numeric columns.

Supports all input formats (CSV, JSON, TSV, etc.) and can be combined with --delimiter, --real, --no-inference.

Closes #169.

Show per-column count, non-null count, min, max, and mean for
numeric columns. Supports CSV, JSON, TSV, and all other input
formats. Can be combined with --delimiter and --real.

Closes #169.
@github-actions github-actions Bot added the type:feature New functionality label Jun 25, 2026
SQLite CAST(AVG(...) AS TEXT) float formatting varies by platform.
macOS arm64 produces 14 decimal digits instead of 15, causing CI failure.
Match prefix '8.49666' instead of full precision string.
@vmvarela vmvarela merged commit edf3e27 into master Jun 25, 2026
4 checks passed
@vmvarela vmvarela deleted the issue-169/stats-flag branch June 25, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:feature New functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add --stats flag for quick data profiling

1 participant