1. 오늘 학습 목표- 오늘은 그동안 했던 내용을 복습했으므로 개인적으로 나눠준 개인과제를 풀어보는 TIL을 작성하겠습니다.2. 오늘 학습 한 내용파이썬 라이브러리 개인과제 (저번에 이어서 2-1부터)구글드라이브 마운트하기from google.colab import drivedrive.mount('/content/drive') # 구글 드라이브 연결import warningswarnings.filterwarnings('ignore') # warning 무시 문제 2-1import pandas as pdimport matplotlib.pyplot as pltimport numpy as npmanu_path = '/content/drive/MyDrive/DataSet/manufacturing_data_400..