Skip to content

Commit

Permalink
fix column to test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRZapata committed May 1, 2021
1 parent 7fb5ba6 commit 9bdb52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pycoornet/crowdtangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_shares(self, urls, url_column='url', date_column='date', platforms=('fac

# if id column is specified
if id_column:
df_full["id_column"] = urls.iloc[i, :].loc['id_column']
df_full["id_column"] = urls.iloc[i, :].loc[id_column]


# remove shares performed more than one week from first share
Expand Down

0 comments on commit 9bdb52a

Please sign in to comment.