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.6.tar.gz
(121.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file v3io_frames-0.10.6.tar.gz.
File metadata
- Download URL: v3io_frames-0.10.6.tar.gz
- Upload date:
- Size: 121.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ba26a22899470fb31c1b757289aadf4965ea0f6d07bd8ecf78de37a0c00f471
|
|
| MD5 |
d05924211101f4efaf92590a41e579c5
|
|
| BLAKE2b-256 |
28341186e0bb70703e52b1f4e30f8b91b53f142c9b2526416fc276be6f467f1f
|
File details
Details for the file v3io_frames-0.10.6-py3-none-any.whl.
File metadata
- Download URL: v3io_frames-0.10.6-py3-none-any.whl
- Upload date:
- Size: 36.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
031ab23889057a9786e924d77d2cdc691395088396ea4324bf8cdb4d119f9d5d
|
|
| MD5 |
212098f6abafe471cc840541f4c6a768
|
|
| BLAKE2b-256 |
e2703b93f4319b1e7eab2b63217e7c1f77edcde149994a3aa8e9d0c39b3489e1
|