Skip to content

ENH: to_latex positional argument #35281

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

Closed
SylvainLan opened this issue Jul 15, 2020 · 0 comments · Fixed by #35284
Closed

ENH: to_latex positional argument #35281

SylvainLan opened this issue Jul 15, 2020 · 0 comments · Fixed by #35284
Milestone

Comments

@SylvainLan
Copy link
Contributor

Is your feature request related to a problem?

I would like to have the possibility to specify the location of the table I'm saving, or instead of having

\begin{table}
...
\end{table}

be able to have

\begin{table}[h]
...
\end{table}

Describe the solution you'd like

I guess the solution would be to add another argument in the to_latex API which could take values in (None, 'h', 'H', 'h!'...)

Describe alternatives you've considered

I'm saving my tables to .tex files and then use the \input{path/to/tex} command, I did not find the possibility to give the [h] argument with input...

@SylvainLan SylvainLan added Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Jul 15, 2020
@SylvainLan SylvainLan mentioned this issue Jul 15, 2020
5 tasks
@simonjayhawkins simonjayhawkins added this to the 1.2 milestone Aug 7, 2020
@bashtage bashtage removed the Needs Triage Issue that has not been reviewed by a pandas team member label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants