# cc-steer decisions stats


Print counts for a mined decisions dataset: total, splits, and multi-select/custom shares.


``` bash
cc-steer decisions stats [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: cc-steer decisions stats [OPTIONS]

      Print counts for a mined decisions dataset: total, splits, and multi-
      select/custom shares.

    Options:
      --json       Emit the stats as JSON instead of text.
      --data FILE  Decisions parquet path. Defaults to ~/.cc-
                   steer/dataset/decisions.parquet.
      --help       Show this message and exit.


# Options


`--json`  
Emit the stats as JSON instead of text.

`--data: FILE`  
Decisions parquet path. Defaults to ~/.cc-steer/dataset/decisions.parquet.
