CREFILエンジニアの米永です。 今回は Shift_JIS形式のテキストファイル(txt)を CSV形式 に変換する方法を紹介します。 普段データの変換は Google Apps Script を使用することが多いのですが、GASはShift_JIS形式に対応していなかったため、Pythonを使ってVSCodeでデータ ...
前回で全てのテキストを抽出しました。抽出したテキストを見てみます。 #提出番号+通知番号 results = re.findall(r"提出番号[\s ...
In this video, we’ll talk about how to use python for machine learning. So let’s get started. Python is a popular and powerful general-purpose programming language that recently emerged as the ...
Writing to files is one of the most important things you will learn in any new programming language. This allows you to save user data for future reference, to manipulate large data sets, or to build ...
前回は、シェルとシェルスクリプトがどのようなものかということと、パスの取り扱いについて学びました。今回はその続きとして、実際にPythonをシェルスクリプトのように使い、その実例を紹介します。 シェルの呼び出し シェルスクリプトは前回説明し ...