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.15.tar.gz
(135.0 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.6.15.tar.gz
.
File metadata
- Download URL: v3io_frames-0.6.15.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.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0813842baabcf0e54efb3eb808ea50a1947c156330d7334c41be323c05a94846 |
|
MD5 | 7f277159c946835167960126b752ecb1 |
|
BLAKE2b-256 | d69b199d9c01f1c625a81a70ba0505f13f94e19eb589ee82cba2160e807e0c31 |
File details
Details for the file v3io_frames-0.6.15-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.6.15-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.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7cd8f8500720ac48ccabe0135283d7beea67bddb94bcb5d26c6e9aa235d8cbc |
|
MD5 | ad196664b5895883213e2b347776d329 |
|
BLAKE2b-256 | b117f35d0f9e505cd788848fd2730bc97b1beeb4f496c3ee63d7ebb065d7446e |