Maxime Liquet

Results 828 comments of Maxime Liquet

> Would that be enough to differentiate both examples eventually? I think so?

@Azaya89 you will need to re-lock the project as the solve is failing: ``` Channels: - conda-forge Platform: linux-64 Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... failed PackagesNotFoundError:...

> OK. That will require a separate PR then. I'd make sense doing it in this PR.

@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.

@jbednar a thought I had after your comment in https://github.com/holoviz-topics/examples/issues/477#issuecomment-2524312011, wouldn't it be more appropriate to extend the original `census` example instead of adding a new one? I haven't yet...

> they have large and equal file sizes I launched these two ZIP downloads and was surprised by the difference in file sizes, with 1.3GB for census2010 and 4GB for...

> > * [ ] 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...

So I downloaded the two ZIP files (census 2010 and 2020) and compared them. File sizes (zipped): old 1.44GB vs new 1.62GB Parquet files in the folder: old 36 vs...

> I propose changing the default categorical colormap in hvPlot to `glasbey_hv`, which is currently used in HoloViews. This is not exactly right I think, HoloViews seems to just cycle...

From the above: - hvPlot does not use the same cmap when `by` or `color` are set, this should be fixed imo. - I'm not sure the argument to move...