Currently, the read_folder function returns a concatenated Dataframe, while the demo file iterates over it as if it were a list of Dataframes. This can be confusing for the users.
I propose updating the read_folder function to return a list of Dataframes and adjusting the docstring/demo accordingly.
I have local fix ready and can open a pull request if this appoach is applicable.