From ssv from xml (#383)

* MathEval Variance and Stddev

* Fix tests and linting

* Typo

* Deal with streams when they are not tables

* From xml and from ssv

* linting
This commit is contained in:
Luccas Mateus
2021-11-29 16:22:13 -03:00
committed by GitHub
parent 5de12da765
commit 414ed4877a
6 changed files with 902 additions and 0 deletions

View File

@ -71,6 +71,8 @@ pub fn create_default_context() -> EngineState {
FromIcs,
FromIni,
FromVcf,
FromSsv,
FromXml,
FromXlsx,
Get,
Griddle,