https://www.tuwlab.com/index.php?mid=ece&page=2&document_srl=27193
https://www.tuwlab.com/index.php?mid=ece&page=2&document_srl=27234 https://www.tuwlab.com/index.php?mid=ece&page=2&document_srl=27260 https://www.tuwlab.com/ece/27270
https://datatofish.com/if-condition-in-pandas-dataframe/
https://docs.anaconda.com/anaconda/install/
// XPath CheatSheet | |
// To test XPath in your Chrome Debugger: $x('/html/body') | |
// http://www.jittuu.com/2012/2/14/Testing-XPath-In-Chrome/ | |
// 0. XPath Examples. | |
// More: http://xpath.alephzarro.com/content/cheatsheet.html | |
'//hr[@class="edge" and position()=1]' // every first hr of 'edge' class |