Hi
I have used VegaLite.jl to plot a choropleth map in Julia. And Geopandas to plot the same in Python.
As I want to make a benchmark between both I would like to know if VegaLite.jl has been fully written in Julia or if it is just a wrapper?
Because I have noticed that when I use “Pycall” to retrieve data from X sources (ex: Splunk); Julia is very slow. And if VegaLite is just a wrapper then my becnhmark will not be fair.
Thank you