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

Uploaded Source

Built Distribution

v3io_frames-0.10.13-py3-none-any.whl (36.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.10.13.tar.gz
  • Upload date:
  • Size: 122.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.13.tar.gz
Algorithm Hash digest
SHA256 966cc6d96bf4b85a2ac24acfdf9d2349bf1271954277a183629dac317b74549d
MD5 14ae3f20a529efd1ef8fc10df36c8c36
BLAKE2b-256 8944ecdddc0ee010fe3491764ef977623fa93ceb1ff8c6a8b187a0139f49f2e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for v3io_frames-0.10.13-py3-none-any.whl
Algorithm Hash digest
SHA256 7c5f618b6153915426cf15cd7105bcb718140fc82700db5b5043491e486f5368
MD5 149339a743517b6f3252c052c4cd791d
BLAKE2b-256 e19af70401f06fc21d8bf634d76c87cfa1a884489648d7d5b88cca998070a959

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