Duplicate records in DVP data API

We are getting duplicate records in the response data file.

https://hub.docker.com/api/publisher/analytics/v1/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}/raw

Is this expected?

On further checking the documentation - Docker Hub API Reference - dvp, we found that in raw data each action (pull_by_tag, pull_by_diges, version_check) is represented as a single row. So, it’s possible that two actions (from different users) happened at the same time and hence the duplicates.