Terms by Cluster FrameΒΆ

>>> from techminer2.packages.networks.coupling.documents import TermsByClusterDataFrame
>>> (
...     TermsByClusterDataFrame()
...     #
...     # UNIT OF ANALYSIS:
...     .having_terms_in_top(20)
...     .having_citation_threshold(0)
...     #
...     # CLUSTERING:
...     .using_clustering_algorithm_or_dict("louvain")
...     #
...     # DATABASE:
...     .where_root_directory_is("example/")
...     .where_database_is("main")
...     .where_record_years_range_is(None, None)
...     .where_record_citations_range_is(None, None)
...     .where_records_match(None)
...     #
...     .run()
... )
                                            0  ...                                       3
0    Gomber P., 2018, J MANAGE INF SYST 1:576  ...  Jagtiani J., 2019, FINANC MANAGE 1:097
1  Anagnostopoulos I., 2018, J ECON BUS 1:202  ...     Jagtiani J., 2018, J ECON BUS 1:064
2           Alt R., 2018, ELECTRON MARK 1:150  ...
3    Gozman D., 2018, J MANAGE INF SYST 1:120  ...
4  Iman N., 2018, ELECT COMMER RES APPL 1:102  ...
5         Zhao Q., 2019, SUSTAINABILITY 1:079  ...

[6 rows x 4 columns]