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

Uploaded Source

Built Distribution

v3io_frames-0.10.9-py3-none-any.whl (35.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.10.9.tar.gz
  • Upload date:
  • Size: 121.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for v3io_frames-0.10.9.tar.gz
Algorithm Hash digest
SHA256 8cacb29f3b97ee43eccb0c346b81bd6d54ee75f29b5cadd070bafa1278c25b29
MD5 4986bc0eca17eb8191c035385278bc54
BLAKE2b-256 fa5d2a5e052ba510ef049cd04c51f72aac81fbea7c39160e49229eb081982af2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for v3io_frames-0.10.9-py3-none-any.whl
Algorithm Hash digest
SHA256 1180a08be909fe5b8d27db4ada30d18d32a92e6774c1f467e5e5c6968d6599d6
MD5 79205fae7054f8db73e2874f67bc8c52
BLAKE2b-256 2979bf3e7943901f90e21c0ce54b645f38180e6db39d211812253678c91ac9f7

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