https://github.com/commons-research/lotus-dataset
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: commons-research
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Size: 28.3 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
LOTUS dataset
This repository contains the code to download the LOTUS database with different versions.
Installation
To install this package simply run :
bash
pip install git+https://github.com/mvisani/lotus-dataset
Usage
To download all the files of all the versions of LOTUS, you can run the following command:
bash
python examples/build_lotus.py all
You can also do :
python
from lotus_dataset import Dataset
dataset = Dataset.load("v10")
lotus_df = dataset.dataframe
You can also query LOTUS from Wikidata using the Qlever engine. This will load the most recent information about LOTUS (without metadata). The result is a dataframe of triples : species, molecule, reference.
python
from lotus_dataset import Dataset
df = Dataset.get_lotus_from_wikidata()
Owner
- Name: commons-research
- Login: commons-research
- Kind: organization
- Repositories: 3
- Profile: https://github.com/commons-research
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0