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

Info Page #854

Closed T-a-c-h-y-o-n closed 2 months ago

T-a-c-h-y-o-n commented 3 months ago

It would be nice if there was an option called info in the Actions or Visualize menu and we could see all the information about the dataset on a single page.

ss

aschonfeld commented 2 months ago

@T-a-c-h-y-o-n so I believe all this information is already displayed in the "Describe" page in D-Tale. The only difference is that you can only view one column at a time. image

Would it really add that much value to display the raw output of these dataframe functions?

T-a-c-h-y-o-n commented 2 months ago

Hi, Of course, a detailed descrbe page works, but sometimes it may be necessary to obtain a view of the entire data. As I said, it is not essential. We can also handle it with Pandas. Thanks for your interest.

aschonfeld commented 2 months ago

@T-a-c-h-y-o-n how's this?

https://github.com/man-group/dtale/assets/11547371/d9ee77e2-1145-4675-adb8-accc4691facf

T-a-c-h-y-o-n commented 2 months ago

It's better to have a tabbed view, thank you

aschonfeld commented 2 months ago

@T-a-c-h-y-o-n just added this feature in v3.12.0 on pypi. Let me know how it goes.