Terms by Cluster Frame

>>> from techminer2.co_citation_network import terms_by_cluster_frame
>>> terms_by_cluster_frame(
...     unit_of_analysis="cited_sources", # "cited_sources",
...                                       # "cited_references",
...                                       # "cited_authors"
...     #
...     # COLUMN PARAMS:
...     top_n=None,
...     citations_threshold=None,
...     custom_terms=None,
...     #
...     # NETWORK PARAMS:
...     algorithm_or_dict="louvain",
...     #
...     # DATABASE PARAMS:
...     root_dir="example/",
...     database="main",
...     year_filter=(None, None),
...     cited_by_filter=(None, None),
... ).head()
                                0  ...                                     9
0          J MANAGE INF SYST 1:31  ...           AGROINDUSTRIES FOR DEV 1:01
1  MIS QUART MANAGE INF SYST 1:47  ...                  DEV LEARN ORGAN 1:01
2                 INF MANAGE 1:06  ...  EURASIA J MATH SCI TECHNOL EDUC 1:01
3        INT REV FINANC ANAL 1:04  ...                   FINTECH IN GER 1:01
4                 J SERV RES 1:06  ...      INT FOOD AGRIBUS MANAGE REV 1:01

[5 rows x 10 columns]