[Week 11] .iloc VS .loc VS .ix
After Ben wrote a code to graph for me, I had no idea what the syntax meant so I started googling one by one.
.loc | .iloc | .ix = are very important when it comes to extracting rows or columns from your data frame (df) ← what stackoverflow people…