News

Microsoft Data Analysis: .NET for Jupyter Notebooks, DataFrame for .NET

With the maturation of the open-source, cross-platform .NET Core initiative, Microsoft has been upping its data science analysis tooling lately, previewing .NET Core with Jupyter Notebooks functionality and a DataFrame type for .NET for easier data exploration.

Jupyter Notebooks, even though tightly tied to data science darling programming language Python, can now be done with .NET languages C# or F#. The popular notebooks provide interactive environments -- like documents or canvases -- that can feature source code and markdown, or rich text formatting, and other media.

Preview 1 was announced last month, requiring the .NET Core 3.0 SDK.

"When you think about Jupyter Notebooks, you probably think about writing your code in Python, R, Julia, or Scala and not .NET," Microsoft said. "Today we are excited to announce you can write .NET code in Jupyter Notebooks."

The post details working with ML.NET with Jupyter Notebooks for machine learning projects and .NET for Apache Spark for Big Data with projects in .NET.

"The initial set of features we released needed to be relevant to developers, with Notebook experience as well as give users new to the experience a useful set of tools they would be eager to try," Microsoft said.

Following up on that news, Microsoft on Dec. 16 announced the preview of the new DataFrame type for .NET.

"If you’ve used Python to manipulate data in notebooks, you’ll already be familiar with the concept of a DataFrame," Microsoft said. "At a high level, it is an in-memory representation of structured data." The post goes on to provide an overview of this new type and how developers can use it from Jupyter notebooks. Developers can interactively follow along here.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events