Overview
Updating documentation for explain.py:
- Adding more examples in
Explain.ipynb
- Updating
explain.md with changes to explain.py. Mostly related to the addition of prefixes to columns that get added to the returned DataFrame when using a function from explain.py. As of this writing, explain.py has explain functions for command line commands and events. The columns that get added from these commands have overlapping column names (e.g. explanation). In the event that a user pipes these two commands in succession (e.g. df.pipe(command_line_explain...).pipe(event_explain...)), it would be a bit ambiguous as to which explanation relates to which one. Therefore, a prefix was added.
Overview
Updating documentation for
explain.py:Explain.ipynbexplain.mdwith changes toexplain.py. Mostly related to the addition of prefixes to columns that get added to the returnedDataFramewhen using a function fromexplain.py. As of this writing,explain.pyhas explain functions for command line commands and events. The columns that get added from these commands have overlapping column names (e.g. explanation). In the event that a user pipes these two commands in succession (e.g. df.pipe(command_line_explain...).pipe(event_explain...)), it would be a bit ambiguous as to which explanation relates to which one. Therefore, a prefix was added.