datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

create table from CSV should have some understanding of data types #126

Open RogerTangos opened 8 years ago

RogerTangos commented 8 years ago

Currently, when a user creates a table from a CSV all columns are assumed to be strings, and set to type text. The import_table method should be smarter about this - possibly making use of some code from the refiner app.