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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.9.1.tar.gz
  • Upload date:
  • Size: 137.6 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.1.tar.gz
Algorithm Hash digest
SHA256 3dbebcb1d19704ef7113296976f834132470e5bc880dd1af18928cfe1e073bb7
MD5 13d2d6b80fc7391fb9f679d3a5cc64ae
BLAKE2b-256 5c9237a2aa8a92f3a54d5c7bdd96ef95203d298e1aeff17dfb68fe726065d461

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.9.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4cbf495be2f6c515d3129056d8d62fefe1761a5575138555c9fbfef519c0bd6d
MD5 cba01491b419f559cb5d86398af9a9a9
BLAKE2b-256 a61912ea986445043c10976551163d6d59c1d4bf782676988d996f4992c129be

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