charles
charles
@phausamann, it would also be really useful to enable `Selector` to select based on a criteria/parameter (e.g., if `time` is a dimension, then selecting data where `time < 1`). This...
Thanks for the suggestion @phausamann . I am actually interested in doing this dynamically in a pipeline. I'm not sure how common this is in other fields, but this is...
Reviving this thread: I just taught this lesson (online) with a class of mostly beginners. My initial impression is to move to the building-blocks order (https://github.com/biologyguy/python-novice-gapminder) for next time, because...
I agree that the animation is helpful for those with access to it, so starting the animation with the final result seems like the way to go. Re: colorblindness question,...
I need to perform GPA in Python for my own work, so I might take this up!
You're welcome! I added a separate PR that I think might fix the workflow: https://github.com/eric-wieser/numpy_ringbuffer/pull/19 , although I could only test it locally.
That sounds good to me!
@merelcht thanks for checking in! Yes, help would be great. I am not sure how to fix the `doctest` error: ``` _________ [doctest] kedro_datasets.netcdf.netcdf_dataset.NetCDFDataset _________ 051 >>> from kedro_datasets.netcdf import...
Thank you @merelcht ! I'll fix up my lint/test errors, and then I'll update the documentation / `RELEASE.md` this week
Fixed the rest of the tests and updated `RELEASE.md`, thanks for your help @merelcht !