Data processing: add int experience column - JetBrains-Research/task-tracker-post-processing GitHub Wiki

Description

This module allows to add the int experience column to the files. It can be useful if you need to sort the data by the users' experience. Int experience values can be found in the const file (the INT_EXPERIENCE Enum class).

Note: It may be necessary for files with old data format

Usage

Use add_int_experience method from int_experience_adding.py.

Argument Description
path path to a directory with files in a single language
output_directory_prefix the output directory name prefix. The default value is int_exp

An example of the root input directory structure before usage:

-root
  --python
   ---task1
    ----user_N1_files
  --cpp
   ---task1
    ----user_N2_files