Cloud Services
Unified Analytics Platform
★ 4.5
Serverless Data Warehouse
★ 4.8
pip install azure-synapsepip install google-cloud-bigquerypip install azure-synapsepip install google-cloud-bigqueryPython data engineers use Azure Synapse Analytics via the azure-synapse-spark Python SDK and PySpark for large-scale data transformation on Synapse Spark pools. The azure-synapse-artifacts library enables Python orchestration of Synapse pipelines programmatically. Engineers use Synapse for building cloud data lakehouse architectures on Azure — combining ADLS Gen2 storage, serverless SQL for ad-hoc queries, and dedicated SQL pools for the analytical warehouse layer.
Python data engineers use the `google-cloud-bigquery` client to run analytical SQL and pull results into pandas — `client.query(sql).to_dataframe()` is the most common pattern. Engineers also use `load_table_from_dataframe()` to write pandas DataFrames back to BigQuery tables, and the BigQuery Storage API for high-throughput reads of large tables.
Individual Tool Pages