This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# necessary imports | |
import pandas as pd | |
from rdkit import Chem | |
from rdkit.Chem import PandasTools | |
from rdkit.Chem import Crippen | |
import glob | |
import pandas as pd | |
# Dataframe to write calculations of each compounds | |
compounds = pd.DataFrame(columns=['ID', 'Smiles', 'Molecular_Formula', 'Molecular_Weight', 'H_Bond_Acceptors', |