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.7.tar.gz
(136.0 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.7.7.tar.gz
.
File metadata
- Download URL: v3io_frames-0.7.7.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/46.4.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae85a27cd6cfdacc2144a82d5b9bb319f82f52ed79992d789b21feb3c1a50e4c |
|
MD5 | a664b557279f18cf950612a476745d0c |
|
BLAKE2b-256 | 29469b9ba3dc5e64cee16285d490d167155b81826dc139fcdfe2e564f9c291a1 |
File details
Details for the file v3io_frames-0.7.7-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.7.7-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/46.4.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b96fc456edef35c98402292e35056cdd4da9243aac39561f11cff9a97e8f420d |
|
MD5 | bb96959a28e5241c30d3fcaf8ccc2179 |
|
BLAKE2b-256 | 155fa18211f9f9295863180f840c0172ed690e3d52e7457d3d98a64f65c527a5 |