Compare commits

..

No commits in common. "2e38ea848ec6bb47869fc89ca3bae339016941db" and "79319cce2d84f12c49937c9c6f72f50dd01a58fe" have entirely different histories.

3 changed files with 0 additions and 20 deletions

View file

@ -1,3 +1,2 @@
# copbird-sna
This project uses pandas - either run `pip install pandas` to install the needed package or run these files in a conda-enviroment.

View file

@ -1,11 +0,0 @@
import pandas as pd
tweets_path = "../raw_data/tweets.csv"
tweets = pd.read_csv(tweets_path)
# TODO extract mentions from tweets
# TODO generate cooccurence matrix
# TODO save cooccurence matrix

View file

@ -1,8 +0,0 @@
import pandas as pd
tweets_path = "../raw_data/tweets.csv"
tweets = pd.read_csv(tweets_path)
for id in tweets.id:
print(id)