Metrics

>>> from techminer2.science_mapping.co_authorship.network.organizations import metrics
>>> metrics(
...     #
...     # 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),
... ).head()
                                            Degree  ...  PageRank
Goethe Univ. of Frankfurt (DEU) 1:576            3  ...  0.067114
Pennsylvania State Univ. (USA) 1:576             3  ...  0.067114
Singapore Manag. Univ. (SMU) (SGP) 1:576         3  ...  0.067114
Univ. of Delaware (USA) 1:576                    3  ...  0.067114
Columbia Graduate Sch. of Bus. (USA) 1:390       2  ...  0.067114

[5 rows x 4 columns]