Pandas
Pandas techniques
Conditional Replace value in a column
Styler.format(formatter=None, subset=None, na_rep=None, precision=None, decimal='.', thousands=None, escape=None, hyperlinks=None) Format the text display value of cells.
Custom Pandas function for formatting
DataFrame.nlargest(n, columns, keep='first') Return the first n rows ordered by columns in descending order.
10 WAYS TO FILTER PANDAS DATAFRAME
reorder multi-indexed dataframe columns at a specific level
Show all columns of Pandas DataFrame in Jupyter Notebook
if 'A' in df.columns: check if a column exists in Pandas
Merge, join, concatenate and compare
Export from pandas to_excel without row names (index)
Date time in Python
time.ctime() method converts a time in seconds since the epoch to a string in local time
time.ctime() Method
get file creation and modification date/times?
Automation libraries
ahk Python wrapper around AHK.
Copy data to clipboard, Paste to Excel - COM or other method
Pyperclip is a cross-platform Python module for copy and paste clipboard functions
Copy and paste text to the clipboard with pyperclip