nychealth/EHDP-data

Rewrite sparkbar export

Closed this issue · 1 comments

SVG export from python uses chromedriver, which is very slow. R uses V8, which should be much faster. The altair library in R uses the altair library in python, so the API is basically identical.

Probably just going to do it in parallel in python