A package to query the impact factor database
Project description
Search Impact Factor
這個 Python 包提供了查詢 2023, 2022 年 Impact Factor 的功能
Use pip
to install package
pip install search-impact-factor
Import package
from search_impact_factor import search_impact_factor as sif
load_database: default:2023
sif.load_database(year="2023")
query_database: 查詢數據庫。這個函數接受一個字典作為查詢條件,並返回1個或多個符合查詢結果的字典
query_dict = {"ISSN": "0007-9235"}
query_result = sif.query_database(query_dict)
使用 query_if_score: 查詢數據庫IF區間。這個函數接受兩個數字作為查詢條件,並返回一個DataFrame,包含兩數字之間的所有期刊
min_score = 150
max_score = 300
query_result_df = sif.query_if_score(min_score, max_score)
query_result_df.head()
Update log
0.0.11
Add GitHub link, re-do README.md
0.0.1
First edition
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file search_impact_factor-0.0.11.tar.gz
.
File metadata
- Download URL: search_impact_factor-0.0.11.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4762e68a6939ac37c273a399d2fd27bb2b207e20189991c1102ad87bacfdf529 |
|
MD5 | ea4eb7b13f1970d747fc789714b2bff4 |
|
BLAKE2b-256 | f98b1258f68eabed77376936d16bd4b753f4cc0d435b572446fdb31961cb121d |
File details
Details for the file search_impact_factor-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: search_impact_factor-0.0.11-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36754e4692bb423d4458000478359030ed5616d1bdc6e21016d5d52abcd4203d |
|
MD5 | 424b2dc6a77963f2ee2a9eb2b7c785b8 |
|
BLAKE2b-256 | 928f331809785690aab49ac38e5d820ae142cf1015378a2730d6f72b9236fe93 |