Kaggle (14) 썸네일형 리스트형 [Kaggle] Nexfilx movies and TV shows 데이터 분석 1 (데이터 확인 / 질문) Nexfilx movies and TV shows 데이터셋 분석 분석 목적 : 넷플릭스 컨텐츠 분석으로 트렌드 파악 자료 출처 : https://www.kaggle.com/shivamb/netflix-shows Netflix Movies and TV Shows Listings of movies and tv shows on Netflix - Regularly Updated www.kaggle.com 1. 데이터 확인 # 기본 패키지 불러오기 import math import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns plt.style.use("seaborn") sns.set(font_scale =.. [Kaggle] Zomato Bangalore Restaurants 데이터 분석 2 (데이터 전처리) 이전 내용은 아래 글에서 확인 하실 수 있습니다. [Data Analysis/Kaggle] - [Kaggle] Zomato Bangalore Restaurants 데이터 분석 (데이터 확인 / 질문하기) [Kaggle] Zomato Bangalore Restaurants 데이터 분석 (데이터 확인 / 질문하기) Zomato Bangalore Restaurants 데이터 분석 데이터 출처 : https://www.kaggle.com/himanshupoddar/zomato-bangalore-restaurants Zomato Bangalore Restaurants Restaurants of Bengaluru www.kaggle.com 1.. sks8410.tistory.com 3. 데이터 전처리 3-1 불필요.. [Kaggle] Zomato Bangalore Restaurants 데이터 분석 1 (데이터 확인 / 질문하기) Zomato Bangalore Restaurants 데이터 분석 데이터 출처 : https://www.kaggle.com/himanshupoddar/zomato-bangalore-restaurants Zomato Bangalore Restaurants Restaurants of Bengaluru www.kaggle.com 1. 데이터 확인 # 기본 패키지 불러오기 import math import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns plt.style.use("seaborn") sns.set(font_scale = 1) sns.set_style("whitegrid") import plotl.. [Kaggle] Personal Loan 데이터 분석 3 (EDA / 시각화 / 리뷰) 이전 내용은 아래 글에서 확인 하실 수 있습니다. [Data Analysis/Kaggle] - [Kaggle] Personal Loan 데이터 분석 1 (데이터 확인 / 질문하기) [Kaggle] Personal Loan 데이터 분석 1 (데이터 확인 / 질문하기) Personal Loan 데이터 분석 Personal Loan 데이터는 고객을 더 늘리고자 하는 가상의 은행 데이터입니다. 이 회사의 경영진은 부채를 가진 고객을 개인 대출 고객으로 전환하는 방법을 모색하려고 합 sks8410.tistory.com [Data Analysis/Kaggle] - [Kaggle] Personal Loan 데이터 분석 2 (데이터 전처리) [Kaggle] Personal Loan 데이터 분석 2 (데이터 전처리) 이.. [Kaggle] Personal Loan 데이터 분석 2 (데이터 전처리) 이전 내용은 아래 글에서 확인 하실 수 있습니다. [Data Analysis/Kaggle] - [Kaggle] Personal Loan 데이터 분석 1 (데이터 확인 / 질문하기) [Kaggle] Personal Loan 데이터 분석 1 (데이터 확인 / 질문하기) Personal Loan 데이터 분석 Personal Loan 데이터는 고객을 더 늘리고자 하는 가상의 은행 데이터입니다. 이 회사의 경영진은 부채를 가진 고객을 개인 대출 고객으로 전환하는 방법을 모색하려고 합 sks8410.tistory.com 3. 데이터 전처리 3-1 중복 데이터 확인 bank.duplicated().sum() 중복 데이터는 없습니다. 3-2 컬럼명 대문자 -> 소문자로 변경 bank.columns = bank.colu.. [Kaggle] Personal Loan 데이터 분석 1 (데이터 확인 / 질문하기) Personal Loan 데이터 분석 Personal Loan 데이터는 고객을 더 늘리고자 하는 가상의 은행 데이터입니다. 이 회사의 경영진은 부채를 가진 고객을 개인 대출 고객으로 전환하는 방법을 모색하려고 합니다. 데이터 출처 : https://www.kaggle.com/itsmesunil/bank-loan-modelling Bank_Loan_modelling Personal Loan classification problem www.kaggle.com 1. 데이터 확인 # 기본 패키지 불러오기 import math import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns plt.style.us.. 이전 1 2 다음