Sometimes you may need to select rows from Pandas dataframe. Here is how to filter rows based on column values.
How to Rename Columns in Pandas
Sometimes you may need to rename columns in Pandas Dataframe. Here are the steps to change names of columns in python pandas.
How to Create Pandas Dataframe from Dictionary
How to Create Pandas Dataframe from Lists
There are several ways to create dataframe in python pandas. Here is how to create pandas dataframe from lists.
How to Access Index of Last Element in Pandas Dataframe
Sometimes you may need to access index of last element in pandas dataframe. Here are the steps to do it.
MySQL INSERT or UPDATE if exists
Sometimes you may need to insert or update data in MySQL table. Here are the steps to use MySQL Insert or Update.
How to Do Regular Expression Replace in MySQL
Sometimes you may need to replace multiple strings & patterns in column in MySQL. Here is how to do regular expression replace in MySQL.
How to Get Digits from String in MySQL
Sometimes you may need to extract number from string or numerical value from string in MySQL. Here is how to get digits from string in MySQL.
How to Use SCP with PEM File (SSH Key)
Sometimes you may need to copy file to EC2 instance without password using SCP. Here is how to use SCP with PEM file (SSH key).
How to Ignore SSL Certificate Errors in cURL
cURL works with SSL certificate for HTTPS URLs. Here is how to ignore SSL certificate errors in cURL.