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

Uploaded Source

Built Distribution

v3io_frames-0.13.8-py3-none-any.whl (32.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.13.8.tar.gz
  • Upload date:
  • Size: 118.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for v3io_frames-0.13.8.tar.gz
Algorithm Hash digest
SHA256 1a94ac1878ff05d49169c6d06d037c74c355e259cc6b5afe6089835d64289c4b
MD5 0790eb1d590e68e3066576bff789c654
BLAKE2b-256 d555d00f73bdaa0da79f4ad1cbfd19a08e34fda72873096ccc84ddc79570b653

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.13.8-py3-none-any.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for v3io_frames-0.13.8-py3-none-any.whl
Algorithm Hash digest
SHA256 30b74af982a809ed3189bd5ae9b64329c7f510dc2cf000123cf66168f0d89f13
MD5 c34f49de9d0d39d47db7709af91fd2bf
BLAKE2b-256 514bce25bb3cba816b70fbf1c2f7d561a59f85ab53379dd4b4776fc8f0feddf6

See more details on using hashes here.

Supported by

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