Hello,
I need to read excel files that are generated as forms and not as tables or tabular data, are there any tutorials or examples on how to read unsorted excel files and generate a dataframe with the information obtained? I have searched and find only references to importing excel or skipping non-ordered rows.
Something like this, for example:
Thank you!