Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Data processing: add int experience column

Anastasiia.Birillo edited this page Dec 7, 2020 · 3 revisions

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

Clone this wiki locally