We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fff0eb commit 1aa71d1Copy full SHA for 1aa71d1
elastic_datashader/tilegen.py
@@ -1271,8 +1271,9 @@ def remap_bucket(bucket, search):
1271
categories.insert(0, categories.pop(categories.index("Other")))
1272
except ValueError:
1273
pass
1274
-
+
1275
# datashader has issue in 0.15.0 with categories that have only one class
1276
+ # https://github.com/holoviz/datashader/issues/1230
1277
if len(categories) == 1:
1278
categories.append('')
1279
cat_dtype = pd.api.types.CategoricalDtype(categories=categories, ordered=True)
0 commit comments