Skip to content

Add the dico stats subcommand

Goulet, Nicolas requested to merge (removed):dico-stats into master

Context

The aim of this merge request is to add the subcommand stats which will compute several statistics from game dictionnaries

Modified or added files

  • dico.py: add the argument for the stats subcommand
  • stats.py: the module handling the subcommand stats

TODO

  • Finalize the selection of stats to compute
  • Make the proof of concept for using the stats subcommand on multiple game dictionnaries and outputting the results to a single csv file
  • Fix the option to display the k longest values -Refactor code using Dico and a pseudo class
Edited by Goulet, Nicolas

Merge request reports