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.6.19.tar.gz
(135.1 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.6.19.tar.gz
.
File metadata
- Download URL: v3io_frames-0.6.19.tar.gz
- Upload date:
- Size: 135.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8011cba500516ed0fad71c8bfc32aa57312eac9b208dfd8402948436b7b854e |
|
MD5 | a9a29515f786aef799b696f611ddaed1 |
|
BLAKE2b-256 | 97fbe5ced020c96599d59d6bd0696e5495444376608a952e5b75e7bf24f66e70 |
File details
Details for the file v3io_frames-0.6.19-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.6.19-py3-none-any.whl
- Upload date:
- Size: 33.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a82725c57f7c959e371c597a2bbc9eace406a3674ffeaa84d0867a060a6534b |
|
MD5 | b5ae5f376f9b84b9bcd19752facead78 |
|
BLAKE2b-256 | b00c8ae91655205206e5e7df913246f26aef9cca6b399496006e5dc70ef08040 |