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.12.tar.gz
(122.7 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.12.tar.gz.
File metadata
- Download URL: v3io_frames-0.10.12.tar.gz
- Upload date:
- Size: 122.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af2ab61b3fe49405e804b39a46e8c07b0eb8c6494a8618d08d979776ef865560
|
|
| MD5 |
d35122b3bdd66f92e12abcbcd160cdc6
|
|
| BLAKE2b-256 |
b9a30d3641d451b0e870c433e1e7b91f8fc2edf016b6a745cfea1824bd16af03
|
File details
Details for the file v3io_frames-0.10.12-py3-none-any.whl.
File metadata
- Download URL: v3io_frames-0.10.12-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 |
4716aef197cda5e6420a627223c17e5a82e8aef9e2c77abfa578d9604dd77fe7
|
|
| MD5 |
a560d9b6b9059a43e0fd1e8df1591ab7
|
|
| BLAKE2b-256 |
7aab04285dacc7b85dfd32f45a3f6da88feaa4de53e59e39f2ba5416a6430fee
|