-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .Net Interactive .ipynb CSV data loading example with C# #23
Comments
@colombod from .Net Interactive team suggested to try the latest preview version of .Net ML libs using:
This is using a daily build that will be out soon for the Dataframe nuget. Sample ml project notebook: |
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 smaller 33Mb file: |
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: |
Use .Net Interactive Notebooks extension: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode
and
Microsoft.Data.Analysis
api: https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.analysis.dataframe?view=ml-dotnet-previewThe text was updated successfully, but these errors were encountered: