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 changes to the SQLITE database
Insert a dataframe of journal rankings into the index
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