Cloud Services
Massively Scalable Object Storage
★ 4.6
Serverless Data Warehouse
★ 4.8
pip install azure-storage-blobpip install google-cloud-bigquerypip install azure-storage-blobpip install google-cloud-bigqueryPython data engineers use the `azure-storage-blob` SDK to read raw files from Blob Storage, process them with pandas or PySpark, and write results back as Parquet. Azure Blob Storage is the standard data lake for Azure-based pipelines — Databricks, Synapse, and Data Factory all read from and write to Blob Storage natively.
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