robin-sparkless 4.4.0

PySpark-like DataFrame API in Rust on Polars; no JVM.
Documentation
{
  "test_id": "months_between",
  "pyspark_version": "3.5",
  "generated_at": "2025-10-27T14:13:25.107968",
  "input_data": [
    {
      "id": 1,
      "date": "2020-01-15",
      "timestamp": "2020-01-15 10:30:00"
    },
    {
      "id": 2,
      "date": "2019-03-10",
      "timestamp": "2019-03-10 14:20:00"
    },
    {
      "id": 3,
      "date": "2021-07-22",
      "timestamp": "2021-07-22 08:15:00"
    }
  ],
  "operation": "DataFrame operation: months_between",
  "expected_output": {
    "schema": {
      "field_count": 1,
      "field_names": [
        "months_between(date, 2019-01-01, true)"
      ],
      "field_types": [
        "double"
      ],
      "fields": [
        {
          "name": "months_between(date, 2019-01-01, true)",
          "type": "double",
          "nullable": true
        }
      ]
    },
    "data": [
      {
        "months_between(date, 2019-01-01, true)": 12.4516129
      },
      {
        "months_between(date, 2019-01-01, true)": 2.29032258
      },
      {
        "months_between(date, 2019-01-01, true)": 30.67741935
      }
    ],
    "row_count": 3
  }
}