{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/4"}],"enrichment":{"capability":"Provides IPython magic commands to query Google BigQuery directly from Jupyter notebooks and IPython shells, with results returned as pandas DataFrames.","skillfed_tags":["jupyter-integration","bigquery","sql-notebook"],"use_cases":["Exploratory data analysis on BigQuery tables directly from a Jupyter notebook without writing boilerplate client code.","Teaching or documenting BigQuery SQL workflows in notebooks where SQL queries are the primary focus.","Building data science workflows where analysts switch between SQL queries and pandas manipulation in the same notebook.","Prototyping analytics queries interactively before deploying them to production pipelines."],"what_it_does":"bigquery-magics extends IPython and Jupyter with magic commands that let you write and execute BigQuery SQL queries directly in notebook cells. Instead of writing Python code to instantiate a client and fetch results, you use `%%bigquery` to run SQL and get back a pandas DataFrame automatically. The package wraps google-cloud-bigquery and handles the connection, authentication, and result formatting for you.\n\nIt's designed for data analysts and engineers working in Jupyter environments who want to explore BigQuery datasets interactively without leaving the notebook. The magic commands integrate with the notebook's display system to show query results inline, and they depend on ipywidgets, ipython, and pandas to provide a seamless interactive experience. You must have a Google Cloud project with BigQuery enabled and valid credentials configured before use.","worth_installing":"Yes, if you work with BigQuery in Jupyter notebooks. Low install friction, active maintenance, no known vulnerabilities, and permissive licensing make it a safe choice. The package solves a real friction point\u2014writing SQL queries in notebooks without boilerplate\u2014and integrates cleanly with the IPython ecosystem. Prerequisite: you must already have a Google Cloud project with BigQuery API enabled and authentication set up."},"id":"bigquery-magics","links":{"html":"https://skillfed.io/packages/bigquery-magics","md":"https://skillfed.io/packages/bigquery-magics.md","pypi":"https://pypi.org/project/bigquery-magics/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-06","license_spdx":null,"license_treatment":"permissive","name":"bigquery-magics","python_support":"supports_current","summary":"Google BigQuery magics for Jupyter and IPython"},"popularity":{"monthly_downloads":226221,"position":9204,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.15.1"}
