Communities#

>>> from techminer2.science_mapping.co_citation.cited_authors import communities
>>> communities(
...     #
...     # COLUMN PARAMS:
...     top_n=None,
...     citations_threshold=None,
...     custom_items=None,
...     #
...     # NETWORK PARAMS:
...     algorithm_or_dict="louvain",
...     #
...     # DATABASE PARAMS:
...     root_dir="example/",
...     database="main",
...     year_filter=(None, None),
...     cited_by_filter=(None, None),
... ).head()
                   CL_00  ...                   CL_14
0          Kim D.J. 1:04  ...       Anikina I.D. 1:01
1      Venkatesh V. 1:12  ...           Fetai B. 1:01
2        Davis F.D. 1:07  ...        Harrison R. 1:01
3  Bhattacherjee A. 1:04  ...             Hes A. 1:01
4            Alt R. 1:06  ...  Menshchikova V.I. 1:01

[5 rows x 15 columns]