robin-sparkless 4.4.0

PySpark-like DataFrame API in Rust on Polars; no JVM.
Documentation
{
  "name": "math_expm1",
  "pyspark_version": "3.5",
  "input": {
    "schema": [
      {
        "name": "id",
        "type": "string"
      },
      {
        "name": "x",
        "type": "string"
      },
      {
        "name": "y",
        "type": "string"
      },
      {
        "name": "angle",
        "type": "string"
      },
      {
        "name": "value",
        "type": "string"
      }
    ],
    "rows": [
      [
        1,
        0.5,
        1.2,
        0.785,
        4.5
      ],
      [
        2,
        1.0,
        2.5,
        1.57,
        3.2
      ],
      [
        3,
        2.0,
        3.0,
        0.0,
        7.8
      ]
    ]
  },
  "operations": [],
  "expected": {
    "schema": [
      {
        "name": "id",
        "type": "string"
      },
      {
        "name": "x",
        "type": "string"
      },
      {
        "name": "y",
        "type": "string"
      },
      {
        "name": "angle",
        "type": "string"
      },
      {
        "name": "value",
        "type": "string"
      }
    ],
    "rows": [
      [
        "1",
        "0.5",
        "1.2",
        "0.785",
        "4.5"
      ],
      [
        "2",
        "1.0",
        "2.5",
        "1.57",
        "3.2"
      ],
      [
        "3",
        "2.0",
        "3.0",
        "0.0",
        "7.8"
      ]
    ]
  }
}