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.11.tar.gz
(122.6 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.10.11.tar.gz
.
File metadata
- Download URL: v3io_frames-0.10.11.tar.gz
- Upload date:
- Size: 122.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 655fbaa361392b830a8578dd5e1702938e037f9aa34eccf486fabbe6a98d9c0c |
|
MD5 | c9f231ae0559c759ad5f006f815b1bf4 |
|
BLAKE2b-256 | 08971f0c8626ac3c67f138c635baf58f51d552039fc943c7c981b24eb0a34bbb |
File details
Details for the file v3io_frames-0.10.11-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.10.11-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29051ddbe562db15936a24f67724782b23473d8b38b8ce0b7afb4f579478759e |
|
MD5 | 2541a2e36129c5eebbbc5e18b282e1a6 |
|
BLAKE2b-256 | 6232d39e716fe89ebd1e3612f4fde868f268715306078c39c38dbe723c9d9d50 |