Data Abstractions

Edit pageLast modified: 05 June 2025
  • DataColumn is a named, typed and ordered collection of elements

  • DataFrame consists of one or several DataColumns with unique names and equal size

  • DataRow is a single row of DataFrame and provides a single value for every DataColumn

Import Data Schemas, e.g. from OpenAPI, in JupyterDataFrame

Powered by JetBrains Writerside