Recent posts

pandas csv file 읽을때 저장된 시간 알아내기

less than 1 minute read

pandas csv file 저장 시간 확인 pandas에서 csv 파일을 읽어올 때 해당 파일의 생성 날짜를 알고 싶으시다면, 다음과 같이 하시면 됩니다. import os.path, time file_path = '파일 경로' print("파일 생성 시간 : ", time....

google cloud bigquery

less than 1 minute read

google cloud bigquery doc link 정리 예정 python에서 동작 정리

kaggle intro sql

10 minute read

1. Getting Started With SQL and BigQuery Learn the workflow for handling big datasets with BigQuery and SQL from google.cloud import bigquery # Create ...

Pandas-Bokeh

less than 1 minute read

pandas 그림 그리는 솔루션 (Pandas-Bokeh) user guide package github kaggle tutorial