Alec Ostrander
Alec Ostrander
After tracing through history I'm glad to see some relatively recent movement on this great potential feature! Just curious about the current state if you could please provide an update?
I don't use R or I'd open a PR, but FWIW here's the algorithm/regex I'm using locally with good results. ``` def parse_precipitation(play): return ( 'Rain' in play['weather'] or 'rain'...
Any luck @shakisha ?
Haven't yet but I'll give it a go in a little bit.
@michaelpeng36 Pinging to increase priority on this if possible. It is closely related to https://github.com/Azure/azure-functions-core-tools/issues/2834 because anyone attempting to develop Functions in a [VS Code devcontainer](https://code.visualstudio.com/docs/remote/containers) while on an M1...
As an alternative, I did try adding a check manually in my `postprocess.ts` script, as below:  However, running the action yields the following error: `Error: TS2305 [ERROR]: Module '"deno:///missing_dependency.d.ts"'...
cc @irealva I'd much appreciate a merge/feedback when you have time. :bow:
My bad, just noticed Irene's moved on. @idan could you please take a look or tag the correct person?
I'm getting this warning indirectly when I call `df.update()`. I believe it does need to fixed in pandas, at least in that spot.
@idan , @Wattenberger , @mattrothenberg , Bueller...