I am having dataframe like below
Rate.head(4)
KG Europe_Rate NAP_Rate
1 10 8
2 16 12
3 19 16
4 22 18
I want insert this data into AWS table. How can this be done?
Database: Rate
Table :Customer_Rate
The columns types in AWS athena is double ( KG, Europe_Rate, NAP_Rate).