load_smiles

load_smiles(input: str, column: str = 'smiles') list[str][source]

Load SMILES.

Parameters:
  • input (str) – The path to the input CSV file.

  • column (str) – The name of the column containing the SMILES.

Returns:

List of SMILES.

Return type:

list[str]