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

Uploaded Source

Built Distribution

v3io_frames-0.11.5-py3-none-any.whl (36.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.11.5.tar.gz
  • Upload date:
  • Size: 121.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for v3io_frames-0.11.5.tar.gz
Algorithm Hash digest
SHA256 183a9b66e002f602f55f39e13120e63b6040631ca4c886fc06dea2cc0381383c
MD5 5e391787d901b3c0e6482ff7123445ef
BLAKE2b-256 3ea062fabeb5405bdb251f7b1b19adf05c6aea6391d6b71219287bd8996f8963

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for v3io_frames-0.11.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fd0906cf84a718982f7c413249363edc23d55b9f6839e2dcee3094ac98deb82a
MD5 ca9cc22095ef19f89c464b19203c51b5
BLAKE2b-256 7684b1cc817765711263cfdc274976b520b5925387146bd6d58d885f10767299

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