azure-data-tables-py
Azure Data Tables SDK for Python provides access to Azure Storage Tables and Cosmos DB Table API.
Setup & Installation
What This Skill Does
Azure Data Tables SDK for Python provides access to Azure Storage Tables and Cosmos DB Table API. It handles entity CRUD, table management, batch transactions, and OData-style queries using PartitionKey/RowKey addressing.
The SDK handles DefaultAzureCredential auth, parameterized OData filters, and transactional batch submissions in one package, removing the need to hand-roll REST calls or manage ETag concurrency manually.
When to use it
- Storing IoT sensor readings partitioned by device ID
- Running batch upserts for order records within a single partition
- Querying user session data by PartitionKey without a full table scan
- Migrating relational lookup tables to a low-cost NoSQL key-value store
- Writing async ingestion pipelines that insert thousands of entities per second
Similar Skills
minimax-xlsx
Handles Excel and CSV/TSV files through direct XML manipulation rather than library round-trips.
xlsx
Reads, writes, and edits Excel and tabular files (.
meme-rush
Meme Rush tracks meme token launches across Pump.
query-token-info
Queries token data from Binance Web3 APIs across BSC, Base, and Solana.
