Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 479 Bytes

README.md

File metadata and controls

10 lines (4 loc) · 479 Bytes

Turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface with Apache Arrow support. Refer

Comparison between traditional pyodbc connection with pandas and turbodbc with Apache Arrow

Reading ~30,00,000 (3 Million) records from Microsoft SQL server using pyodbc in pandas as well as turbodbc with apache arrow and compares the speed and optimization.