Recent Posts

Python_rawfile_location_notebook

4 minute read

파일경로 패키지 경로 관련 노트북 정리 파일경로 관련 궁금한 것 파일로드할때의 종류. 절대경로 상대경로. 왜 파이썬에는 windows 경로 문자인 \ 가 인식이 안되는가? 1. 파일로드 할때의 종류 ## A. 절대경로 ...

Pandas_practice_1

17 minute read

pandas#1 Pandas는 python 계의 엑셀! 하지만 엑셀이 더쉽긴하다 ㅋㅋ numpy의 ref.이므로 numpy기능을 그대로 제공. indexing 전처리등에 많이씀 필요없는데이타 날리기, 머지등을 하기 쉽다. 1. Numpy, Pandas 임포트...

Numpy_practice

6 minute read

Array creation 1. [“1”, “4”, 5, 8] 를 numpy로 Float로 선언 import numpy as np aa = np.array(["1", "4", 5, 8], float) aa array([1., 4., 5., 8.]) 2. 위의 것 sha...

Hello github.io

less than 1 minute read

중국에 출장와서 나만의 시간을 갖게 됐다. 집에서 육아를 도와주고 하다보면 자기개발을 못하게 되지만 그래도 정말 귀여운 아기와 함께 있으면 시간가는 줄 모른다.

기여도 분석 툴 제작

3 minute read

지금 업무에 필요한 개발들이 많지만 그 중에서 지금 제일 유용할 것으로 보이는 것은

Welcome to Jekyll!

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...