Skip to content

Plot individual agent attribute with datacollector.get_agent_vars_dataframe() #1556

Answered by rht
erissatallan asked this question in Q&A
Discussion options

You must be logged in to vote

agent_assurance_probabilities is a DataFrame, and so you can do the usual DF filtering operation: agent_assurance_probabilities[agent_assurance_probabilities.AgentID == x], and plot the timeseries.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by erissatallan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants