We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
parse_grenades
Some fields are returned as NA, this doesn't seem to be the expected behavior.
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))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some fields are returned as NA, this doesn't seem to be the expected behavior.
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:
The text was updated successfully, but these errors were encountered: