[python 데이터 핸들링] 판다스 연습 튜토리얼 - 05_Time_Series
·
🥇 certification logbook
Reference - DataManim (https://www.datamanim.com/dataset/99_pandas/pandasMain.html#) - , 데싸라면▪빨간색 물고기▪자투리코드, 시대고시기획 시대교육 DataSet 주가 데이터 : https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/06_Stats/Wind_Stats/wind.data DataUrl = ‘https://raw.githubusercontent.com/Datamanim/pandas/main/timeTest.csv%E2%80%99 Question ✔ 데이터를 로드하고 각 열의 데이터 타입을 파악하라 In [ ]: import pandas as pd df = ..