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.7.tar.gz
(121.7 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.10.7.tar.gz
.
File metadata
- Download URL: v3io_frames-0.10.7.tar.gz
- Upload date:
- Size: 121.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c3756985592a0fd6f19c48fa405b055ed9757bb1efdb0651073c2625bd70a9e |
|
MD5 | 383cf36741378879d8f2a67ce1534db6 |
|
BLAKE2b-256 | 35864dc74b1e57a1b0ff4504c4411d6d52d684808bfbaea1d9040a47eb6b3b2a |
File details
Details for the file v3io_frames-0.10.7-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.10.7-py3-none-any.whl
- Upload date:
- Size: 35.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df48fd111ac27ce5bd7ab6288ba162e38db760449c5a10aed2b2df684b657ef2 |
|
MD5 | 06b650f7674da79b390ea936f3cf5969 |
|
BLAKE2b-256 | 6a12e0c7b9d8b0d2d528c9b1914a575cb816e4828e209e9977d2986a018ee79c |