Describe the bug
Demos from the beginning of CS2 are no longer parseable by the library
Include Information to Reproduce
Tried parsing demos from IEM Sydney 2023, the very first tournament in CS2 but got a traceback relating to polars, ending with
`polars.exceptions.InvalidOperationError: expected String type, got: i32
Resolved plan until failure:
---> FAILED HERE RESOLVING 'with_columns' failed <---
WITH_COLUMNS:
[col("winner").str.replace([String(CT), String(ct)])]
DF ["round_num", "start", "freeze_end", "end", ...]; PROJECT */7 COLUMNS`
I'm on windows 11, have version 2.0.2 installed, tried downgrading to 2.0.0 but the issue persists.
Additional context
Memory might fail me, but I feel like when the library was in the beta, I was able to parse these older demos
Describe the bug
Demos from the beginning of CS2 are no longer parseable by the library
Include Information to Reproduce
Tried parsing demos from IEM Sydney 2023, the very first tournament in CS2 but got a traceback relating to polars, ending with
`polars.exceptions.InvalidOperationError: expected String type, got: i32
Resolved plan until failure:
WITH_COLUMNS:
[col("winner").str.replace([String(CT), String(ct)])]
DF ["round_num", "start", "freeze_end", "end", ...]; PROJECT */7 COLUMNS`
I'm on windows 11, have version 2.0.2 installed, tried downgrading to 2.0.0 but the issue persists.
Additional context
Memory might fail me, but I feel like when the library was in the beta, I was able to parse these older demos