Commit 2e115d4
Restore dask Series handling in _coerce_categorical_source
The points datashader path passes dask Series (from a dask DataFrame)
to this function. Dask Series lacks .array, so we must compute() first.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ea71fed commit 2e115d4
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| |||
0 commit comments