Prashanth Govindarajan

Software Engineer, .NET Libraries

I'm a .NET Libraries developer with a focus on System.Text.RegularExpressions, Numerics, and DataFrame. I also occasionally work on problems in the data science space.

Post by this author

Introducing the Half type!

The specification defines many floating point types, including: , , and . Most developers are familiar with (equivalent to in C#) and (equivalent to in C#). They provide a standard format to represent a wide range of values with a precision acceptable for many applications. .NET has always had and and with .NET 5 Preview 7, we've added...

An Introduction to DataFrame

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