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.15.tar.gz
(136.4 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.8.15.tar.gz
.
File metadata
- Download URL: v3io_frames-0.8.15.tar.gz
- Upload date:
- Size: 136.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/57.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 101ebf3e59c369ac101177e3738f70f7356a2c1e25e89c9433f2388c5297297e |
|
MD5 | cfac276d478a0cf89cffac143b680b63 |
|
BLAKE2b-256 | f61c08f91f3756b144e27bb9f696845d62b50cd630d459131fe0a0decf5dc9d2 |
File details
Details for the file v3io_frames-0.8.15-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.8.15-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/57.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7a3ba7c0095f248fe81d28e76735e1e9557f50ecc9cbe58fad93202bc5066e1 |
|
MD5 | 229786c62599489e91dd7c0d349dc19a |
|
BLAKE2b-256 | 8a04f93d03db2ec372a44de6c945fdea83d24df55f2a5596ec5668d1115208b4 |