I want to create a dataframe with 8 columns
Each cell can have 5 possible values
"strongly agree", "agree", "disagree", "strongly disagree" and NaN
I want to generate a dataframe with all the possibilities (permutations/combinations) so that I can use this dataframe for further processing.
Is it possible to generate this dataframe? In python or R ?
To Summarize, A Dataframe with 8 columns and 5 combination of values. 5^8 rows of data should be there in the dataframe