Ádám Lippai
Ádám Lippai
@roeap where can one follow the Delta kernel initiatives? I saw https://github.com/delta-io/delta/issues/1783 but that's not rust specific, right? Will it happen in this repo or will there be a delta-kernel-rs?
@paddyhoran if this happens would it make sense to use ndarray-stats for Arrow compute kernels? (I hope this is the good name for min, max, sum, count etc functions).
> people could contribute to ndarray-stats instead of building a stats package that works with Arrow @paddyhoran Exactly this is why I suggested the cross-dependency. While both Rust Arrow and...
Maybe https://github.com/conda/conda/issues/9812 qualifies?
I see some arrow related forks by polygon. Can you share any info on the progress? Do you see it promising?
`^16|^17` in the _worst_ case auto installs v17, which is still better than auto installing v16. I'm not sure this is true, what do you think?
Based on your answer I assume no new major version can be created. What's the reason for that?
I don't see any issues with the reasoning above, I was just curious ¯\_(ツ)_/¯
@ljharb does almost 5 years passing by since the release of react v16 and the recent release of react v18 warrant a new major version of _prop-types_? Maybe the EoL...
Thanks for confirming! Doesn't it always return `pd.Timestamp` or an `offset` though? (and `offset` is not subclass of `datetime.date`) Quickly cross-checking the examples you've mentioned I don't see any new...