I have several CSV files (tables) in a directory (all tables have different schemas) and want to loop over the files and read each table into a separate dataframe.
Is there any way to do this in Python/Pandas - to read the different tables into a dataframe array? How multiple tables (with different schema) be imported into a multiple separate data frames?