Now I finally understand these Coordinates and Dimension concepts! Thank you! Couldn't wrap my head around it by reading the docs. Your clear explanations made the difference! I clearly suffered from the pandas brain syndrome
I was recently calculating dew point from temperature and relative humidity and adding it to the xarray dataset and for whatever reason (regardless of the solutions I tried), the dew point data variable would only go to the coordinates. Any idea why? It didn't cause any issues weirdly enough but I thought it was strange.
Now I finally understand these Coordinates and Dimension concepts! Thank you! Couldn't wrap my head around it by reading the docs. Your clear explanations made the difference! I clearly suffered from the pandas brain syndrome
Needed this. Began my first attempts at learning about PCA and Kmeans and honestly dimensionality was my biggest “what?” moment and this helps a lot!
You are so good at teaching. Thank you
I was recently calculating dew point from temperature and relative humidity and adding it to the xarray dataset and for whatever reason (regardless of the solutions I tried), the dew point data variable would only go to the coordinates. Any idea why? It didn't cause any issues weirdly enough but I thought it was strange.
Can you post how you were adding it? thanks!