Jacob Quinn

Results 513 comments of Jacob Quinn

Ok, cleaned up implementation here: https://github.com/JuliaData/Tables.jl/pull/292

But that's kind of the point of our discussion/decision above: this function isn't necessarily returning "rows" if the original table input is column-oriented; rather, it returns a "subset" of the...

Looks like there's a test that needs to be updated

Ah, great catch! I'll merge it over to main

My use case exactly! I'll poke around with it, but it seemed there were `view` implementations missing, amongst other things, so not just a matter of defining a method or...

I'm actually in favor of moving away from having a way to query if something is a `Table` or not. I think it's best for packages to just use the...

I agree w/ that approach; support reading, but only produce valid Arrow.

This is typically not an issue, but enough people complained that I caved and made the default false. I think we could take the same approach in Feather.