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

Uploaded Source

Built Distribution

v3io_frames-0.9.0-py3-none-any.whl (35.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.9.0.tar.gz
  • Upload date:
  • Size: 137.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.25.1 setuptools/57.0.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.10

File hashes

Hashes for v3io_frames-0.9.0.tar.gz
Algorithm Hash digest
SHA256 dd4d46434c3f30d5a2284eba1300af2093c188b06fea368000803253f263af55
MD5 83d2fc38edca70cbcd831d44463078c7
BLAKE2b-256 cf3c11ba043d552c4074629f2a682cf3e118704c4c7d2013c2ecf70a89a7ad84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 35.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.25.1 setuptools/57.0.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.10

File hashes

Hashes for v3io_frames-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 658828d27cddceb4e78fbf0c84c45f9e807dfb4c1524d32dd75be070abc03b9f
MD5 b5231494d6db9908348b788fe9a9e443
BLAKE2b-256 d292ea79ddc45433549fc6a9c1e94c590908da2af8aa8e6596b9a8f4ad3ee0b9

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