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.10.8.tar.gz
(121.8 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.10.8.tar.gz
.
File metadata
- Download URL: v3io_frames-0.10.8.tar.gz
- Upload date:
- Size: 121.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 737861abeeb8a3f5b8432be95b2303fed53c5b3adb1e88ec985d5d3bcc9ded53 |
|
MD5 | f33a19cc38047781551998c37320b6a7 |
|
BLAKE2b-256 | 3e8924a4cd9c5f5e91c5ca31586a7580147eaeddd271d0a688caca1c7a57a507 |
File details
Details for the file v3io_frames-0.10.8-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.10.8-py3-none-any.whl
- Upload date:
- Size: 35.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afce3ffbe6acf0447d56eb9904392705e7e1711e894244334ebdf42df0c429e6 |
|
MD5 | a5ed001e15a4d98de05774fef7bb9b47 |
|
BLAKE2b-256 | c5a4a891d9382e3558f4316ca9d21e175415e04a2c3e6e8c5c17d620fb8f641c |