Django + S3 + Pandas - How to save data frame on S3 bucket?

I create a Pandas DataFrame inside the view, and I need to save it in my S3 sheet as a csv file. I can store downloaded files normally, my problem is to create files in the view and store them. Can anyone help?

+4
source share

Source: https://habr.com/ru/post/1613040/


All Articles