You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Sometimes some entries of the awpy.Demo().events dictionary are missing steamid data. E.g. I have noticed that in inferno_startburn, the pandas dataframe is sometimes missing some values for column user_steamid.
Run awpy.Demo().events on the nuke game. In inferno_startburn you will find that some incendiary grenades do not have a user_steamid (i.e. a thrower) associated with them. Through watching the demo, it turns out this missing player was Sonic. Strangely, in that same demo, this does not occur with smokegrenade_detonate or other dictionary entries.
Describe the bug
Sometimes some entries of the
awpy.Demo().events
dictionary are missingsteamid
data. E.g. I have noticed that ininferno_startburn
, the pandas dataframe is sometimes missing some values for columnuser_steamid
.Include Information to Reproduce
See this match for an example: https://www.hltv.org/matches/2375372/9z-vs-wildcard-esl-pro-league-season-20
Run
awpy.Demo().events
on the nuke game. Ininferno_startburn
you will find that some incendiary grenades do not have auser_steamid
(i.e. a thrower) associated with them. Through watching the demo, it turns out this missing player was Sonic. Strangely, in that same demo, this does not occur withsmokegrenade_detonate
or other dictionary entries.Here is another example:
Examples
Example 1:
https://www.hltv.org/matches/2375372/9z-vs-wildcard-esl-pro-league-season-20
https://pastebin.com/hQRWd1hY
Example 2:
https://www.hltv.org/matches/2375776/natus-vincere-vs-faze-blast-premier-fall-final-2024
https://pastebin.com/QbfWAew7
The text was updated successfully, but these errors were encountered: