Cloud Services
Enterprise Data Lake
★ 4.5
Serverless Data Warehouse
★ 4.8
pip install azure-storage-file-datalakepip install google-cloud-bigquerypip install azure-storage-file-datalakepip install google-cloud-bigqueryData engineers use ADLS Gen2 as the central data lake in Azure architectures. Python pipelines access it via the `azure-storage-file-datalake` SDK to manage directory structures, set ACLs on sensitive data partitions, and list/read Parquet files for processing. Synapse Analytics and Databricks mount ADLS as a file system for direct DataFrame reads.
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