You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataFrame.to_latex() does not allow one to specify short caption.
Short caption is useful for the creation of neat-looking list of tables, where the caption is short, fitting into one line.
Describe the solution you'd like
Either add kwarg short_caption to to_latex method.
Alternatively expand the meaning of kwarg caption, so that it can optionally be unpacked into full_caption, short_caption.
Is your feature request related to a problem?
DataFrame.to_latex()
does not allow one to specify short caption.Short caption is useful for the creation of neat-looking list of tables, where the caption is short, fitting into one line.
Describe the solution you'd like
Either add kwarg
short_caption
toto_latex
method.Alternatively expand the meaning of kwarg
caption
, so that it can optionally be unpacked intofull_caption, short_caption
.API breaking implications
No.
Describe alternatives you've considered
No.
Additional context
Example of LaTeX table with short caption.
Possible code snippet:
The text was updated successfully, but these errors were encountered: