Why does the last grouped dataframe in the series not load data to mysql? (pandas and mysql)
The first 3 x grouped dataframes insert into mySQL perfectly. The 4th Dataframe (or last in the series) appears to insert no data). Eg: in MySQL, running SELECT COUNT(*) FROM TEMP_2024_05_18; returns 0 results, however for all other temp tables it shows the correct number of rows!