Skip to content

Count difference (DuckDb) #980

Description

@Pablolgn

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

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions