Skip to content

Add data stats command for column analysis #1

@AliiiBenn

Description

@AliiiBenn

xlforge needs a command to generate basic statistics for numeric columns:

  • Sum, average, min, max
  • Count of values
  • Count of empty/null values

This is useful for initial data exploration when analyzing datasets like inventory movements.

Labels: feature, priority:medium, effort:m

Example use case:

xlforge data stats movements.xlsx "data export" "Quantité"
# Output:
# Column: Quantité
# Count: 13459
# Empty: 0
# Sum: 28456
# Avg: 2.1
# Min: 1
# Max: 150

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions