QuantStack / py2vega

BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Built-in functions #26

Closed martinRenou closed 5 years ago

martinRenou commented 5 years ago

The Python built-in len function could be mapped to the Vega length function The Python built-in slice function could be mapped to the Vega slice function The Python built-in str function could be mapped to the Vega toString function ...