(name, process, shell)
| 80 | # Get the columns of a Pandas data frame in the process |
| 81 | @process_task |
| 82 | def getColumnsInProcess(name, process, shell): |
| 83 | return list(get_env(shell.user_ns)[name].columns) |
| 84 | |
| 85 | |
| 86 | # Is a key defined in a collection in the process? |