전산 관련 시험/빅데이터분석기사, AI 용어29 R 데이터 분석_수집 1) 엑셀파일 가져오기 readxl 패키지 설치 install.packages("readxl") library(readxl) 데이터 세트로 저장 escel_data_ex Improt Dataset -> From Excel ] install.packages("readxl") library(readxl) > mtcars View(data_ex) https://mizykk.tistory.com/94 [Python] 엑셀 불러오기 :: pd.read_excel Pandas의 read_excel을 이용하면 엑셀 파일을 python의 dataframe으로 불러올 수 있다. # Pandas import pandas as pd pd.read_excel( io, sheet_name=0, .. 2022. 6. 22. 이전 1 ··· 5 6 7 8 다음