Skip to main content

xuebadb is a python package that allows users to conveniently connect to and query from various database systems using a unified API. Currently, it supports connecting to MySQL and SQL Server database systems. The queries return Pandas dataframes which can then be cleaned up and analysed using one of the modules in the package.

Project description

xuebadb

Travis CI Status:

Build Status


xuebadb is a python package that allows users to conveniently connect to and query from various database systems using a unified API. Currently, it supports connecting to MySQL and SQL Server database systems. The queries return Pandas dataframes which can then be cleaned up and analysed using one of the modules in the package.


Requirements:
In order to be able to use the package, you would have to install the following:

Python packages:

  • pyodbc
  • mysql-connector
  • pandas
  • numpy
  • missingno
  • matplotlib

Microsoft ODBC Driver 17


Package structure:

xuebadb --> package
  -- dbgeneric --> sub-package
    -- db_interface --> module
    -- mysql_interface -->module
    -- odbc_interface --> module
  -- dfanalysis --> sub-package
    -- cleanup --> module
    -- stats --> module

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xuebadb-1.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page