Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SS-2: Add Odorants and Odorless Compounds #42

Open
Sulstice opened this issue Sep 20, 2024 · 0 comments
Open

SS-2: Add Odorants and Odorless Compounds #42

Sulstice opened this issue Sep 20, 2024 · 0 comments

Comments

@Sulstice
Copy link

Sulstice commented Sep 20, 2024

Add the odorants and odorless compounds as a brick into the dvc pipeline. This one is easy and a good introduction into any newcomer into the DVC pipeline.

Instructions:

1.) Navigate to the website link chemicals: https://olfab.iiita.ac.in/olfactionbase/chemicals/odorless
2.) Click the download button which downloads a csv file.
3.) Script instructions to convert csv file

import pandas as pd

odorants_df = pd.read_csv('odorants.csv')
odorants_df.to_parquet()

@Lyq322 something to note and could be potential homework problem in knowledge graphs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant