An Introduction to DataFrame
![Prashanth Govindarajan](https://devblogs.microsoft.com/dotnet/wp-content/uploads/sites/10/2019/12/MicrosoftPic-150x150.jpg)
Last month, we announced .NET support for Jupyter notebooks, and showed how to use them to work with .NET for Apache Spark and ML.NET. Today, we're announcing the preview of a DataFrame type for .NET to make data exploration easy. If you've used Python to manipulate data in notebooks, you'll already be familiar with the concept of a DataFrame. At a...