Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 구루미biz
- 프리미어
- BrainCar
- laserutting
- 구루미biz(gooroomeebiz)
- Premiere
- 3dmodeling
- seoulmysoul
- 레이저커팅
- 볼트 모델링
- 구루미 고객센터
- FUSION 360
- 무드등
- 3D모델링
- LayerCutting
- micro-bit
- 3D프린팅
- fusion360
- 22ww.tistory.com
- 3d
- suno
- 3D PRINTING
- 3D modeling
- ChatGPT
- lasercutting
- 3Dprinting
- 서울마이소울
- 3D 모델링
- 구루미 장애사항
- 구루미비즈
Archives
- Today
- Total
CodingMaker
Anaconda Python 본문
아나콘다 3.7 다운로드 https://www.anaconda.com/distribution/
All Users 로 설치하기
import pandasimport pandas as pd 입력하고 Shift+Enter
http://localhost:8888/notebooks/Untitled.ipynb?kernel_name=python3
행과 열로 보기
type 확인할때는 아래와 같이 입력하고 Shift+Enter
데이터 타입을 알아야할때 확인하는 방법(정수, 문자열 등)
NaN (Not to Number)
DataFrame (csv)
예약어가 없어서 아쉬운 점
데이터에 접근하는 시간 차이 비교
order.at[1,"date"] at은 한 구문만 꺼내오고 속도가 빠르다.
조건을 변수로 빼 올수 있다.
원하는 열을 삭제할때
그래프 그려주는 데이터 관련 참고 사이트 http://seaborn.pydata.org/