728x90 반응형 전체 글856 간단한 실습과 boxplot 이상치 제거 참고) Help -> Cheat Sheets -> Data Visualization with ggplot2 라이브러리 설치가 먼저된 다음에 나오는지는 몰겠음. 설치후, 봐서.... 1. 프로그램 작성. 편집창에서 작성함 install.packages("ggplot2") #패키지 설치 library(ggplot2) #패키지 로딩 View(diamonds) #보기위해 함수 호출 str(diamonds) # diamonds 의 구조 보기 diamonds$xyz_sum = diamonds$x + diamonds$y + diamonds$z View(diamonds) diamonds$xyz_sum = round(diamonds$xyz_sum, 1) View(diamonds) boxplot(diamonds$price.. 2021. 6. 26. 우분투 카카오톡 방화벽 관련 이슈 재시도...아래 글 읽어보자 https://metalog.tistory.com/128 ========================================= 6/23..또 안됨..젠장...뭐지... ========================================= 아래 내용을 넣고...재부팅을 해라... 어떤 포트의 문제인지는 모르겠는데... 넣고 재부팅하니 되기 시작함.ㅋㅋ sudo ufw allow 80/udp sudo ufw allow 443/udp sudo ufw allow 995/udp sudo ufw allow 8080/udp sudo ufw allow 5223/udp sudo ufw allow 5228/udp sudo ufw allow 9282/udp sudo ufw allow .. 2021. 6. 22. mysql com.mysql.jdbc.Driver deprecated 에러.... 참조원문 : https://ildann.tistory.com/12 실행시 나는 아래 에러 해결하는 방법 Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. 요점은...아래와 같이 수정해라. jdbc:mysql://127.0.0.1/crawlerdb?serverTimezone=UTC com.mysql.cj.jdbc.Driver 2021. 6. 21. [공지]제2회 빅데이터분석기사 실기 안내(수정: 체험링크 추가) 구름devth... https://devth.goorm.io/ 실기시험 공고 https://www.dataq.or.kr/www/board/view.do?bbsKey=eyJiYnNhdHRyU2VxIjoxLCJiYnNTZXEiOjUwOTM0M30=&boardKind=notice 데이터자격시험 www.dataq.or.kr 2021. 6. 21. 이전 1 ··· 186 187 188 189 190 191 192 ··· 214 다음 728x90 반응형