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.12.0.tar.gz
(117.1 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.12.0.tar.gz
.
File metadata
- Download URL: v3io_frames-0.12.0.tar.gz
- Upload date:
- Size: 117.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70e5926824889a47dd587c3c0c5dd2d9357549945bd4142566d1834444ab5294 |
|
MD5 | 055848c84ac35b14cd95aa90e41cd836 |
|
BLAKE2b-256 | 3a751fe80c64803498343bfdf24932b19dcd716f2b474f68d9aad78d50602cf9 |
File details
Details for the file v3io_frames-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.12.0-py3-none-any.whl
- Upload date:
- Size: 32.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dd733b7ec39ed5a07274cc7867a5b8d0959b23045085477167e97bc4af4f496 |
|
MD5 | 45c503a84bf75cebb317119bb990264c |
|
BLAKE2b-256 | c02e30d9e5ee56df0ad39f0264803cc39b93a64dc69eb656a1ec416f25291444 |