-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparison with RStudio's gt
package
#173
Comments
This will be conveniently done when we add metadata to DataAPI.jl (and DataFrames.jl) |
Thank you very much for this information! By the way, I will change what I called Everything seems doable to implement except the |
This diagram is missing support for hierarchical row labels like Pandas has |
I understand this is handled in the diagram above by groups. |
I am super keen on this gt Table equivalent in Julia. Based on this issue, it looks like this might already be possible with some elbow grease using PrettyTables and DataFrames? Do you know if this is true, and if so, are there any links that might help me get started? |
I also agree with @bkamins that this feature is equivalent to row group.
You can have some of the features using PrettyTables.jl in text, HTML, and LaTeX. Is there any specific use case you have in mind? |
I have a bunch of small dataframes that I would like to group into a formatted table like the gt table diagram shows |
RStudio has a new blog post on the design of gt: https://posit-dev.github.io/great-tables/blog/design-philosophy/ |
There's a pretty recent R package by RStudio to create pretty tables.
It seems to be pretty feature rich and well thought through. They introduce their own names for table parts. Here's a screenshot from the package README.
Most of the elements are already available in, or have been asked for
PrettyTables
.Introducing row groups might be interesting for printing
GroupedDataFrame
s (cc @bkamins). Here's a screen shot from the RStudio blogThe text was updated successfully, but these errors were encountered: