You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse the AMiner Data Set and do an Interrupted Time Series Regression
1
+
# Parse the AMiner data set and do some experiments
2
+
This repository contains some code for parsing the AMiner dataset (https://aminer.org/aminernetwork), and then outlines some experiments that can be done with the data set
3
+
4
+
## parseAMiner.py
5
+
A python script for transforming the original AMiner text file into a pandas dataframe and csv
0 commit comments