Skip to main content
Version: 0.5.4

destinations.typing

DBApiCursor Objects

class DBApiCursor(Protocol)

[view_source]

Protocol for DBAPI cursor

native_cursor

Cursor implementation native to current destination

df

def df(chunk_size: int = None, **kwargs: None) -> Optional[DataFrame]

[view_source]

Fetches the results as data frame. For large queries the results may be chunked

Fetches the results into a data frame. The default implementation uses helpers in pandas.io.sql to generate Pandas data frame. This function will try to use native data frame generation for particular destination. For BigQuery: QueryJob.to_dataframe is used. For duckdb: `DuckDBPyConnection.df'

Arguments:

  • chunk_size int, optional - Will chunk the results into several data frames. Defaults to None
  • **kwargs Any - Additional parameters which will be passed to native data frame generation function.

Returns:

  • Optional[DataFrame] - A data frame with query results. If chunk_size > 0, None will be returned if there is no more data in results

This demo works on codespaces. Codespaces is a development environment available for free to anyone with a Github account. You'll be asked to fork the demo repository and from there the README guides you with further steps.
The demo uses the Continue VSCode extension.

Off to codespaces!

DHelp

Ask a question

Welcome to "Codex Central", your next-gen help center, driven by OpenAI's GPT-4 model. It's more than just a forum or a FAQ hub – it's a dynamic knowledge base where coders can find AI-assisted solutions to their pressing problems. With GPT-4's powerful comprehension and predictive abilities, Codex Central provides instantaneous issue resolution, insightful debugging, and personalized guidance. Get your code running smoothly with the unparalleled support at Codex Central - coding help reimagined with AI prowess.