ニュース

業務で送られてきたCSVファイルが、なんと 2GB!! Excelでは開けない、VSCode(テキストエディタ)でも開けない🥺 でも Pythonがあれば大丈夫 なのです。 重たいCSVを開かないまま欲しいデータが取れるのです。 以前、フィルタリングについて書きましたが、 今回は、シンプルに、ファイル名 ...
CSVファイルからデータを抜き出して棒グラフを書くのも簡単だ。 以下は、平成28年度をY軸にして棒グラフを描画するプログラムだ。
This post will show you how to open CSV files in Python using the CSV module. You'll also learn another method + how to write CSV files!
This post explains how to write to a file in Python. You'll discover how to create word files (.docx), spreadsheets (.csv), text files, and more!