나를 찾아가는 길

[Python]dta 파일 불러오기 본문

Python/공부-ing

[Python]dta 파일 불러오기

ari950505 2022. 1. 15. 23:45
import pandas as pd 
df = pd.read_stata('파일경로/파일명.dta')
Comments