Compare commits
No commits in common. "2e38ea848ec6bb47869fc89ca3bae339016941db" and "79319cce2d84f12c49937c9c6f72f50dd01a58fe" have entirely different histories.
2e38ea848e
...
79319cce2d
3 changed files with 0 additions and 20 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
|
@ -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)
|
Loading…
Reference in a new issue