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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.10.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.10.5.tar.gz
Algorithm Hash digest
SHA256 700ec8aa926bd5e1278deeb46ad3f54468ce641b2503754f1dea07325f6a584c
MD5 6fb1000a328898dc2ffaf5cc83d2cdb0
BLAKE2b-256 2b5c5274ec000c734e34dc52b1458f565521f4afd36e0ea1b4d4915a9ff7bcde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.10.5-py3-none-any.whl
  • Upload date:
  • Size: 36.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for v3io_frames-0.10.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e145ad1a62d13a1036367ad960ce83c121022b96f4f8510d680816e34b418d2f
MD5 c00dba9fe5cf170ad0bbb2aa5e253a3b
BLAKE2b-256 242fcd2c4c029f43667765bfa07ec3a84352f5cf70feef28e150d3790f9583ed

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