adxio

Library of convenience I/O functions.

Only registered users can download this free product.
Category:

Description

ADXIO

Library of useful functions for transforming byte data to/from python tasks.

This library can be utilized in EdgeOps with the following steps.

  1. Upload the adxio.py file to the Minio python S3 bucket of your EdgeOps environment
  2. Within your python task
    • Add import adxio to the top of the task code
    • Add contents of requirements.txt to the Requirements section of the task window

Available Functions

  • arrow_stream_to_df(arrow_byte_stream: [bytes]) -> pandas.DataFrame
    Convert a byte array representing an arrow table to a pandas dataframe
  • df_to_arrow_stream(df: pandas.DataFrame) -> [bytes]
    Convert a pandas dataframe to an arrow table byte array