colrev.env.local_index_sqlite.SQLiteIndexRankings

class SQLiteIndexRankings(*, reinitialize=False)[source]

Bases: SQLiteIndex

The SQLiteIndexRankings class implements indexing and retrieval of journal rankings locally

Methods

commit

Commit changes to the SQLITE database

insert_df

Insert a dataframe of journal rankings into the index

select

Select journal rankings from the index

Attributes

CREATE_TABLE_QUERY

INDEX_NAME

KEYS

SELECT_QUERY

commit()

Commit changes to the SQLITE database

Return type:

None

insert_df(data_frame)[source]

Insert a dataframe of journal rankings into the index

Return type:

None

select(journal)[source]

Select journal rankings from the index

Return type:

list