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
We can use additional entities to hang pivot and other operations from.
Examples:
process_id
user_agent
Which entities make sense to add?
Do we need full-fat entities (classes) or can we create lightweight classes (maybe dynamically) to host these properties.
Some related thoughts;
we could accept entities in place of their string representation (process, ip address)
entity collections?
if we're returning stuff as dataframe, how can we easily extract the desired items (and pass them to futther functionality)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We can use additional entities to hang pivot and other operations from.
Examples:
Which entities make sense to add?
Do we need full-fat entities (classes) or can we create lightweight classes (maybe dynamically) to host these properties.
Some related thoughts;
we could accept entities in place of their string representation (process, ip address)
entity collections?
if we're returning stuff as dataframe, how can we easily extract the desired items (and pass them to futther functionality)
chat more to Mark @aeetos about this.
Beta Was this translation helpful? Give feedback.
All reactions