# Create a column for GDP per capita and enter 0s in NAs. df = df.fillna(0) df['gdp_per_capita'] = np.where(df['population']!=0, df['gdp']/df['population'], 0 ...
When using xarray.hvplot.quadmesh, I'm unable to use a a custom LinearSegmentedColormap unless I register it with with matplotlib and call it that way. I'm able to use a custom registered matplotlib ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results