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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.7.25.tar.gz
  • Upload date:
  • Size: 135.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/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.8

File hashes

Hashes for v3io_frames-0.7.25.tar.gz
Algorithm Hash digest
SHA256 d518bde6ca7fc67c1446477d8263dcaedf9221460bd2fe68c6f251d6efb27725
MD5 c460c40dd2f84bfe87b9e8e6d2cb0f63
BLAKE2b-256 b41a163bfb542e106128f502b4773c9fdfe1a2d77f0071e81eb95598a14c7d2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.7.25-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.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.8

File hashes

Hashes for v3io_frames-0.7.25-py3-none-any.whl
Algorithm Hash digest
SHA256 8b732d289d9fbcaec863af8a3d0c10134d4e452287ae91161001abe401110bba
MD5 6a602ee3ad552784badccb8996b0764b
BLAKE2b-256 8c72bf52a41268bbb64bd8480ac9266ae318875cd7c37a259b0992164453ec04

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