David L. Dotson

Results 237 comments of David L. Dotson

I reviewed the various issues we have for CLI functionality and tried to hit all the use cases I could while producing an interface with a self-consistent feel. Please let...

Next steps are to add tests following recommendations from the [click docs](https://click.palletsprojects.com/en/7.x/testing/). Also, need at least a single page in the docs giving overall usage patterns, especially STDIN behavior and...

@kain88-de it does! I forgot that all tag expressions get routed through `datreant.selectionparser.parse_selection`. Neat!

Thanks @mimischi! I'll address your points. 1. `dtr discover` is a bit different than the other commands by its nature. Whereas most other commands work with *treant* directories they are...

I like this idea. I think it makes sense to add parity to the tags selection parsing. It would need to support 'sub quotes' for specifying strings. Also, since values...

I guess using an `OrderedDict` would work for this? I can give it a try. I agree it would make the output more readable if it was alphabetised.

This is addressed in #140 and is improved (sorted directories) in #145.

Is this one fixed @richardjgowers? I also know that we get weird failures in `Tree.draw` that I still don't understand to this day. If we can find some cases where...

Agreed. We want to mirror the `pandas.DataFrame.groupby` API, so this would be an improvement on that front.

I think this is a good idea. We can make an examples repo that shows how Treants can be used to analyze datasets that are disparate, which is the major...