sourcecode/scoring/run_scoring.py [380:391]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    keep_columns(
      scoringArgs.ratings,
      [
        c.noteIdKey,
        c.raterParticipantIdKey,
        c.helpfulNumKey,
        c.helpfulnessLevelKey,
        c.createdAtMillisKey,
      ]
      + c.notHelpfulTagsTSVOrder
      + c.helpfulTagsTSVOrder,
    ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sourcecode/scoring/scorer.py [277:288]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        keep_columns(
          scoringArgs.ratings,
          [
            c.noteIdKey,
            c.raterParticipantIdKey,
            c.helpfulNumKey,
            c.helpfulnessLevelKey,
            c.createdAtMillisKey,
          ]
          + c.notHelpfulTagsTSVOrder
          + c.helpfulTagsTSVOrder,
        ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



