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
xlforge needs a command to generate basic statistics for numeric columns:
This is useful for initial data exploration when analyzing datasets like inventory movements.
Labels: feature, priority:medium, effort:m
Example use case: