Samenvatting
We just shipped v1.5 of mssql-python, the official Python driver for SQL Server / Azure SQL / Fabric. The big addition is Arrow fetch support -- three new cursor methods: ```python cursor.execute("SELECT * FROM Sales.SalesOrderDetail") Full result as a PyArrow Table table = cursor.arrow() df = table.to_pandas() # zero-copy where possible Streaming RecordBatchReader for large results reader = cursor.arrow_reader(batch_size=8192) Single RecordBatch for manual chunking batch = cursor.arrow_batch...
Verdiep je kennis
Wat is Power BI? Alles wat je moet weten
Ontdek wat Microsoft Power BI is, hoe het werkt, wat het kost en waarom het de populairste BI-tool ter wereld is. Comple...
KennisbankPower BI Licenties & Kosten — Compleet overzicht 2026
Compleet overzicht van alle Power BI licenties en kosten in 2026: Free, Pro, Premium Per User (PPU) en Microsoft Fabric....
KennisbankAI in Power BI — Copilot, Smart Narratives en meer
Ontdek alle AI-functies in Power BI: van Copilot en Smart Narratives tot anomaliedetectie en Q&A. Compleet overzicht met...