Skip to content

SS-2: Add Odorants and Odorless Compounds #42

Description

@Sulstice

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions