Magics

Note

You must be authenticated towards the appropriate cloud provider for the magics to work.

class mindlab.magics.MindLabMagics

Magics for data science work.

bigquery(line: str, cell: str) Optional[DataFrame]
%bigquery [-o ORGANIZATION] [-p PROJECT] [-t] [-i] [output]

Cell magic to execute a Google BigQuery query.

positional arguments:

output Name of the variable in which to store the output

optional arguments:
-o ORGANIZATION, --organization ORGANIZATION

The organization to use

-p PROJECT, --project PROJECT

The project to use

-t, --transpose

Display the data frame transposed

-i, --info

Display additional query information