Getting Started
load_external_classes_file()
Load a Polars DataFrame from an external tsv file with chemical classes.
file (str) – The name of the file to load.
id_name (str) – The name of the column containing ids.
smarts_name (str) – The name of the column containing SMARTS.
A Polars DataFrame containing the loaded data.
DataFrame