Added Pandas snippet to find the 3rd Friday of a month. Useful in finance/trading to determine futures or options expiration dates.
Added Python snippets for lambda and map, filter, reduce functions.
They can also be instant searched at map, filter, reduce under Python Snippets.
Started to add Python snippets for quick search and browse.
Snippets: manipulate date and time, slice data on time, resample frequencies to Time Series Data.
Snippets: add missing business dates to Time Series Data.
Notes: Calculating cumulative returns of a stock with python and pandas
Snippets: added pivot_table, melt to Reshape Data.