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

Uploaded Source

Built Distribution

v3io_frames-0.11.4-py3-none-any.whl (36.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.11.4.tar.gz
  • Upload date:
  • Size: 121.7 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.4.tar.gz
Algorithm Hash digest
SHA256 6f0f7517df85ebcda4b526a9b00cec542c4fa5dc459344bb4732f3141df70afb
MD5 690234e161b5d1aad9511cf3c1768f98
BLAKE2b-256 9e431ad3e6d5ef2fa543430924b9b8d54e3e449c84c385abe4a65969f462f5a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for v3io_frames-0.11.4-py3-none-any.whl
Algorithm Hash digest
SHA256 67b2f50d7f56ca813e57a17f2003d963c192af688187f099090073433c099e07
MD5 7d65f9dac05b3c2ec1a3010e868f568a
BLAKE2b-256 dbedffcb46bcc6fe33aa0a0ffcca722aea95fb690cec23ed4ebcfefc2fefa015

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