Integrates the popular data handling library Pandas and the QuickBase API
Project description
qBandas
qBandas (QuickBase + Pandas) is a Python package designed to effeciently transfer tabular data between QuickBase applications and the popular Python data handling package Pandas. If you are new to Pandas, you can read more about it here.
The advantages of this approach over a QuickBase pipeline are:
- Access to databases through Python packages.
- Greater control over features like error logging, data processing, automated reporting, and scheduling.
- Significantly less performance impact on your QuickBase application.
- Access tabular data from local sources.
- Easily pull data from a QuickBase app into Python.
The disadvantages of this approach compared to a pipeline are:
- Requires some knowledge of Python and Pandas.
Please read the docs before using this package.
Installation
python3 -m pip install -U pip qbandas
You can now use it through import.
import qbandas
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qbandas-1.2.1.tar.gz
(13.0 kB
view hashes)
Built Distribution
qbandas-1.2.1-py3-none-any.whl
(14.6 kB
view hashes)