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

Uploaded Source

Built Distribution

v3io_frames-0.10.2-py3-none-any.whl (35.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.10.2.tar.gz
  • Upload date:
  • Size: 140.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.26.0 setuptools/59.5.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for v3io_frames-0.10.2.tar.gz
Algorithm Hash digest
SHA256 108046922d9fdeb642ac4f396e766c99d33248bd3421fb26105db89959223591
MD5 16c75afb3fa29ea049c57c7e86c61548
BLAKE2b-256 1df64935230fc59467e07f4ece710d22781b21e46f3297203b9978fc69c44404

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.10.2-py3-none-any.whl
  • Upload date:
  • Size: 35.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.26.0 setuptools/59.5.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for v3io_frames-0.10.2-py3-none-any.whl
Algorithm Hash digest
SHA256 820100c0c4aa7fdaf52c8bbbe30e59b84bc530561f3b98c31921196edca66bfd
MD5 f5a5bb37a53acd81a2dd36e99a4de466
BLAKE2b-256 c67574d55567980f9b75786a96ee8a0a647e930e30ee9c5bcde21cfd4fb1e796

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