Hei guys, i want to upload an excel file and use it temporarily with panda for some data analysis and then that s it. i want to dispose it. The app will be for multiple users and i dont want to save every file in data files. When i use the file loader i get this type of object <anvil._serialise.StreamingMedia object at 0x7f34079940a0> .
The q: Can i use this with panda? With csv_to_df ? For now i save the file in the data files but i want to use it without save it just when the file is on the fileloader…i hope you can understand me.
Thanks!