Eric Angevine Miller
Results
1
issues of
Eric Angevine Miller
### Feature Request Select a column from a DynamicTable using slice-indexing by column name (e.g. `table['column_name']`). ### Problem Currently, you have to use list-copy notation (e.g. `table['column_name'][:]`), which is non-intuitive...
category: enhancement
priority: low