Upload CSV to read as Pandas df in Flet #992
-
I'd like to know about how to upload csv and read it with pandas, then display each count of Rows and Columns.
But I got this Name error.
I couldn't figure it out. How do you solve it? Does this look familiar to you? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You can try using this package: https://github.com/StanMathers/simple-datatable For your error, can you tell me where you defined the |
Beta Was this translation helpful? Give feedback.
You can try using this package: https://github.com/StanMathers/simple-datatable
It will help you do all that automatically.
For your error, can you tell me where you defined the
rowcount
variable? I can see the global, but can't see the where it is defined exactly..