robin-sparkless 4.4.0

PySpark-like DataFrame API in Rust on Polars; no JVM.
Documentation
{
  "test_id": "math_bin",
  "pyspark_version": "3.5",
  "generated_at": "2025-10-27T14:13:24.172148",
  "input_data": [
    {
      "id": 1,
      "x": 0.5,
      "y": 1.2,
      "angle": 0.785,
      "value": 4.5
    },
    {
      "id": 2,
      "x": 1.0,
      "y": 2.5,
      "angle": 1.57,
      "value": 3.2
    },
    {
      "id": 3,
      "x": 2.0,
      "y": 3.0,
      "angle": 0.0,
      "value": 7.8
    }
  ],
  "operation": "DataFrame operation: math_bin",
  "expected_output": {
    "schema": {
      "field_count": 1,
      "field_names": [
        "bin(id)"
      ],
      "field_types": [
        "string"
      ],
      "fields": [
        {
          "name": "bin(id)",
          "type": "string",
          "nullable": true
        }
      ]
    },
    "data": [
      {
        "bin(id)": "1"
      },
      {
        "bin(id)": "10"
      },
      {
        "bin(id)": "11"
      }
    ],
    "row_count": 3
  }
}