HackerRank-SQL Project Planning
SQL Project Planning
SQL Project Planning
Interviews
Symmetric Pairs
Placements
Contest Leaderboard
Challenges
Ollivander’s Inventory
Top Competitors
Average Population of Each Continent
African Cities
Population Census
Weather Observation Station 20
Weather Observation Station 19
Weather Observation Station 18
Weather Observation Station 17
Weather Observation Station 16
Weather Observation Station 15
Weather Observation Station 13
Weather Observation Station 14
Weather Observation Station 2
Top Earners
The Blunder
Population Density Difference
Japan Population
Average Population - floor
Revising Aggregations - Averages
Revising Aggregations - The Sum Function
Revising Aggregations - The Count Function
New Companies
Binary Tree Nodes
Occupations - pivot, row_number
The PADS
Type of Triangle - case when
Employee Salaries
Employee Names - order by
Higher Than 75 Marks - substr, length
Weather Observation Station 12
Weather Observation Station 11
Weather Observation Station 10
Weather Observation Station 9
Weather Observation Station 8
Weather Observation Station 7
Weather Observation Station 6
Weather Observation Station 5
Weather Observation Station 4
Weather Observation Station 3
Weather Observation Station 1
Japanese Cities’ Names
Japanese Cities’ Attributes
Select By ID
Select All Query all columns (attributes) for every row in the CITY table.
Revising the Select Query II Query the NAME field for all American cities in the CITY table with populations larger than 120000. The CountryCode for A...
Revising the Select Query I Query all columns for all American cities in CITY with populations larger than 100000 . The CountryCode for America is USA . Inpu...
주성분 분석 (PCA)
소개 머신러닝은 반복적인 과정입니다.
오버피팅(Overfitting) and 언더피팅(Underfitting)
Categorical variables
Pandas Parsing Dates
Scaling vs Normalization 스케일링과 정규화를 혼동하기 쉬운 이유 중 하나는 용어가 때때로 같은 의미로 사용되어 혼동되기 때문이다. 두 경우 모두 변환 된 데이터 포인트가 유용한 특정 속성을 갖도록 숫자 변수의 값을 변환한다. 차이점은 다음과 같다.
데이터 인덱스, 열 이름 변경 rename
이분탐색 s = [10,12,13,14,18,20,25,27,30,35,40,45,47] s [10, 12, 13, 14, 18, 20, 25, 27, 30, 35, 40, 45, 47] def binary_search(s,low,high, k): if low > ...
데이터 타입 dtype, info
그룹 분석 groupby, agg 우리는 데이터를 그룹화 한 다음 데이터가 속한 그룹에 특정한 작업을 수행할 수 있습니다. 해당 작업은 groupby() 연산을 통해 수행합니다.
누락된 데이터 처리하기 isnull 산술 데이터에 한해 pandas는 누락된 데이터를 실수값인 NaN으로 취급한다. 이 특성을 이용해 데이터의 type이 float이라면 누락된 데이터가 있는지 의심을 가질 수 있습니다. df = pd.DataFrame([['apple',2500],...
주성분 분석 (PCA)
소개 머신러닝은 반복적인 과정입니다.
오버피팅(Overfitting) and 언더피팅(Underfitting)
Categorical variables
Pandas Parsing Dates
Scaling vs Normalization 스케일링과 정규화를 혼동하기 쉬운 이유 중 하나는 용어가 때때로 같은 의미로 사용되어 혼동되기 때문이다. 두 경우 모두 변환 된 데이터 포인트가 유용한 특정 속성을 갖도록 숫자 변수의 값을 변환한다. 차이점은 다음과 같다.
데이터 인덱스, 열 이름 변경 rename
데이터 타입 dtype, info
그룹 분석 groupby, agg 우리는 데이터를 그룹화 한 다음 데이터가 속한 그룹에 특정한 작업을 수행할 수 있습니다. 해당 작업은 groupby() 연산을 통해 수행합니다.
누락된 데이터 처리하기 isnull 산술 데이터에 한해 pandas는 누락된 데이터를 실수값인 NaN으로 취급한다. 이 특성을 이용해 데이터의 type이 float이라면 누락된 데이터가 있는지 의심을 가질 수 있습니다. df = pd.DataFrame([['apple',2500],...
주성분 분석 (PCA)
소개 머신러닝은 반복적인 과정입니다.
오버피팅(Overfitting) and 언더피팅(Underfitting)
Categorical variables
Pandas Parsing Dates
Scaling vs Normalization 스케일링과 정규화를 혼동하기 쉬운 이유 중 하나는 용어가 때때로 같은 의미로 사용되어 혼동되기 때문이다. 두 경우 모두 변환 된 데이터 포인트가 유용한 특정 속성을 갖도록 숫자 변수의 값을 변환한다. 차이점은 다음과 같다.
데이터 인덱스, 열 이름 변경 rename
데이터 타입 dtype, info
그룹 분석 groupby, agg 우리는 데이터를 그룹화 한 다음 데이터가 속한 그룹에 특정한 작업을 수행할 수 있습니다. 해당 작업은 groupby() 연산을 통해 수행합니다.
누락된 데이터 처리하기 isnull 산술 데이터에 한해 pandas는 누락된 데이터를 실수값인 NaN으로 취급한다. 이 특성을 이용해 데이터의 type이 float이라면 누락된 데이터가 있는지 의심을 가질 수 있습니다. df = pd.DataFrame([['apple',2500],...
주성분 분석 (PCA)
소개 머신러닝은 반복적인 과정입니다.
오버피팅(Overfitting) and 언더피팅(Underfitting)
Scaling vs Normalization 스케일링과 정규화를 혼동하기 쉬운 이유 중 하나는 용어가 때때로 같은 의미로 사용되어 혼동되기 때문이다. 두 경우 모두 변환 된 데이터 포인트가 유용한 특정 속성을 갖도록 숫자 변수의 값을 변환한다. 차이점은 다음과 같다.
이분탐색 s = [10,12,13,14,18,20,25,27,30,35,40,45,47] s [10, 12, 13, 14, 18, 20, 25, 27, 30, 35, 40, 45, 47] def binary_search(s,low,high, k): if low > ...
데이터 기반 의사 결정: 디지털 시대의 성공
데이터 기반 의사 결정: 디지털 시대의 성공
konlpy 오류해결-java.nio.file.InvaliPathException