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

Uploaded Source

Built Distribution

v3io_frames-0.6.12-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.6.12.tar.gz
  • Upload date:
  • Size: 134.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for v3io_frames-0.6.12.tar.gz
Algorithm Hash digest
SHA256 5a1ff33c78f917b9ce0cb8827d05de88ecbab8e2a3d8764521ef6500426d8b02
MD5 c8b2b69566b5e16c53406f0f3bd96636
BLAKE2b-256 517072e02e27fb35df7857579c74bcaaf8f1b822b3728edb9024956d9c498c0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.6.12-py3-none-any.whl
  • Upload date:
  • Size: 33.0 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/45.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for v3io_frames-0.6.12-py3-none-any.whl
Algorithm Hash digest
SHA256 8f6a4a9215de926613805fb4746205456b5606d5adfecb5936c0cc4cfc7cfd8f
MD5 1b97edeab02d682fb25685c267389c2c
BLAKE2b-256 8f5990b70e983e5c650ba7dd3ac3e4cf731168274d17a0b72e459b1ba549e0c0

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