Usage GuideΒΆ

dfsummarizer can be invoked from the command line:

>dfsummarizer

Without parameters it will print out an error and usage instructions as follows :

ERROR: MISSING ARGUMENTS
USAGE
/anaconda3/bin/dfsummarizer  <FORMAT: 'simple' or 'latex' or 'markdown'> <PATH TO DATASET>
  <PATH TO DATASET> - Supported file types: csv, tsv, xls, xlsx, odf

In essence it wanted to know the output format to produce the summary tables and a path to the dataset you want analysed.