上記の記事を読んでつまづいたところのメモ。 pyplotはグラフなんかを表示するためのモジュール。 なんとなくは知ってるけど使いこなせてはいないので、改めて使い方を確認。 matplotlib.pyplotをインポート import matplotlib.pyplot as plt pyplotのインポート。 みたい ...
研究で測定したデータのベースラインをエクセルで引いていると手作業によるミスが生じるが、データが少し汚いので全自動でベースラインを引くと望ましくないベースラインが引かれてしまうので、手作業を支援するツールを作ろうと思った。 まずは ...
For this lab, we'll explore a dataset containing yearly population data about different countries and regions around the globe. Let's start by importing the dataset so we can get to work. In the cell ...