참고 글
import time, datetime
start = time.time()
# 코드
#print("time : ", time.time(), start)
time_result = str(datetime.timedelta(seconds=time.time()-start)).split(".")
print("소요 시간 : ",time_result[0])
이렇게 출력됨
'ML > Python' 카테고리의 다른 글
[Pandas] DataFrame 행/열 출력 개수 지정: set_option (0) | 2021.11.12 |
---|---|
shp 파일[shapefile], 파이썬에서 shp 파일 읽는 법 - geopandas, shapefile, fiona, osgeo (0) | 2021.11.10 |
geopandas 설치 오류 (0) | 2021.08.06 |
댓글