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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.8.17.tar.gz
  • Upload date:
  • Size: 136.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.10

File hashes

Hashes for v3io_frames-0.8.17.tar.gz
Algorithm Hash digest
SHA256 826a0cbae552847729d581889c81c59bda14c2bdddea998f753b7e5e43964721
MD5 abd8d2859e006bd2a8909ac376a3c3db
BLAKE2b-256 902b7893f311e2f3794dc683cb31fa0f4ab55f3f423bd60462a07114a5bf4208

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.8.17-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.5.0.1 requests/2.24.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.10

File hashes

Hashes for v3io_frames-0.8.17-py3-none-any.whl
Algorithm Hash digest
SHA256 f73bf6d2c283077544786a951dc40bc267cd0e4cedaf4597c7428459988015a2
MD5 248766aea92269d7d70c3fa0b2de471b
BLAKE2b-256 6362b36808e63d655f5d0881e52e8e8fcc694047af3693b05db5b5a99a57db4a

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