apple/turicreate

sqlalchemy connection & pandas `object` dtype

開放

#92 建立於 2017年12月14日

 (5 則留言) (0 個反應) (0 位負責人)C++ (1,161 個分叉)batch import
SFramebugenginegood first issuep4

倉庫指標

星標
 (11,135 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

It seems turicreate doesn't like sqlalchemy connections. Fair enough. I can connect to it using pandas instead and then create an SFrame from it.

Turns out, though, that in pandas string types are represented under the umbrella of dtype(O). And turicreate doesn't recognise these as strings.

pandas and sqlalchemy play really nice with each other, and I would wage there's a lot of people in the community who use these in conjunction to simplify fast prototyping. Is this problem something you would like to look into?

貢獻者指南