pnxenopoulos / awpy

Python library to parse, analyze and visualize Counter-Strike 2 data
http://www.awpycs.com
MIT License
361 stars 56 forks source link

Add tick downsampling #317

Closed pnxenopoulos closed 1 week ago

pnxenopoulos commented 4 months ago

Would be nice to downsample the tick dataframe since it is so large.

Perhaps we could use a downsample where we downsample to particular events (like kills)

Might need to get first and last tick of every round.

pnxenopoulos commented 1 week ago

Probably best left to user unless there is a specific need.