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.
Python を使用して開いて分析する必要がある 37 個のデータ ファイルがあります。大量の open() ステートメントと close() ステートメントを使用してコードを総当たりにするのではなく、多数のファイルを開いて読み取るための簡潔な方法はありますか?