Sometimes you may need to drop rows in Pandas with NaN values. Here are the steps to do it.
How to Run Python Script from PHP
How to Convert All Strings in List to Integer
How to Uninstall Python 2.7 on Mac OS
How to Parse URL into Hostname & Pathname in JS
Sometimes you may need to split URL into hostname and pathname in JavaScript. Here is how to parse URL into hostname & pathname in JS.
How to Remove Element By Id in JS
How to Write to File in NodeJS
How to Export JS Array to CSV File
How to Convert Unix Timestamp to Datetime in Python
Sometimes you may need to convert unix timestamp to datetime python. Here are the steps to fix the problem.
How to Smooth Scroll on Clicking Links
Sometimes you may need to smooth scroll on clicking links on web pages. Here is how to do this using JavaScript and jQuery.