David van Leeuwen

Results 114 comments of David van Leeuwen

Ah—I see that I already have some rudimentary support for `Plots`. The plots still are quite ugly, because, well, not R, but I was able to make a basic DET...

Thanks for reporting this bug. At first it seemed pretty esoteric to me. I have to admit that I don't understand broadcasting very much. I looks like somehow broadcasting is...

Thanks, pretty esoteric indeed. Thanks for finding this one

The main question with all these operations is how to choose the index names. Sometimes this is clear (as in the case of `transpose`), in other situations this is not...

I don't think it is possible now to have a dimension without a dictionary. I suppose many thousands is not really an issue on modern hardware, it will take a...

Yes, documentation. I have to study how that works. Do you know of a recommended and hosted platform for that?

In NamedArrays the lookup name->index happens through a dictionary, so names must be unique. Indeed, names are always reset in the concatenating direction. This would not always be necessary, indeed....

DataFrame keys are always Symbol, right? Then it is probably much easier than the general case. I didn't know of `merge()`, this would be extremely useful indeed. Wonder if it...

Hello, it took me a while before I realized you were using the space/newline array constructor operator, which I always find difficult to parse and matlabish somehow... Is it like...

Hi, I am not really familiar with what R `merge()` does. Does it stack data where in one of the dimensions the labels are the same? In general I think...