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.9.4.tar.gz
(138.5 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.9.4.tar.gz
.
File metadata
- Download URL: v3io_frames-0.9.4.tar.gz
- Upload date:
- Size: 138.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f75dda88b8918845fadab4ffc32d9c1a2ab5a2bd388ef425e004113e15e3682b |
|
MD5 | 82d2be23c3e9a3efd733cce87275cc7a |
|
BLAKE2b-256 | 192a6cfe12a6590f3996a5eb976a4fd7af03f71643624115e5dbbc4eb4a3c7b1 |
File details
Details for the file v3io_frames-0.9.4-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.9.4-py3-none-any.whl
- Upload date:
- Size: 35.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75e87e8a9e7105b5da6825df203b9861c3d04118e656e8e0f88ba52f2a331ac3 |
|
MD5 | 6dfb5ad6349eb46bad13cf4f9d6162a5 |
|
BLAKE2b-256 | a61bc5505ec167a03f7b019cd7bace56b7a916ab87271f610f7cdd870050c02d |