Skip to content
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

BUG: Fix to_latex with longtable (#17959) #17960

Merged
merged 3 commits into from
Dec 11, 2017

Commits on Dec 11, 2017

  1. BUG: Fix to_latex with longtable (pandas-dev#17959)

    pandas.DataFrame.to_latex(longtable=True) always contained
    \multicolumn{3}{r}{{Continued on next page}}
    regardless of the number of columns in the output.
    syxolk authored and gfyoung committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    6cd4145 View commit details
    Browse the repository at this point in the history
  2. Add test cases with 1 and 3 columns

    syxolk authored and gfyoung committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    60a4fc8 View commit details
    Browse the repository at this point in the history
  3. MAINT: Address reviewer comments

    * Move whatsnew to 0.21.1.txt
    * Empty tests for empty DataFrame in to_latex
    gfyoung committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    930471d View commit details
    Browse the repository at this point in the history