Skip to content

Auto Generate Transform

InfinStor provides several auto generated code snippets for convenience. These convenience functions include:

  • List Files
  • List and Read Raw(Binary) Data Files, store the binary data in a pandas DataFrame
  • List and Read Csv Data Files, store the data in a pandas DataFrame
  • List and Read Raw(Binary) and apply a transform on the pandas DataFrame
  • List and Read Raw Dat Files and run a transform periodically