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

[ENH] Add to_markdown method #30350

Merged
merged 24 commits into from
Dec 27, 2019
Merged

Commits on Dec 27, 2019

  1. ✨ Add to_markdown method

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    16a3328 View commit details
    Browse the repository at this point in the history
  2. 📌 put tabulate in #optional for io, pin dependency

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    8eb96ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00fd8a4 View commit details
    Browse the repository at this point in the history
  4. 📌 add tabulate to travis-38.yaml

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    65e9f1b View commit details
    Browse the repository at this point in the history
  5. 📝 add DataFrame.to_markdown to API reference file

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    a273560 View commit details
    Browse the repository at this point in the history
  6. ✨ add **kwargs to DataFrame.to_markdown

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    14e36e8 View commit details
    Browse the repository at this point in the history
  7. ✅ update tests so they work with **kwargs, set skip_if_no_tabulate to…

    … whole class
    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    ee07c68 View commit details
    Browse the repository at this point in the history
  8. ✨ add to_markdown to Series

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    d99a54f View commit details
    Browse the repository at this point in the history
  9. 📝 document to_markdown in Series API reference

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    57dfb7b View commit details
    Browse the repository at this point in the history
  10. ✅ update tests so they test Series.to_markdown as well

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    ccb132b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bac632e View commit details
    Browse the repository at this point in the history
  12. 📝 update failing docstring

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    557e6dd View commit details
    Browse the repository at this point in the history
  13. 📌 set tabulate dependency at 0.8.0, not 0.8

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    01260f2 View commit details
    Browse the repository at this point in the history
  14. ✨ add buf and mode arguments to to_markdown

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    b32d54d View commit details
    Browse the repository at this point in the history
  15. ✅ update tests so they use buf

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    68e84d6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    882768b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f46edb1 View commit details
    Browse the repository at this point in the history
  18. :push_pin: add tabulate unpinned to travis-37.yaml

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    32d8762 View commit details
    Browse the repository at this point in the history
  19. 🐛 dont all get_filepath_or_buffer with buf equal to sys.stdout

    MarcoGorelli authored and Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    c5c3768 View commit details
    Browse the repository at this point in the history
  20. 👌 return string if buf is set to None, use shared doc, change version…

    … introduced in to 1.0.0
    MarcoGorelli authored and Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    df7880c View commit details
    Browse the repository at this point in the history
  21. 📌 pin tabulate at 0.8.3

    MarcoGorelli authored and Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    039e6a9 View commit details
    Browse the repository at this point in the history
  22. 📝 add kwargs to parameters

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    093d63a View commit details
    Browse the repository at this point in the history
  23. 📝 link to tabulate docs in install.rst

    MarcoGorelli authored and Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    ec77816 View commit details
    Browse the repository at this point in the history
  24. 📝 fix merge conflict in whatsnew

    Marco Gorelli committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    32650f7 View commit details
    Browse the repository at this point in the history