Skip to content

Remove mention of reddit from analyzer.analyze_csv() function #28

Description

@danielmlow

@frey-perez

def analyze_csv(

people will be uploading all sorts of csvs not just ones with reddit data. text_column.

  1. Please remove the following arguments:
  • subreddit_column: str = "subreddit"
  • author_column: str = "author"
  1. Remove the associated code in the function

  2. 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.

  3. Make sure tutorial reflects this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions