ZonesΒΆ

Example

>>> from techminer2.database.metrics.bradford_law import ZonesDataFrame
>>> (
...     ZonesDataFrame()
...     #
...     # DATABASE:
...     .where_root_directory_is("examples/fintech/")
...     .where_database_is("main")
...     .where_record_years_range_is(None, None)
...     .where_record_citations_range_is(None, None)
...     .where_records_match(None)
...     #
...     .run()
... ).head() 
                     no  OCC  cum_OCC  global_citations  zone
abbr_source_title
J. Econ. Bus.         1    3        3               422     1
J Manage Inf Syst     2    2        5               696     1
Rev. Financ. Stud.    3    2        7               432     1
Ind Manage Data Sys   4    2        9               386     1
Electron. Mark.       5    2       11               287     1