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

Uploaded Source

Built Distribution

v3io_frames-0.13.0-py3-none-any.whl (32.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.13.0.tar.gz
  • Upload date:
  • Size: 118.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for v3io_frames-0.13.0.tar.gz
Algorithm Hash digest
SHA256 f5338d2b3590d304c5b3392fecdb7c243664185b145a62b21cdbdcd451a87608
MD5 0089d156d1d26cd73e507527e065558f
BLAKE2b-256 e4e873815b3e9500be7de8bb069bff19049dfe01d7a5f5faa89d394e9b01c844

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.13.0-py3-none-any.whl
  • Upload date:
  • Size: 32.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for v3io_frames-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fe942b790b7bce8744488a9be8a29137db7d141afe8bac5177f62f2e0a9b3bde
MD5 3e149af9ac673a7b9055dc9bf7c6d6e8
BLAKE2b-256 4261e21ccce37508c0a35f0676413ad9efecf4e6f89c0267d812463ca17b5b47

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