PySport / kloppy

kloppy: standardizing soccer tracking- and event data
https://kloppy.pysport.org
BSD 3-Clause "New" or "Revised" License
362 stars 59 forks source link

[Opta] Fix F24 timestamp parsing #288

Closed probberechts closed 8 months ago

probberechts commented 8 months ago

Opta does not zero-pad milliseconds. Therefore, they were incorrectly parsed by Python's default "%f" format code.

See also #267