-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DataFrame.to_html col_space parameter to change width of a specific column only #28917
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
Labels
Milestone
Comments
Hi, I would like to work on this. Seems a good issue for beginners. I would need some help getting started, I have completed the setup part. |
5 tasks
5 tasks
AakankshaAshok
pushed a commit
to AakankshaAshok/pandas
that referenced
this issue
Nov 10, 2019
5 tasks
I'd love to take a look at this |
5 tasks
Is this still being worked on? If not I'd like to take a look at this as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Code Sample, a copy-pastable example if possible
Problem description
Currently
col_space
changes width of all columns that are present in the dataframe. There must be a way to change the width of a specific column only while converting dataframe to html.Expected Output
col_space
to accept a list or dict where we can mention the column name to change only a specific column's width.The text was updated successfully, but these errors were encountered: