Maximilian Roos
Maximilian Roos
> What about pdm or pip-tools? I just checked out PDM, looks interesting. I don't know it well. IME pip-tools is OK but a worse version of poetry... But does...
(one benefit of poetry is that it works with dependabot; I'm not sure whether the others do?)
> I do not know what poetry intended to do with these changes... +1, quite confusing. FWIW I haven't had this before with poetry, but this did seem bad. >...
@untitaker I'm very sorry indeed that I missed this — it must have got buried under my GH notifications. I came across it coincidentally when merging a PR from a...
I don't have a strong view. xarray is pretty good for aligning! So I predominately use that: ```python In [5]: df = pd.DataFrame(np.random.rand(3,4), columns=list('abcd')) In [6]: df Out[6]: a b...
- different datetime precision & ranges (e.g. ms vs ns)
Strict immutability is another potential option
> immutable dtypes or immutable values Immutable dtypes is the lower hanging fruit! But now you mention immutable values...
@bluss v interested in an xarray approach in rust - any more details? Cheers
This would be great — I'm keen to use this as part of https://github.com/numbagg/numbagg