Missing data can throw off everything from your calculations crashing to feeding you incorrect results to interpret. The week we start a short series on ways to deal with missing data in Python.
MetPy Mondays #308 - How to Deal with Missing Data Part 1 - QC
05 February 2024
Missing data can throw off everything from your calculations crashing to feeding you incorrect results to interpret. The week we start a short series on ways to deal with missing data in Python.
MetPy Mondays #302 - Dictionaries of Functions and functools.partial
13 November 2023
Use functools.partial and dictionaries to make prebuilt function calls to make your analysis code easy to read and follow!