Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Introduce CSV based dataframe to handle data lookup #10

Merged
merged 4 commits into from
Apr 20, 2020

Conversation

Aniketh01
Copy link
Member

No description provided.

data.csv Outdated Show resolved Hide resolved

# Banned handles and words
banned_accs = []
banned_words = []
whitelist_accs = []

data = pd.read_csv('data.csv')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this data should be used below instead of opening the text file right?

data.csv Outdated
#HTTP/3,,
#TLS,,
#TCP,,
#UDP,,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can also the retweets ids in the same file

Copy link
Collaborator

@ananthanandanan ananthanandanan Apr 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants