파이썬60 컬러 파레트 추천 사이트 : Coolors https://coolors.co/palettes/trending Trending Color Palettes - Coolors Get inspired by thousands of beautiful color schemes and make something cool! coolors.co 2022. 8. 20. 해결 : pip install pyreadstat 패키지깔아도 spss,sav 못읽음 Do it 225~226p 책에서 시키는대로하고, 아나콘다 프롬프트에서 해야되나 싶어서 아나콘다 프롬프트로도 했는데도 못읽음. 그냥 파일 자체가 문제였다. 한 6시간은 찾아다닌것같은데 그냥 파일이 안열리는 파일.... https://www.koweps.re.kr:442/data/data/list.do 에서 beat3 버전이있는데 이걸로 하니까 열림. 2022. 8. 3. Jupyter Notebook 글자 찾기,바꾸기 Find and Replace기능 글자 찾는거야 Ctrl+F 하면되는데 바꾸기는 어떻게할까? 예시) 경로표시는 /로 써야되는데 복붙하면 이런식으로 원화표시로 나온다./로 수정하기 그냥 셀클릭하고 Find and Replace를 하면 셀하나에 있는 내용만 수정이 가능한데 셀 왼쪽 부분을 Shift누르고 원하는 셀만 선택한뒤 Find and Replace를 하면 여러 셀을 수정가능하다 ++ 추가 ))화살표를 누르면 모든 cell을 다 검색한다. 최근 버전 Ctrl + F 누르면 우측에 저렇게 뜸토글버튼 눌러주면 내가 원하는 탭들을 선택하고, 필터모양(깔때기모양)을 눌러주고 Search in N Selected Cells를 눌러주면 선택한 탭에서만 수정이된다. 2022. 7. 30. 해결) seaborn col로 groupby했을때, plt.xticks설정하면 마지막 그래프만 바뀜 해결) plt.rcParam 이용 2022. 7. 20. 데이터시각화 예시 모음집(matplotlib, seaborn) 1.데이터시각화 갤러리 https://www.python-graph-gallery.com/scatter-plot/ Scatterplot | The Python Graph Gallery A collection of scatterplot examples made with Python, coming with explanation and reproducible code www.python-graph-gallery.com seaborn, matplotlib 모아놓은 사이트 찾아다녔는데 굿 2 Seaborn 공식 example https://seaborn.pydata.org/examples/index.html Example gallery — seaborn 0.11.2 documentation seaborn.pyda.. 2022. 7. 20. df.plot 매개변수 정리사이트 https://pandas.pydata.org/pandas-docs/version/0.22/generated/pandas.DataFrame.plot.html pandas.DataFrame.plot — pandas 0.22.0 documentation Parameters:data : DataFrame x : label or position, default None y : label or position, default None Allows plotting of one column versus another kind : str ‘line’ : line plot (default) ‘bar’ : vertical bar plot ‘barh’ : horizontal bar plot ‘h pandas.pydata.org 2022. 7. 17. 해결중..) matplotlib : ax. 와 plt. 의 차이. 엑셀 그래프 공부할 때는 정말 편했다. 그래프 그리는 방법이 한가지로 통일되어있으니 그냥 책보고 따라하면서 공부하면 그만이다. 머리아플일도 없었는데 파이썬을 공부하면서는 라이브러리도 한개가 아닌데 심지어 같은 matplotlib을 쓰는데 누구는 plt.xlabel~ 이런식으로하고 누구는 ax.set_~~이런식으로 하고 왜 이렇게 할까 궁금해서 찾아봤다 https://hwi-doc.tistory.com/entry/matplotlib-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC matplotlib 완벽 정리 데이터 분야 공부를 시작할때 가장 먼저 만나는 세 가지 라이브러리를 꼽자면 numpy, pandas, matplotlib 입니다. 오늘은 그 중 matplotlib 에 대해서 정리.. 2022. 7. 16. enumerate : index와 value값을 동시에 알 수 있다. enumerate 원래 뜻 '열거하다' 주로 for문에서 사용한다. 자기 value뿐만아니라 index까지도 내뱉는다. 다른 예시. 풀어서보면 enumerate for문에 대한 이해가 조금 된다. 선 그래프의 marker마다 y값을 적는 코드. 그냥 그래프 enumerate를 사용해서 값 적기 사실 풀어쓰면 이런것. idx는 0,1,2... 이런식으로 증가하고 enumerate(y)니까 txt는 y값인 2, 4, 8로 증가한다. enumerate 응용. rect? bar? 이건 좀 이해가 안된다. enumerate(bar) 부분을 잘 모르겠다 아주 간단하고 깔끔하게 설명 https://cjh5414.github.io/python-for-index/ Python for 문 index, value 동시에 접.. 2022. 7. 11. 이전 1 2 3 4 5 6 ··· 8 다음