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.8.12.tar.gz
(136.3 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.8.12.tar.gz.
File metadata
- Download URL: v3io_frames-0.8.12.tar.gz
- Upload date:
- Size: 136.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d1c5d5c991e5c7c176e3f94c8ffd670349c603b2aa9e2624c9b1862ba83c542
|
|
| MD5 |
b5859583e077b3fafaa0e87319d0bfb1
|
|
| BLAKE2b-256 |
0ba35717d304365d77cb60e375e122d0860169b830d492580029321b34118d3c
|
File details
Details for the file v3io_frames-0.8.12-py3-none-any.whl.
File metadata
- Download URL: v3io_frames-0.8.12-py3-none-any.whl
- Upload date:
- Size: 35.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c13365bffdd6cd62b80e89210ba233d848fdbc410916a2dfecaf7bed29a52d5f
|
|
| MD5 |
0a03ef19f1cac3309edcef4c50ad4a7d
|
|
| BLAKE2b-256 |
3bc46655d33c09e76c99d447c3e4719509c58cba5a1e9bd8d7904c89167e48d3
|