Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NA values when using parse_grenades #232

Open
ricardo177m opened this issue Nov 23, 2024 · 0 comments
Open

NA values when using parse_grenades #232

ricardo177m opened this issue Nov 23, 2024 · 0 comments

Comments

@ricardo177m
Copy link

Some fields are returned as NA, this doesn't seem to be the expected behavior.

image

From my limited tests, it usually happens (but not limited) to "insta smokes", ie. insta window smoke on Mirage.

Demo: https://www.faceit.com/en/cs2/room/1-110f5a16-d44d-44b9-bffe-285f71381952
Code to reproduce the above output:

from demoparser2 import DemoParser
parser = DemoParser("demos/1-110f5a16-d44d-44b9-bffe-285f71381952-1-1.dem")

all_grenades = parser.parse_grenades()
joined_df = all_grenades.groupby("entity_id")

display(joined_df.get_group(108))
display(joined_df.get_group(104))
display(joined_df.get_group(80))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant