fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
942 stars 197 forks source link

Specify type when reading CSV data #235

Closed tpetricek closed 4 years ago

tpetricek commented 10 years ago

When reading CSV data, I should be able to specify that all columns should be treated as values of a specific type (e.g. string or float). This probably needs to be handled in the CSV parser in F# Data (e.g. by specifying schema)

zyzhu commented 4 years ago

Close this old issue as schema parameter is already implemented