Luigi Pertoldi
Luigi Pertoldi
> I don't see why those strings couldn't operate directly on Awkward Arrays. Indeed that was my thinking. This is what happens: ```pycon >>> import awkward_pandas as akpd >>> import...
Just for the context: I'm writing some code to evaluate algebraic expressions from a config file on tables made by jagged and rectangular columns. I was hoping to be able...
Do you have this WIP on some branch? Maybe you could open a draft PR and someone else can work on it at some point.
Hi @jbeirer, as @ManuelHu mentioned we would need to build and deploy a new base image for cbuildwheel. I wonder if adding `arm64` here: https://github.com/g4edge/dockerfiles/blob/e62683473483c731afe1def8f73edf3d23d884bd/bin/build-and-deploy.sh#L11 would be enough. If yes,...
Before doing what you suggest, would it be possible to apply for an OSS premium account? I think it was quite easy to get it for LEGEND...
We can push a container manually, I guess?
@pre-commit-ci rebase
@stewartboogert unfortunately still some errors...
Sketchy function: ```python def set_last_rule_name(workflow, new_name): """Sets the name of the most recently created rule to be `new_name`. Useful when creating rules dynamically (i.e. unnamed). Warning ------- This could mess...
No, the second block didn't work (at least when I posted this issue). I'm now routinely using the function in my second post and it works perfectly.