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.
現在、列に null しかない場合、次のエラーで例外がスローされます。
無効: オブジェクト配列の型を推測できません。すべて null でした
タイプを推測する代わりに使用される列のタイプを指定することは可能ですか?
バージョン:
feather-format==0.3.1 pandas==0.19.1
サンプルコード:
feather.write_dataframe(pandas.DataFrame([None]*5), '/tmp/test.feather')