Skip to main content

A library for reading tables from an Access database into Polars dataframes, using mdbtools

Project description

polars_access_mdbtools

A library for reading tables from an Access database into Polars dataframes, using mdbtools

What is this?

A tiny, subprocess-based tool for reading a MS Access database (.rdb) as a Python Polars Dataframe.

Installation

To read the database, this package thinly wraps MDBTools.

If you are on OSX, install it via Homebrew:

$ brew install mdbtools

If you are on Debian, install it via apt:

$ sudo apt install mdbtools

If you are on Windows, it's a little tougher. Install mdbtools for Windows. Manually add to PATH.

  1. Download the mdb-tools files from Windows link above. Visit the Releases section, then downloadi the part that says "Source Code (zip)".
  2. Extract that to somewhere like C:/bin/mdbtools-win/mdbtools-win-1.0.0.
  3. Follow these instructions to add that folder to your environment path (Method 1, but use the path to the mdbtools executable files).
  4. Restart your computer or just close and re-open the program you're running it from. You can test that it works by opening a terminal and running mdb-tables --help and see that it doesn't fail.

Finally, on all OS's:

$ pip install polars_access_mdbtools

Example Usage

import polars as pl
import polars_access_mdbtools as pl_access

file_path = 'path_to_file.mdb'
pl_access.list_table_names(file_path)

df = pl_access.read_table(file_path, table_name='your_table_name')

Acknowledgements

This code is based heavily on jbn's pandas_access library.

To Do

  • unit tests
  • better error messages when subsections (e.g., schema fetching) fail

Contributing

Please Star this repo.

Please submit bug reports as GitHub Issues. Feel free to submit a PR to fix an issue!

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

polars_access_mdbtools-0.0.1.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

polars_access_mdbtools-0.0.1-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file polars_access_mdbtools-0.0.1.tar.gz.

File metadata

  • Download URL: polars_access_mdbtools-0.0.1.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for polars_access_mdbtools-0.0.1.tar.gz
Algorithm Hash digest
SHA256 fc2667241e770ad05b524cbe8a33afe767799c2844ba572c0dbaf442b25213db
MD5 57a95c19b4fe835de3db007a9afbdf24
BLAKE2b-256 8c4752ba610a33e1a51ce321646b1105ef12e0ab587b3424e21320585be9637b

See more details on using hashes here.

File details

Details for the file polars_access_mdbtools-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for polars_access_mdbtools-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5135eef3bb9908cb576dee287e39842bb2f98787229812a67aad56db2eb56824
MD5 35f13ede43c19ddbf543683944698def
BLAKE2b-256 8bc4a3568db489a95991d1b4b8c40845826f8dadc38840a31bb76830cb874612

See more details on using hashes here.

Supported by

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