man-group / dtale

Visualizer for pandas data structures
http://alphatechadmin.pythonanywhere.com
GNU Lesser General Public License v2.1
4.62k stars 390 forks source link

D-Tale Charts isn't showing the filtered data properly #822

Closed krishnavedam closed 7 months ago

krishnavedam commented 8 months ago

Hello Team,

 I have a dataframe which I have been using to explore D-Tale capabilities recently. I was able to filter the dataframe from the columns as expected and I see reduced count of records. 

However when I try to use charts for visualization I see the query part being displayed correctly however the x-axis isn't showing the filtered dataset values. I tried to export the line data and that's another way I was able to confirm the issue since it has all values from the original dataset before filters are applied.

I validated the code that is generated from the main page upon my filters and I was able to get to the right dataset however the charts isn't displaying properly.

if I start with my dataframe with all needed filters before using it in dtale.show then it is working as expected. but that isn't effective for me.

Does anyone else have this problem??

aschonfeld commented 7 months ago

@krishnavedam I have figured out what is causing this and will let you know when a new version with this flx included has been released. Thank you for bringing this to my attention

aschonfeld commented 7 months ago

@krishnavedam just released v3.8.0 to pypi (will be on conda-forge shortly) with this update. Let me know if it works. Also, if you haven't already would you mind putting your ⭐ on this repo? Thanks 🙏