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.16.tar.gz
(135.0 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.6.16.tar.gz
.
File metadata
- Download URL: v3io_frames-0.6.16.tar.gz
- Upload date:
- Size: 135.0 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 | b19244d1913a5eaba3a5f709047e9e0e98b5ee8131d7e29cee6453bb2c30a2d1 |
|
MD5 | 282f3bdc323f76173a24ed4c372f83fb |
|
BLAKE2b-256 | 9e98bc7ecb2b25b6c2d7db31b22df51dae1ffc379b154620ca939af3188c41f0 |
File details
Details for the file v3io_frames-0.6.16-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.6.16-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 | a095595145854a573c951ad1e463c7b9e52c2dfc27bd05f6ae5efdd78c3f3f55 |
|
MD5 | 71cd117f69d3ba889e5eb74d6207c645 |
|
BLAKE2b-256 | 0962f8911972c7620df2818122a0c73cc1fde677ec38d184144896cd641bd22a |