!wget https://github.com/tendo-sms/python_beginner_2023/raw/main/files_4/files.zip . !unzip files.zip !mv files/* . import pandas as pd # プログラムを作成してみましょう # 辞書データの作成 dict_practice = {"date":"2023-01-06", "operator":"鈴木", "temperature":18, "measureValue1":1000, "measureValue2":600, "measureValue3":1200, "measureValue4":800 } # プログラムを作成してみましょう