to csv and to tsv (#412)

* MathEval Variance and Stddev

* Fix tests and linting

* Typo

* Deal with streams when they are not tables

* ToTsv and ToCsv
This commit is contained in:
Luccas Mateus
2021-12-02 23:02:22 -03:00
committed by GitHub
parent 349e83abd0
commit 3d8394a909
6 changed files with 363 additions and 0 deletions

View File

@ -157,6 +157,8 @@ pub fn create_default_context() -> EngineState {
ToJson,
ToUrl,
ToToml,
ToTsv,
ToCsv,
Touch,
Use,
Update,