garaud / jitenshea

Bicycle-sharing data analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update the luigi clustering table to have varchar instead of int for station_id

garaud opened this issue · comments

Some standardization is necessary here, as we have several tables with an id feature. Some of them are int, whilst the others are varchar. Following your suggestion for clustering table, I propose to set every id feature as varchar (i.e. station_id and cluster_id).

Solved by PR #31