I'm trying out dexplot functionality and running into an issue with variable order. I'm looking to count the number of observations that fall within the day of week in the dataset. Like this:
dxp.count('day_of_week',data=df,x_order=['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'])
However, the order doesn't change. It works fine for dxp.bar, but when I try that option I don't get the correct counts of the data.
I know dexplot is new so open to suggestions