Easy Azure table storage into Pandas dataframe
Project description
PdAzTables
This is a simple library that makes it easy to get a Pandas DataFrame from a table in Azure Table Storage (Azure Data Lake's Table service)
# Import library
from pdaztables import AzTable
# Create service object with login info
table_service = AzTable('Your data lake conn string here')
# Get Pandas DataFrame!
table_service.get_table('Table name here')
Change Log
0.0.6 (21/12/2020)
- (Very unstable!) First basic version of set table. Optional creation.
- Fix to get_table.
0.0.5 (09/12/2020)
- Added columns and filter parameters to get_table.
0.0.4 (08/12/2020)
- Added list_tables method.
- Added n_rows to get_table, which will get first n rows.
- Added a bunch of docstrings.
0.0.3 (08/12/2020)
- Added Manifest so building from source doesnt fail.
0.0.2 (08/12/2020)
- Added keywords, still giving this some form.
0.0.1 (04/12/2020)
- First Release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file pdAzTables-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: pdAzTables-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05c04e205163d4ebcd424fa52a6bc3442cbfcc86379f6587919e76f6f1315412 |
|
MD5 | c4bc3a98f7ac3957b09e91357a03c0f8 |
|
BLAKE2b-256 | 8dccda6af30cace04757761481919ad768d03367500db0347efba9a427dba0b4 |