CSV
adapter difficult to use and not very flexible
#259
Labels
adapter: general
Issues and PRs related to input/output adapters in general
good first issue
Good issue for first-time contributors
type: enhancement
Issues and PRs related to improvements to existing features
Discovered during the hackathon, the current
CSV
adapter is not great. It was difficult to map multiple columns as datetimes, it basically presupposes a "symbol column", and it doesnt allow for returning just e.g. a dict of values in the row. Here is a naive alternative built for the hackathon to read Citibike historical CSV data:The text was updated successfully, but these errors were encountered: