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.7.1.tar.gz
(135.1 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.7.1.tar.gz
.
File metadata
- Download URL: v3io_frames-0.7.1.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 | 64abcf01d11f067a86cecc19e269aec70d3bab3f1dc20bc9798a4a96d6bfb231 |
|
MD5 | 5c48ca4cefc9e3902411068c55e5cb90 |
|
BLAKE2b-256 | 3c01398632a17cd1e08fbbe4c28bbb1750d5afaeb5608c972bb72460c4d06e7e |
File details
Details for the file v3io_frames-0.7.1-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.7.1-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 | f31fb5c92b0b3bf5f4d77f4e87cfb0f71324f82a22eb533a00322fc58644b713 |
|
MD5 | a33380f1986b1dd4c0fdc3f550424053 |
|
BLAKE2b-256 | fde7d7f73cb52db6f3f63969c14258e5f7b1c6308900b74e179bdfe54a4a3f16 |