Azaya

Results 123 comments of Azaya

A few notes for review: 1. I'm unable to add the `label` tiles to the dashboard. It works fine on individual plots but when added to the dashboard plot, it...

> @Azaya89 just to let you know that I won't have the bandwidth to review this before the end of the year, in case it's urgent. No problem. I can't...

> * [ ] We need to check why the files differ so much, are there more columns in census2020? If so, are they used? Or is the data stored...

> > > * [ ] We need to check why the files differ so much, are there more columns in census2020? If so, are they used? Or is the...

The new dataset has been uploaded now. It's about 2.15 GB on disk.

> Is the race field a categorical? Category should be much smaller than string Yeah (before I changed the 'x' and 'y' types) ![image](https://github.com/user-attachments/assets/1f045eb6-330f-4635-a28e-5e516c4ac1ad)

Using holoviews without the `datashader` aggregator seems to use a continuous colormap as the default: ```python hv.Points(df, ["x", "y"], ['cat']).opts(color='cat') ``` ![holoview_sans_ds](https://github.com/user-attachments/assets/5d93356e-0695-4d16-8b2b-6ec376e3ba95)

Thank you for the clarification @maximlt. However, there is a sort of disconnect in my head that happens when you do ```python points = hv.Points(df, ['x', 'y']) points.opts(color='cat') ``` for...

OK. I have a few questions: - Will this `to_html` method now require a Pandas dependency? - Regarding the Pandas version, I noticed that the `notebook` flag is set to...

I think this Issue can be closed now, re: #13641 @bokeh/dev