Skip to content

Commit

Permalink
update copypasta output column headers (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanEby committed Jan 17, 2025
1 parent 1822dbb commit 4d51b6f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions analyzers/ngram_stats/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
OutputColumn(
name=COL_AUTHOR_ID,
data_type="identifier",
human_readable_name="unique username",
human_readable_name="unique userID", # Updated from "unique username"
),
OutputColumn(
name=COL_NGRAM_REPS_PER_USER,
Expand All @@ -83,11 +83,6 @@
data_type="identifier",
human_readable_name="UPN",
),
OutputColumn(
name=COL_MESSAGE_ID,
data_type="identifier",
human_readable_name="post identifier",
),
OutputColumn(
name=COL_MESSAGE_TEXT,
data_type="text",
Expand Down

0 comments on commit 4d51b6f

Please sign in to comment.