DATA100-L19: SQL II and PCA I
Contents
SQL II
sql and pandas
how to connect sql to python
|
|
LIKE and CAST
LIKE
: search for a pattern in a column
|
|
CAST
: convert data type
SQL Joins
Cross Join
|
|
Inner Join
|
|
|
|
left/right/full outer join
other join conditions
PCA
dimensionality and rank of data
dimensionality <===> rank
two interpretations of matrix multiplication
- matrices as linear operations
- ~coordinate transformation
matrix decomposition and rank
尽可能的保留主成分,而舍弃无关的成分 ===> rank
manual matrix decomposition exercise
lin alg有的时候不能分析出真正的“rank",需要