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

Uploaded Source

Built Distribution

v3io_frames-0.7.9-py3-none-any.whl (34.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.7.9.tar.gz
  • Upload date:
  • Size: 136.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7

File hashes

Hashes for v3io_frames-0.7.9.tar.gz
Algorithm Hash digest
SHA256 6a9b4ac62efee1a6cd9f1ff4291487d290379f4c273c4a9b486e49f8cdff7fed
MD5 063a08b1fe6a8ecbb9f845a8908d3390
BLAKE2b-256 a76b565437927be7341794440f4049b266526fb4c319493442866ce78e938643

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.7.9-py3-none-any.whl
  • Upload date:
  • Size: 34.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7

File hashes

Hashes for v3io_frames-0.7.9-py3-none-any.whl
Algorithm Hash digest
SHA256 b65e37fe1dd24ec9f1c6788b0426d86b66f041d73229fd62267e581e7a301fa6
MD5 86d64f90dddcce12558c8fa2ad5823d3
BLAKE2b-256 81f0bf77ba6ad8b20f3a5ade74ad1a94a41621ffe143b7bccd4fb00b143d91c4

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