Supported Platforms/Data Types

Supported Platforms

The following platforms are currently supported:
  • Linux x86_64

  • MacOS x86_64

  • MacOS ARM

We plan on adding support for Windows x86_64 in the future.

Data Types

MEDS is a very flexible format in that Events can have custom properties of any pyarrow type.

However, meds_reader currently only supports some pyarrow types.

The following types are currently supported:
  • pyarrow.string()

  • pyarrow.large_string()

  • pyarrow.timestamp('us')

  • pyarrow.float32()

  • pyarrow.float64()

  • pyarrow.*int*()

If you need support for additional types, please create an issue on GitHub.