Skip to main content

Merge Scopus and WoS databases in Scopus csv format

Project description

scopus_of_science

License: GPL v3 Build Status

Description

This package merges databases downloaded from Scopus (.csv) and Web of Science (plain text with the extension .txt). It returns a pandas DataFrame which can be saved as a Scopus .csv file compatible with softwares for bibliographic analysis (such as VOSviewer)

Installation

pip install scopus_of_science

Usage

from scopus_of_science import SOS

s = SOS(sco="datasets/scopus.csv", wos=["datasets/wos1.txt", "datasets/wos2.txt"])

data = s.get()

print(data)

data.to_csv("csv_filename.csv", index=False)

Dependencies

Contributing

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome

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

scopus_of_science-0.0.4.tar.gz (5.2 kB view hashes)

Uploaded Source

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