https://www.programmersought.com/article/83615492528/ Install Anaconda2 and anaconda3 at the same time - Programmer Sought Install Anaconda2 and anaconda3 at the same time Installation address Both URLs can be downloaded. Official websitehttps://www.continuum.io/downloads Tsinghua mirrorhttps://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ Installation process Python2 and pyt www.programmersoug..
1. anaconda.com 접속 - products 메뉴 - individual edition 메뉴 - 다운로드 클릭 2. 본인의 운영체제와 32/64 비트, python 버전 클릭 (python 버전은 최신 버전 설치를 권장) -> 설치파일 다운로드될 것 3. 다운로드된 설치파일 실행 4. Next 누르다가, 'Select Installation Type'을 Just Me 혹은 All Users 중에 선택하라고 나올텐데 'Just Me' 선택해야 함 * All Users 선택하면, 패키치 설치/업그레이드할 때 cmd 창을 관리자 권한으로 열어서 실행해야 함
df = pd.DataFrame(data=np.array([[1, 2, 3], [1, 5, 6], [7, 8, 9]]), columns=['A', 'B', 'C']) df.ix[0]['A'] = 0 # index가 0이고, column이 A인 값을 0으로 수정 근데 .ix()에 문제가 있다. 곧 사라진다고 한다. .loc이나 .iloc 등을 사용할 걸 권장한다 메세지 : .ix is deprecated. Please use .loc for label based indexing or .iloc for positional indexing 같은 기능을 하는 at을 사용할 땐 이런 메세지가 안 뜬다. df.ix[0,'A'] = 0
- 만들어진 dataframe의 여러 column을 index로 설정하는 경우 df.set_index(['year', 'month']) # 'year', 'month'는 각각 column 명 - 엑셀 쓸 때 중복되는 index 혹은 column의 셀 합쳐지지 않도록 하는 방법 : merge_cell=False df.to_excel('example.xlsx',merge_cells=False)
1. anaconda prompt 켜서 jupyter notebook --generate-config 입력 - config 파일이 생성된다. 원래 있었다면 덮어쓰면된다. config 파일 있는 경로가 출력될 것이다. 2. config 파일이 있는 위치로 가서 config 파일(jupyter_notebook_config.py)을 수정한다. #c.NotebookApp.notebook_dirc.NotebookApp.browser = '' 부분의 주석을 없애고 크롬 경로+%s(예. ''C:/ProgramData/Microsoft/Windows/Start Menu/Programs/chrome.exe %s'')를 넣어준다. 끝.
- Total
- Today
- Yesterday
- backtracking
- anaconda2
- 이클립스메모리분석툴
- minor GC
- dynamic programming
- Python
- SecurityContextRepository
- type명령어
- SecurityContextPersistenceFilter
- graph traversals
- 인쇄행고정
- Markdown Note
- anaconda설치
- 인쇄열고정
- 여러 파일 하나로 합치기
- nbconvert
- Divide&Conquer
- ipynb
- Note App
- Excel
- Open ID Connect
- 엑셀
- 메모리제한
- DP
- Bruteforce
- 스도쿠
- greedy
- ICPC
- unreachable object
- 동시설치
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |