We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like when tab_style gets a list of locations, only the last is applied to the data
from great_tables import GT from great_tables.data import airquality gt_air = GT(airquality.head()) gt_air.tab_style( style.fill("yellow"), [loc.body("Temp", [1, 2]), loc.body("Ozone", [0])] )
The text was updated successfully, but these errors were encountered:
Fixed by #87.
Sorry, something went wrong.
rich-iannone
No branches or pull requests
It looks like when tab_style gets a list of locations, only the last is applied to the data
The text was updated successfully, but these errors were encountered: