dotnet / corefxlab

This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
MIT License
1.46k stars 345 forks source link

dataframe row escape characters #3023

Closed madschristiansen closed 3 years ago

madschristiansen commented 3 years ago

Hi,

I am in the process of going from python to c# dataframe, but it is a bit of a pain.

After I load the csv all data I extract from it is string but contains escape characters so I have to replace all data - that is cumbersome..

Is there any way to deal with this?

pgovind commented 3 years ago

Hello! Yes, there is. There will be a 0.5.0 release soon that handles escape characters properly. I have it working locally already!

madschristiansen commented 3 years ago

Great news Prashanth. Thank you