Skip to main content

A package to query the impact factor database

Project description

Search Impact Factor

這個 Python 包提供了查詢 2023 年 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.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.1.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

search_impact_factor-0.0.1-py3-none-any.whl (1.0 MB view details)

Uploaded Python 3

File details

Details for the file search_impact_factor-0.0.1.tar.gz.

File metadata

  • Download URL: search_impact_factor-0.0.1.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

Hashes for search_impact_factor-0.0.1.tar.gz
Algorithm Hash digest
SHA256 fbeb41acef5da679e88e4bc997585aaa1a82f784fecc21b159cff625e8096281
MD5 3337566c31523611bb8ed27edb068ef2
BLAKE2b-256 def0117ddb94f413b5975cbfe8fcbcf5ca1963a90a2f0ab1ce939184f52798cb

See more details on using hashes here.

File details

Details for the file search_impact_factor-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for search_impact_factor-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e80ed8b96b8e362fb4acbce9745c81be43e3e89c422f4c0c76fceca69ab1abe9
MD5 0be0a397134385132683633fc3d6ee53
BLAKE2b-256 4369e84265712d044c373d781ae8be9b6d7091aa726903e51731b80c2bff6ece

See more details on using hashes here.

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