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.7.8.tar.gz
(136.0 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.7.8.tar.gz
.
File metadata
- Download URL: v3io_frames-0.7.8.tar.gz
- Upload date:
- Size: 136.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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac2910a13400ee64dc7a1bf03aed1dfbf42b1e27a39c33251d82cf9649844a86 |
|
MD5 | 5f80c240532baf94f363119848141d8a |
|
BLAKE2b-256 | d4beabadfb35923073565a22bf16128d9fcee26e69ef01689d974368b46b21ed |
File details
Details for the file v3io_frames-0.7.8-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.7.8-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.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29285e4190e15dd078c581242fd20ad45cd4df454e8e179e2b426a14e7f05dc4 |
|
MD5 | fed19c8176fdf55e5761fea69d0f3200 |
|
BLAKE2b-256 | 5fee4aaf321991bf212dca9a3f9950209555a27b54675fa4100ec4c6c1192bf9 |