Sometimes you may need to slice python string. Here are the steps to do it.
Python
How to Select Rows from Dataframe Using Column Values
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.
How to Run Python Scripts in Sequence
How to Download Attachment from Gmail Using Python
Sometimes you may need to download attachment from Gmail using python application or services. Here are the steps to download attachment from Gmail using python