Max Blasdel

Results 6 comments of Max Blasdel

I am trying to diagnose a problem with running parallel on Ubuntu and I think this may be related. I have a function that uses `data.table` to perform a number...

Ran into the same issue on step part 7 where the DB is initialized with the command `poetry run ./prestart.sh`. I ended up running each of the commands in `./prestart.sh`...

I recently ran into this issue trying to run a script with python 3.10. The exact same script runs as expected with python 3.11. Wondering if other people have noticed...

The answer here fixed this issue for me. It was ultimately an issue with SSL certificates https://stackoverflow.com/a/65860355/9362018 `pip install pip-system-certs`

So are checks never assessed for `LazyFrame` objects? I feel like the documentation should make this more explicit or a warning should be issued. The top example comes directly from...

okay thank you for taking a look at this. I guess I was just confused on the limits of lazyframe evaluation. I will experiment with the env variable mentioned above...