My server generates a dataframe upon receiving a request and I want to send it back to the client as a CSV. I have a few questions as this is my first time doing this:
- If file is saved with same name each time, does this create conflicts for different users? If yes how to make sure each file name is different?
- How to delete the file once it's sent to client?
- Can the dataframe be sent without generating files on server? Yet I want the user to receive a CSV when it clicks on download button