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

Uploaded Source

Built Distribution

v3io_frames-0.9.5-py3-none-any.whl (35.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.9.5.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

Hashes for v3io_frames-0.9.5.tar.gz
Algorithm Hash digest
SHA256 537fdb66e22862be8483eada4a25b6efdbedd755985555f1896bd0f297724cd0
MD5 4aa8f317c4d35e6e749ab34ca2d0d216
BLAKE2b-256 a5ceb7b19a5d57cec191c0598f3eee0e03e08ec46e86b3529d27e659c9f5941e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.9.5-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

Hashes for v3io_frames-0.9.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c214e280160329605b89d9408fedebff1a269f6e018f679628e4187045b6bfb0
MD5 a27460cf0a8f91c0ba8f7b1a3072a265
BLAKE2b-256 41e1d007aa2c22e5458e6b8f6646416d928b14643ade32176f61971fc03699d8

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