Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network analysis on 3GPP mailing lists #465

Closed
RiccardoNanni opened this issue May 26, 2021 · 3 comments
Closed

Network analysis on 3GPP mailing lists #465

RiccardoNanni opened this issue May 26, 2021 · 3 comments
Assignees
Labels
Milestone

Comments

@RiccardoNanni
Copy link

it seems to me the Jupyter notebook for network analysis does not read the 3GPP file (.mbox), anyone else facing this? I tried both with indicating the name of the folder in the archive name space and with indicating the name of the file (after moving it to the archive folder). I also tried changing the file extension to '.mail' and '.csv', but wouldn't work anyway. The notebook still says file not found.

Anyone has any hint on this?
Thanks!

@Christovis Christovis added this to the 0.4 milestone May 26, 2021
@Christovis Christovis added the bug label May 26, 2021
@Christovis
Copy link
Collaborator

Yes, the notebookes/code-the-notebooks-depend-on need to be imrproved.
Essentially, what that particular notebook needs is a pandas.DataFrame, which you can create for Listserv 16.5 mailing lists as ListservList.from_mbox(name=... , filepath=...).to_pandas_dataframe() (for details see here ).

However, I can already tell you that there is not much to see in the particular network analysis done in the notebook, as the senders and receivers are for some reason always the same (which you can also see from the website, and I don't now why the 3GPP mailinglist is handled that way).

@RiccardoNanni
Copy link
Author

Thank you @Christovis!
I'll try it.

@Christovis Christovis self-assigned this Jun 3, 2021
@Christovis
Copy link
Collaborator

Assume this has been resolved by now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants