For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pandas

Access configuration details to connect Soda to a Pandas data source.

You can run contracts on Pandas dataframes by registering them in DuckDB as in-memory tables, as described here.

Learn more: DuckDB advanced usage


{% if (visitor.claims.plan === 'datasetStandard') %}

{% if (visitor.claims.plan === 'enterprise') %}

{% if (visitor.claims.plan === 'enterpriseUserBased') %}

{% if !(visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard') %}

You are not logged in to Soda and are viewing the default public documentation. Learn more about Documentation access & licensing.

If you do have a Soda license, make sure to log in to Soda Cloud in this same browser.

Last updated

Was this helpful?