Unified multi-module DataFrames client for the Iguazio Data Science Platform
Project description
v3io_frames - Streaming Data Client for v3io
Streaming data from client nuclio handler to a pandas DataFrame.
You will need a framesd
server running, see here.
import v3io_frames as v3f
client = v3f.Client(address='localhost:8081')
num_dfs = num_rows = 0
size = 1000
for df in client.read(backend='weather', table='table', max_in_message=size):
print(df)
num_dfs += 1
num_rows += len(df)
print('\nnum_dfs = {}, num_rows = {}'.format(num_dfs, num_rows))
License
Apache License Version 2.0, see LICENSE.txt
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
v3io_frames-0.10.3.tar.gz
(122.5 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.10.3.tar.gz
.
File metadata
- Download URL: v3io_frames-0.10.3.tar.gz
- Upload date:
- Size: 122.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.9.6 requests/2.28.1 setuptools/65.4.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ede724d918463fdebec0bbe2741e54319f65e0536428bf6f0f3291b0e2615c9 |
|
MD5 | c472ef83e142d906c10f1265f89975c3 |
|
BLAKE2b-256 | 580081f065c993a99d30c362736bf4f53438a00d43474799ceecbe9779b989d7 |
File details
Details for the file v3io_frames-0.10.3-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.10.3-py3-none-any.whl
- Upload date:
- Size: 35.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.9.6 requests/2.28.1 setuptools/65.4.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f96fcc60bdece2f301a927ce8eda55e3daa3b84b7ca1ee8eb987d95c165312bb |
|
MD5 | fff1ebd34098415c445d8aa7365ed8d8 |
|
BLAKE2b-256 | 4120687a2447fff94de9dde01f1e498e8520de257e2f60afb3cd52b045e4c648 |