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

Rename column names in serializer when they are duplicates #182

Closed RogerTangos closed 8 years ago

RogerTangos commented 8 years ago

Pretty straightforward here. If there the API response includes a duplicate column, columns are appended '_' + n, until column_n is unique. Fixes #177