Pandas Dataframe

Hello,

How can I create a data frame from a csv and excel file in Anvil?

Thanks in advance.

What have you tried so far? There are many examples of how to do that here on this forum. Which of those have you tried?

Hello,

Thank you for your reply. I would like to manage the CSV with Pandas, but only as a data frame, without having to dump them to a data table, as I am doing now.

For example:

I have imported the CSV that I want to manage with Pandas:

To work the data of that CSV I have had to dump it to another table:

image1

Any suggestion on how I can work only data frame?