npri-tools / npri

A Python package providing easy-to-use code that returns recently reported emissions from facilities, socio-economic information for places, emissions records for specific companies and industries, and emissions trends over time
GNU General Public License v3.0
0 stars 0 forks source link

change mapping options to ensure minimum circle size #28

Open ericnost opened 5 months ago

ericnost commented 5 months ago

sometimes, when facilities are filtered, the quantiles become None, so fix with something like:

aggregate.loc[aggregate['quantile'].isna(),'quantile'] = 3 # Deafult marker size