ph_table
ph_table copied to clipboard
How can I restrict build_table from using only certain columns of the dataframe?
I have a dataframe that contains quite a bit of information, and I want to create several HTML tables, extracting only certain columns for one table, and other columns, for another table. Rather than creating many dataframes, is there a way to specify to build_table, what columns I'd like to extract in the build for the HTML table?