datactive / bigbang

Scientific analysis of collaborative communities
http://datactive.github.io/bigbang/
MIT License
149 stars 52 forks source link

Attribute Error in the 3GPP 'networks' notebook #497

Closed RiccardoNanni closed 2 years ago

RiccardoNanni commented 2 years ago

Hi!

When running the following in the 3GPP 'networks' notebook:

columns = [

"sender",

#"reply-to",
"from",
"comments-to",
#"in-reply-to",

] df = df_mlist[columns].dropna() dic = MList.get_messaging_network(df)

I get the following error: "AttributeError: type object 'ListservList' has no attribute 'get_messaging_network'"

Thanks for your help!