microsoft / datamations

https://microsoft.github.io/datamations/
Other
66 stars 14 forks source link

Get python to parity with R updates #151

Open jhofman opened 2 years ago

jhofman commented 2 years ago

@chisingh, once @willdebras merges documentation, can you take a look to see what's new in R?

some of the custom animation stuff (mean, median) should come "for free" without any or much spec update. other stuff like quantile will require some pipeline parsing on the python side. (@willdebras or @giorgi-ghviniashvili, can you link an example spec for quantile here?)

let's capture a list of what needs to be done, then we can go about doing it :)

willdebras commented 2 years ago

@chisingh, apologies for the delay on this. These quantile specs are fully updated:

https://github.com/microsoft/datamations/blob/main/sandbox/custom_animations/custom-animations-quantile-R.json

The generation on the R side has been updated to do the following:

https://github.com/microsoft/datamations/blob/main/sandbox/custom_animations/custom-animations-quantile-R.json#L846