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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

v3io_frames-0.8.11-py3-none-any.whl (35.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for v3io_frames-0.8.11.tar.gz
Algorithm Hash digest
SHA256 b89ef72d032b2092339687bddcc7ca0b61e9c5f279ca8712fde0c25db25c2579
MD5 ae9b1c36a7b8c1f739fb3a9a1b5435e5
BLAKE2b-256 a4e457eb2e52380ff06975e04abae9585f0273ffbfc52e8f6078d66e24f7248f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.8.11-py3-none-any.whl
  • Upload date:
  • Size: 35.6 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/51.1.2 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.9

File hashes

Hashes for v3io_frames-0.8.11-py3-none-any.whl
Algorithm Hash digest
SHA256 6ad18babff52f0c0a809aad9a3184490dd2228d3b061465a807793be51e5315c
MD5 e89d17508051b4c0e7ffc24501c96723
BLAKE2b-256 9d89d8b47e2db97b1db879074a84466971c8b68b42ed65ed0f4bcdf89c168d07

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page