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.22.tar.gz
(135.3 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.6.22.tar.gz
.
File metadata
- Download URL: v3io_frames-0.6.22.tar.gz
- Upload date:
- Size: 135.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdffd0312bf405dc438e10d2b7073d27930041e6ceb39bc9e222beac05d7a29f |
|
MD5 | 4a0419ff2616436600854c01e5096b34 |
|
BLAKE2b-256 | 7c6dd8e0c7d1eb07265ad3aee57bbd64dc99b80b5b0b242bc55b0f25ac47e13e |
File details
Details for the file v3io_frames-0.6.22-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.6.22-py3-none-any.whl
- Upload date:
- Size: 33.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdbb9297f9bd03fac934c85c18b5cb1ac86c58af0f6bafb3bf733895bf1404e5 |
|
MD5 | 1a977d7af5baf1e9cd08f76e2545eb14 |
|
BLAKE2b-256 | 31a55ad90e4f4deae563ba792c93dc1704f63f440e04302627d12e9045ce375c |