Skip to content

Commit e3f544d

Browse files
authored
Add space after inline code and lower-case pandas in ecosystem.md (#60918)
1 parent eb32372 commit e3f544d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/pandas/community/ecosystem.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ standard output formats (HTML, HTML presentation slides, LaTeX, PDF,
205205
ReStructuredText, Markdown, Python) through 'Download As' in the web
206206
interface and `jupyter convert` in a shell.
207207

208-
Pandas DataFrames implement `_repr_html_`and `_repr_latex` methods which
208+
Pandas DataFrames implement `_repr_html_` and `_repr_latex` methods which
209209
are utilized by Jupyter Notebook for displaying (abbreviated) HTML or
210210
LaTeX tables. LaTeX output is properly escaped. (Note: HTML tables may
211211
or may not be compatible with non-HTML Jupyter output formats.)
@@ -688,7 +688,7 @@ units aware.
688688

689689
### [Text Extensions](https://ibm.biz/text-extensions-for-pandas)
690690

691-
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.
691+
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.
692692

693693
## Accessors
694694

0 commit comments

Comments
 (0)