datactive / bigbang

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

Create dedicated file for I/O modules #483

Closed Christovis closed 3 years ago

Christovis commented 3 years ago

To make /bigbang/listserv.py shorter and more readable, and to as the functions for the analysis of the scraped data need to access the same functions, I have filtered out the functions that read and write mailbox, pd.DataFramres, and dictionaries and placed in their own class in the io.py file.