Bogumił Kamiński

Results 1355 comments of Bogumił Kamiński

Thank you for looking into it!

This would solve `convert(Missing, 1)`, but `convert(Union{}, 1)` problem would still be present (probably no one in practice this will never happen, but just for completeness of definitions in Base...

Maybe we could restrict the signature to `skipmissing` on `AbstractArray`. This method is really needed (otherwise there is no easy way to check the number of elements of passed object...

I think `skipmissing` should be an allowed exception. The reason is that, although in this case the operation is not O(1), in it very often used in statistics and the...

Yes, the reason is that the method upstream expects `x` and `z` to have the same type only. Most likely we need to add a method with `Missing` being a...

VSCode had the same issue (also TerminalPager.jl) - the only solution is paging loading of data frame data into cache AFAICT.

@fonsp - when you look at this issue can you please coordinate with @ronisbr (all these changes are related to PrettyTables.jl 2.0 release that is going to happen soon). Thank...

x-ref https://github.com/JuliaData/DataFrames.jl/pull/3096#issuecomment-1241960879 (just to keep track all comments in one place)

> Or do you have some other suggestion? I will think and let you know what I can suggest. However, no matter what we think I wanted to report that...

I considered adding this feature but it would add another level of complication to the API. Could you please add more context about the use cases of format that you...