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.6.tar.gz
(136.3 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.8.6.tar.gz
.
File metadata
- Download URL: v3io_frames-0.8.6.tar.gz
- Upload date:
- Size: 136.3 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 | 75e42c82063e2a9301f3a899cef1939c440837b3331f0c52d02048eacc764a71 |
|
MD5 | cd8528c7f952b94116863d089a78b3ff |
|
BLAKE2b-256 | 1ec074635a2732a3f74190f8277009c7aa3c91e044c98466006a82ef34c71810 |
File details
Details for the file v3io_frames-0.8.6-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.8.6-py3-none-any.whl
- Upload date:
- Size: 35.6 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 | 95b84ef344b09e77af81c39b9b040e0ffa56dc676b7f4c0905a51d892ec80012 |
|
MD5 | 07a9c303f59231249d0e0be9d3004338 |
|
BLAKE2b-256 | 6fd0fe6e62363f28cd9ce5342909e708dbf8adbd3fede36e02ea66b1744ade36 |