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.13.13.tar.gz
(117.0 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.13.13.tar.gz.
File metadata
- Download URL: v3io_frames-0.13.13.tar.gz
- Upload date:
- Size: 117.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9c7d7f01c0289eeac069de5d380bb001bbe517b208d2af1f2f01eceec82aa4e
|
|
| MD5 |
6ad65e9f68499664611196e743d59b81
|
|
| BLAKE2b-256 |
c76452c55b733d16d59683dce42165fa20fbfab0e6311fc9c80ac05efc6fdf88
|
File details
Details for the file v3io_frames-0.13.13-py3-none-any.whl.
File metadata
- Download URL: v3io_frames-0.13.13-py3-none-any.whl
- Upload date:
- Size: 32.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fe8847394e32b6e23ab134356b28f9dca7466392778d6805f68735f6d8b4271
|
|
| MD5 |
09ebb799f046ba66123fcd72f4fec019
|
|
| BLAKE2b-256 |
c47a43158485b1f5df8ecafd007afce8fd3468e44b51226c4aec3c068a174a8b
|