Initial Checks
Summary
With this example, in duck db the row with Id_3 = 10 in duckDb is 0 and in pandas is 1.
Reproducible Example
count_analytic_ds := count(DS_1#Me_int over (partition by Id_1, Id_2 order by Id_3 asc));
Expected vs Actual
Expected: Have same results
vtlengine version
1.9.2rc3
Python version
No response
OS
No response
Additional Context
No response
Initial Checks
Summary
With this example, in duck db the row with Id_3 = 10 in duckDb is 0 and in pandas is 1.
Reproducible Example
Expected vs Actual
Expected: Have same results
vtlengine version
1.9.2rc3
Python version
No response
OS
No response
Additional Context
No response