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.11.5.tar.gz
(121.8 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.11.5.tar.gz
.
File metadata
- Download URL: v3io_frames-0.11.5.tar.gz
- Upload date:
- Size: 121.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 183a9b66e002f602f55f39e13120e63b6040631ca4c886fc06dea2cc0381383c |
|
MD5 | 5e391787d901b3c0e6482ff7123445ef |
|
BLAKE2b-256 | 3ea062fabeb5405bdb251f7b1b19adf05c6aea6391d6b71219287bd8996f8963 |
File details
Details for the file v3io_frames-0.11.5-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.11.5-py3-none-any.whl
- Upload date:
- Size: 36.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd0906cf84a718982f7c413249363edc23d55b9f6839e2dcee3094ac98deb82a |
|
MD5 | ca9cc22095ef19f89c464b19203c51b5 |
|
BLAKE2b-256 | 7684b1cc817765711263cfdc274976b520b5925387146bd6d58d885f10767299 |