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.10.tar.gz
(136.1 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.7.10.tar.gz
.
File metadata
- Download URL: v3io_frames-0.7.10.tar.gz
- Upload date:
- Size: 136.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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 506095a5acc09028404cbad22eafc2c6df69568c5dc2c853584d66a3d1fa868b |
|
MD5 | 22274c37d6e3185325d9aa4ec3647d4f |
|
BLAKE2b-256 | 54c2630ca02f0f2900c6229c7ed3cc2e28c205b07e8df77f1729cde0f83ae861 |
File details
Details for the file v3io_frames-0.7.10-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.7.10-py3-none-any.whl
- Upload date:
- Size: 34.8 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 694ed14b4cdb95c8df347ed349459bab2159c91ccc8f6bc86b259cdfa586a672 |
|
MD5 | 941b5965a5a61fae41bb682f9659ab6a |
|
BLAKE2b-256 | f8c2f1c35710a949e58bc11cd18c5f339315e19da075964464a694b50eff26ef |