Skip to content

Missing ValuesΒ #13

@Reyza96

Description

@Reyza96

I'm trying to get the prob_bot for a long list of user ids, 900 to be precise. But when I ran my code some of the values are returned without a username or prob_bot. Has anyone faced a similar issue or knows why this might be happening?

My code is

`users<-(read.table(sprintf("FollowersUser%s.txt",v), header = TRUE, colClasses = 'character'))

user_ids <- users$user_id

p <- predict_bot(user_ids)

write_xlsx(p, sprintf("User%s.xlsx",v))`

FollowersUser is a txt file which has one column titled "user_id", that has the user ids of 900 of "User's" followers. These were scraped as strings using Tweepy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions