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 for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube