Communities

>>> from techminer2.science_mapping.co_authorship.network.authors import communities
>>> communities(
...     #
...     # COLUMN PARAMS:
...     top_n=20,
...     occ_range=(None, None),
...     gc_range=(None, None),
...     custom_items=None,
...     #
...     # NETWORK PARAMS:
...     algorithm_or_dict="louvain",
...     association_index="association",
...     #
...     # DATABASE PARAMS:
...     root_dir="example/",
...     database="main",
...     year_filter=(None, None),
...     cited_by_filter=(None, None),
... )
                   CL_0             CL_1  ...              CL_5              CL_6
0      Gomber P. 2:1065    Gai K. 2:0323  ...     Lee I. 1:0557  Hornuf L. 2:0358
1  Kauffman R.J. 1:0576    Qiu M. 2:0323  ...  Shin Y.J. 1:0557
2      Parker C. 1:0576  Sun X./3 2:0323  ...
3     Weber B.W. 1:0576                   ...
4     Koch J.-A. 1:0489                   ...
5     Siering M. 1:0489                   ...

[6 rows x 7 columns]