Taras Novak
Taras Novak
also, do we really need to load all of these JS libraries? Would not it be more efficient to load them based on imports? 
Something is off while trying to load smaller 2022 crimes CSV data file with msft DataFrame: 
@colombod from .Net Interactive team suggested to try the latest preview version of .Net ML libs using: ``` #i "nuget:https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json" #r "nuget:Microsoft.Data.Analysis,0.20.0-preview.22514.1" ``` This is using a daily build that...
Updated .Net Interactive notebooks setup to use new Polyglot Notebooks ext.: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode Changed imports to ML .Net preview nugets listed above. Still getting load CSV data error, even for the...
ML .net nuget is very beta and can't parse CSV with missing data fields yet. Devs suggested to try 3rd party parquet library instead: https://github.com/G-Research/ParquetSharp.DataFrame
Takes about 16s to load Chicago crimes data into blank in-memory DuckDB instance. See new section in docs: https://github.com/RandomFractals/chicago-crimes#with-duckdb 
New in Emacs section in docs: https://github.com/RandomFractals/chicago-crimes#in-emacs
@ak-coram can take it from here & thanks for that Chi crimes in Emacs with Lisp lang. contrib!
well, I ran a test with pyolite in vscode, and also question the need to load all of those libraries for simple notebooks that don't use most of them: https://github.com/joyceerhl/vscode-pyolite/issues/2#issuecomment-880135835...
@bollwyvl understood. I was just sharing my first impression after trying it in vscode. I will try to find some time soon to provide good data viz examples and notebooks...