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

Uploaded Source

Built Distribution

v3io_frames-0.6.17-py3-none-any.whl (33.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for v3io_frames-0.6.17.tar.gz
Algorithm Hash digest
SHA256 d9ea2a19e72439f5e9902526aa242d9d6cd1181474283447752ed8ba3dea344d
MD5 addfa056afff8f88d42c61bccef1b544
BLAKE2b-256 59f30fb04803d1a8df5d4c2db5964cced998d1cc645a0dc3d7be68d025aa511c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.6.17-py3-none-any.whl
  • Upload date:
  • Size: 33.7 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7

File hashes

Hashes for v3io_frames-0.6.17-py3-none-any.whl
Algorithm Hash digest
SHA256 ab00d1dc8ae8cb45721a011f25bc0cb1906840ac3f86356e3fef7159a5cb2235
MD5 d1068a65e85596063fdb962128924a6d
BLAKE2b-256 47abfc9c0cf498157b2b8d2507b3a5f50f21cf22a3b7d882a31a4d56e8f3f7a5

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