I’m trying to fill a empty dataframe (OutputData) in Python with values from another dataframe (InputData). InputData has four columns (“Strike”, “DTE”, “IV”, “Pred_IV”) OutputData has as an index all unique Strikes from InputData and as Column names all u…