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
I'm on latest pip version demoparser. it doesn't error or crash, but there is no way to get it to output the fields in df
things i've tried: ticks = parser.parse_ticks(["X", "Y", "Z", "jump_velo"]) ticks = parser.parse_ticks(["X", "Y", "Z", "jump_until"]) ticks = parser.parse_ticks(["jump_until"])
and they all output something along the lines of. X Y Z tick steamid name 0 1246.851196 -1623.540405 -415.96875 1 7656119884XXXXXXX [REDACTED PLAYER NAME] 1 1610.091553 -1946.851196 -415.96875 1 76561198XXXXXXXX [REDACTED PLAYER NAME] 2 689.841675 -1930.693848 -415.96875 1 765611979XXXXXXX [REDACTED PLAYER NAME] 3 -1808.000000 -1025.000000 -415.96875 1 76561198XXXXXXX [REDACTED PLAYER NAME] 4 -1808.000000 -1089.000000 -415.96875 1 765611982XXXXXXX [REDACTED PLAYER NAME] ... ... ... ... ... ... ... 1202605 -138.569702 -417.548523 -415.96875 120274 76561198XXXXXXX [REDACTED PLAYER NAME] 1202606 725.117126 -2423.762939 -415.96875 120274 76561XXXXXXX [REDACTED PLAYER NAME] 1202607 218.577118 -1070.848389 -415.96875 120274 765611XXXXXXX [REDACTED PLAYER NAME] 1202608 1771.585449 -1611.588501 -415.46875 120274 7656XXXXXXX [REDACTED PLAYER NAME] 1202609 -410.510437 -921.636353 -415.96875 120274 765XXXXXXX [REDACTED PLAYER NAME]
i tried both FACEIT and valve demo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm on latest pip version demoparser. it doesn't error or crash, but there is no way to get it to output the fields in df
things i've tried:
ticks = parser.parse_ticks(["X", "Y", "Z", "jump_velo"])
ticks = parser.parse_ticks(["X", "Y", "Z", "jump_until"])
ticks = parser.parse_ticks(["jump_until"])
and they all output something along the lines of.
X Y Z tick steamid name
0 1246.851196 -1623.540405 -415.96875 1 7656119884XXXXXXX [REDACTED PLAYER NAME]
1 1610.091553 -1946.851196 -415.96875 1 76561198XXXXXXXX [REDACTED PLAYER NAME]
2 689.841675 -1930.693848 -415.96875 1 765611979XXXXXXX [REDACTED PLAYER NAME]
3 -1808.000000 -1025.000000 -415.96875 1 76561198XXXXXXX [REDACTED PLAYER NAME]
4 -1808.000000 -1089.000000 -415.96875 1 765611982XXXXXXX [REDACTED PLAYER NAME]
... ... ... ... ... ... ...
1202605 -138.569702 -417.548523 -415.96875 120274 76561198XXXXXXX [REDACTED PLAYER NAME]
1202606 725.117126 -2423.762939 -415.96875 120274 76561XXXXXXX [REDACTED PLAYER NAME]
1202607 218.577118 -1070.848389 -415.96875 120274 765611XXXXXXX [REDACTED PLAYER NAME]
1202608 1771.585449 -1611.588501 -415.46875 120274 7656XXXXXXX [REDACTED PLAYER NAME]
1202609 -410.510437 -921.636353 -415.96875 120274 765XXXXXXX [REDACTED PLAYER NAME]
i tried both FACEIT and valve demo
The text was updated successfully, but these errors were encountered: