David Anthoff

Results 316 issues of David Anthoff

See [here](https://discourse.julialang.org/t/query-jl-group-dataframe-by-abstracttype-gives-method-error/15501).

bug

[TypeScript 2.1](https://blogs.msdn.microsoft.com/typescript/2016/12/07/announcing-typescript-2-1/) seems to have some features that would really help this package. Investigate that.

speculative

If you have a question or are unsure if the behavior you're experiencing is a bug, please search or post to the Data domain on the julia Discourse site: https://discourse.julialang.org/c/domain/data....

enhancement

``$foo`` could be translated into ``_.foo`` (or rather really ``i->i.foo``). Thanks to @nalimilan for bringing up the ``$`` option over on the [forums](https://discourse.julialang.org/t/suggestion-move-dataframes-plotting-into-stdlib/9115/36?u=davidanthoff).

enhancement

The ``default_if_empty`` strategy doesn't work in that case.

enhancement

Right now the types of the key must match, that could be relaxed.

enhancement