Skip to content

Task

GetAnnotationPage

Bases: Task

Get a page of annotated data from PubChem.

do(item, annotation, **kwargs)

Download and process a single page of data from an annotation.

PARAMETER DESCRIPTION

item

Which page to fetch from annotation.

TYPE: int

annotation

What data to fetch.

TYPE: Annotation

RETURNS DESCRIPTION
DataFrame

Processed data in a polars DataFrame.