Skip to content

ResultSet.to_dataframe

Convert ResultSet to a pandas DataFrame.

Requires the optional pandas extra::

pip install cloudsprite[pandas]

Signature

to_dataframe() -> Any

Return shape

Any

Permission

This is a local SDK helper. It does not call the CloudSprite HTTP API.

Usage

result_set.to_dataframe()