From 49516aa17244fdf8e3caee8c5d8b77bc56e4f8a8 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 12 Feb 2025 01:05:10 -0300 Subject: [PATCH] Add space after inline code and lower-case pandas in ecosystem.md --- web/pandas/community/ecosystem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 876e6e5b298ea..c0bd28d021f34 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -205,7 +205,7 @@ standard output formats (HTML, HTML presentation slides, LaTeX, PDF, ReStructuredText, Markdown, Python) through 'Download As' in the web interface and `jupyter convert` in a shell. -Pandas DataFrames implement `_repr_html_`and `_repr_latex` methods which +Pandas DataFrames implement `_repr_html_` and `_repr_latex` methods which are utilized by Jupyter Notebook for displaying (abbreviated) HTML or LaTeX tables. LaTeX output is properly escaped. (Note: HTML tables may or may not be compatible with non-HTML Jupyter output formats.) @@ -688,7 +688,7 @@ units aware. ### [Text Extensions](https://ibm.biz/text-extensions-for-pandas) -Text Extensions for Pandas provides extension types to cover common data structures for representing natural language data, plus library integrations that convert the outputs of popular natural language processing libraries into Pandas DataFrames. +Text Extensions for Pandas provides extension types to cover common data structures for representing natural language data, plus library integrations that convert the outputs of popular natural language processing libraries into pandas DataFrames. ## Accessors