Python Forum

Full Version: Show DataFrame in wx.Grid
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I created a wx.grid in wx.frame and a panda DataFrame with data from internet. Is there a better way to show the data in the grid ? Thanks.

my code here