Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Vaex のdocsでは、リストのリストからデータフレームを作成する方法が見つかりません。
パンダでは、私は単純にpd.DataFrame([['A',1,3], ['B',2,4]]). これはVaexでどのように行うことができますか?
pd.DataFrame([['A',1,3], ['B',2,4]])