Maxime Liquet
Maxime Liquet
Going to dump here some notes about the dask/parquet issue. --- I made this project "compliant" with the new infrastructure end of 2023. Before that, it used to rely on...
https://github.com/holoviz/datashader/issues/1202 and https://github.com/holoviz/datashader/pull/1239 have some interesting information about categorical handling in dask / datashader.
Ok so I ended up with keeping `pyarrow` as the engine but adding this before the imports: ```python import dask dask.config.set({"dataframe.convert-string": False}) dask.config.set({"dataframe.query-planning": False}) ``` Since HoloViews does that too...
Yes that's good idea. Although there's a limitation in that this project needs to declare some secrets as environment variables (e.g. `AE5_PASSWORD`) but we have no way yet to set...
Ok so the actions required to move the project to HoloViz are: - [x] Remove the `voila-gpx` project - [x] Rebrand the site as HoloViz, updating the logo and a...
Hi! If your Github handle is part of the list below, it means you have contributed to an example on this repository :) - @scottire: genetic_algorithm, particle_swarms - @djfrancesco: goldbach_comet...
In my opinion `goldbach_comet` aligns with the reduced scope since it uses Datashader :)
The three of them do and I should have mentioned that! Given the change of org and host name and the lack of license, I thought asking wouldn't hurt :)
@Azaya89 this rebase went wrong https://github.com/holoviz-topics/examples/pull/381/commits/561469837ef14cb299555f4565334d64875de90b. I suggest you revert it, and just copy/paste the changes from #200, it's sometimes the easier way.
Which version of pythonnet do you have?