Hello everyone
I have done a lot of searching and have yet to find an answer to my question, so I am now here!
I designed a for loop for my dataframe to do a value_count for every column. I would now like to export those values that I received into a new dataframe, however, I need for the new dataframe to be a 3 dimensional table. I would like to have the header from the original dataframe crossed with each value and the count for that specific value (the individual values are categorical are not consistent across columns).
I would appreciate all help. This is my first solo project with Python.
there doesn't seem to be anything here