We often see bugs from programmers not fully understanding copies in Python. This week we clear it up with a deep dive on when to assign, when to copy, and when to deep copy.
MetPy Mondays #311 - Stop Making Copies the Wrong Way! Copy vs. Deepcopy
18 March 2024
We often see bugs from programmers not fully understanding copies in Python. This week we clear it up with a deep dive on when to assign, when to copy, and when to deep copy.
MetPy Mondays #310 - How to Deal with Missing Data Part 3 - Filling and Interpolating
04 March 2024
How can you use filling and interpolation to deal with missing data? Find out in this week's MetPy Monday!
MetPy Mondays #309 - How to Deal with Missing Data Part 2 - Using NaN and NA
26 February 2024
What's the difference between np.nan and pd.NA? When do we use them? Find out in this week's MetPy Monday!
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.