Skip to main content

Unified multi-module DataFrames client for the Iguazio Data Science Platform

Project description

v3io_frames - Streaming Data Client for v3io

Build Status Documentation License

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.0.tar.gz (140.2 kB view details)

Uploaded Source

Built Distribution

v3io_frames-0.10.0-py3-none-any.whl (35.7 kB view details)

Uploaded Python 3

File details

Details for the file v3io_frames-0.10.0.tar.gz.

File metadata

  • Download URL: v3io_frames-0.10.0.tar.gz
  • Upload date:
  • Size: 140.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/59.1.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for v3io_frames-0.10.0.tar.gz
Algorithm Hash digest
SHA256 9adccc690209ed83844267476c2734563289e1a8ed18f33e5708dff1f6c33aa1
MD5 4edaf795b80712569651dcae34b9b723
BLAKE2b-256 ccd350c5122d91dc54f7b9c32a61e7a04f6bd5fc3c27e705ad42e17a2233f60d

See more details on using hashes here.

File details

Details for the file v3io_frames-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: v3io_frames-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 35.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/59.1.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for v3io_frames-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7b94a99c8bf664514925592efbb6c413953641b4f73a0c30a9eb6fad506a7d9b
MD5 f1e454ad38b2b7c65cb2ef6cf8a21bf8
BLAKE2b-256 12d1fe8333e0c2f2c56ddd23f2b20e50928d0f14d0786c228d843f312f05dd53

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page