plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

Pandas data frame has a different sort order (mac v linux) #85

Open richyanicky opened 6 years ago

richyanicky commented 6 years ago

I have an application that utilizes the dash table. I utilize sql to extract and populate the dataframe. On my mac I see this:

screen shot 2018-08-06 at 2 33 29 pm

Same code etc on linux CENTOS I see

screen shot 2018-08-06 at 2 32 14 pm

The strange part it looks like the order might change if I stop and restart the app?

Please let me know if you need additional details or suggest a parameter that might correct this?