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.4.tar.gz
(135.6 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.8.4.tar.gz
.
File metadata
- Download URL: v3io_frames-0.8.4.tar.gz
- Upload date:
- Size: 135.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a51045b68badb6d8878b17c19e4140f03e38ba06d55dd6f0c974ec71c5cf67fa |
|
MD5 | 380d6c0722868ae6d93064caa28d1342 |
|
BLAKE2b-256 | 838d2ef5a3b9fc025af6c77fb93eb14f528ca78ba8c8f4bb58d0c558aa920153 |
File details
Details for the file v3io_frames-0.8.4-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.8.4-py3-none-any.whl
- Upload date:
- Size: 34.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/50.3.2 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a9295fdb79c7fa487c14b5b427bd7d3b5ad26477dbb868525ddb9f9f96b1123 |
|
MD5 | 258452873b28165c4998f8c27ff901bd |
|
BLAKE2b-256 | 144de45e58b44a470890d0d0ef815949ff8fb7b77f94d971f0f092df7bea5607 |