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.
実行ごとにデータの列を提供する for ループがあります。for ループを 0:4 の範囲で実行すると、5 つの列が得られます。印刷すると、column1、column2、...のように、5つの列すべてをまとめてcsvファイルとして保存したいと思います。この 1 つのファイルでは、5 つの列を for ループの順序、つまり column1、column2、... で並べ替えたいと考えています。