Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

search_impact_factor-0.0.11.tar.gz (1.0 MB view hashes)

Uploaded Source

Built Distribution

search_impact_factor-0.0.11-py3-none-any.whl (1.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page