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.
2D マトリックスがあり、Python スクリプトを使用して何らかの方法で CSV にエクスポートしたいのですが、高速でエレガントな方法はありますか?
ありがとう
2D マトリックスが numpy 配列である場合は、numpy.savetxtを使用して区切り文字を「,」に設定できます。