@frey-perez
people will be uploading all sorts of csvs not just ones with reddit data. text_column.
- Please remove the following arguments:
- subreddit_column: str = "subreddit"
- author_column: str = "author"
-
Remove the associated code in the function
-
And please make sure there is a way to assign a new ID: index from 0 to N rows as default, or they can provide id_column as optional str to obtain IDs.
-
Make sure tutorial reflects this.
@frey-perez
llm_tracker/src/llm_tracker/analyzer.py
Line 272 in a522f65
people will be uploading all sorts of csvs not just ones with reddit data. text_column.
Remove the associated code in the function
And please make sure there is a way to assign a new ID: index from 0 to N rows as default, or they can provide
id_columnas optional str to obtain IDs.Make sure tutorial reflects this.