i got 2 csv datasources. need doing data formatting before building model. =============================================== datasource 1: plant.csv the features of different plants. plantid, int / plantname, str / color, str / size, float / cost, float / category, int / weight, float / expire, int / status, int datasource 2: [201601.csv, 201602.csv, 201603.csv....] monthly order sales of plants plantid, int / salesperson, str / date, datetime / qty, int / price, float / gardener, str / package1, bool / package2, bool / package3, bool =============================== now going join files single file this: plantid, int / plantname, str / color, str / size, float / cost, float / category, int / weight, float / expire, int / status, int / salesperson, str / date, datetime / qty, int / price, float / gardener, str / package1, bool / package2, bool / package3, bool which plantid key. there millions of sales records each month. could advise how make tensorflow