All Projects → blue-yonder → Turbodbc

blue-yonder / Turbodbc

Licence: mit
Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Turbodbc

Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+920.27%)
Mutual labels:  data-science, database
Carefree Learn
A minimal Automatic Machine Learning (AutoML) solution for tabular datasets based on PyTorch
Stars: ✭ 316 (-29.62%)
Mutual labels:  data-science, numpy
Odbc
Connect to ODBC databases (using the DBI interface)
Stars: ✭ 285 (-36.53%)
Mutual labels:  odbc, database
Elastic
R client for the Elasticsearch HTTP API
Stars: ✭ 227 (-49.44%)
Mutual labels:  data-science, database
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (-15.14%)
Mutual labels:  data-science, numpy
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+602%)
Mutual labels:  data-science, numpy
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+877.06%)
Mutual labels:  data-science, numpy
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (-59.91%)
Mutual labels:  data-science, numpy
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (-23.16%)
Mutual labels:  data-science, numpy
Deep Learning Wizard
Open source guides/codes for mastering deep learning to deploying deep learning in production in PyTorch, Python, C++ and more.
Stars: ✭ 343 (-23.61%)
Mutual labels:  database, numpy
Data Science Projects With Python
A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn
Stars: ✭ 198 (-55.9%)
Mutual labels:  data-science, numpy
Numpycnn
Building Convolutional Neural Networks From Scratch using NumPy
Stars: ✭ 436 (-2.9%)
Mutual labels:  data-science, numpy
Data Science Notebook
📖 每一个伟大的思想和行动都有一个微不足道的开始
Stars: ✭ 196 (-56.35%)
Mutual labels:  data-science, numpy
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (-39.2%)
Mutual labels:  data-science, numpy
Pydbgen
Random dataframe and database table generator
Stars: ✭ 191 (-57.46%)
Mutual labels:  data-science, database
Preql
An interpreted relational query language that compiles to SQL.
Stars: ✭ 257 (-42.76%)
Mutual labels:  data-science, database
Pygm
🐍 Python library implementing sorted containers with state-of-the-art query performance and compressed memory usage
Stars: ✭ 156 (-65.26%)
Mutual labels:  data-science, database
Web Database Analytics
Web scrapping and related analytics using Python tools
Stars: ✭ 175 (-61.02%)
Mutual labels:  data-science, database
Rdbc
Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Stars: ✭ 328 (-26.95%)
Mutual labels:  odbc, database
Datacleaner
The premier open source Data Quality solution
Stars: ✭ 391 (-12.92%)
Mutual labels:  data-science, database

turbodbc logo

Turbodbc - Turbocharged database access for data scientists.

Build Status Documentation Status codecov Anaconda-Server Badge Anaconda-Server Badge

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. Its primary target audience are data scientist that use databases for which no efficient native Python drivers are available.

For maximum compatibility, turbodbc complies with the Python Database API Specification 2.0 (PEP 249). For maximum performance, turbodbc offers built-in NumPy and Apache Arrow support and internally relies on batched data transfer instead of single-record communication as other popular ODBC modules do.

Turbodbc is free to use (MIT license), open source (GitHub), works with Python 3.6+, and is available for Linux, macOS, and Windows.

Turbodbc is routinely tested with MySQL, PostgreSQL, EXASOL, and MSSQL, but probably also works with your database.

Nice! Where can I find documentation?

Follow this link to the latest turbodbc documentation. The documentation explains how to install and use turbodbc, and also provides answers to many questions you might have.

Is turbodbc on Twitter?

Yes, it is! Just follow @turbodbc for the latest turbodbc talk and news about related technologies.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].