Merge Scopus and WoS databases in Scopus csv format
Project description
scopus_of_science
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
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
File details
Details for the file scopus_of_science-0.0.4.tar.gz.
File metadata
- Download URL: scopus_of_science-0.0.4.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9c7acea475ab6f82ba231347f1b85028ed429c872a0fb4e234b547ae0100582
|
|
| MD5 |
7f31f9e2c54f91906c98aa002917d029
|
|
| BLAKE2b-256 |
f5960dbc9cdf000df8fa0f0af7f72fdbbd2188b8527ef9361972d652b8efb6a9
|