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
929 stars 196 forks source link

Frame.ReadCsv infer types / schema interaction is wonky #347

Open adamklein opened 8 years ago

adamklein commented 8 years ago

If you provide a schema, then you must not have inferTypes = false, or else the schema is ignored. This seems wrong. If we provide a schema, inferTypes should be irrelevant...

adamklein commented 8 years ago

Or at least document this, that should be sufficient.