Skip to content

Commit 3ecde78

Browse files
small concepts fixes
1 parent 3cfb8e7 commit 3ecde78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/StardustDocs/d.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<toc-element topic="gettingStartedDatalore.md"/>
2222
<toc-element topic="gettingStartedGradleAdvanced.md"/>
2323
</toc-element>
24-
<toc-element topic="concepts.md">
24+
<toc-element topic="concepts.md" accepts-web-file-names="overview.html">
2525
<toc-element topic="apiLevels.md"/>
2626
<toc-element topic="types.md">
2727
<toc-element topic="DataFrame.md"/>

docs/StardustDocs/topics/concepts/concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ understand key concepts, motivation, and the overall structure of the library.
1818
<show-structure depth="3"/>
1919

2020

21-
## What is Dataframe
21+
## What is a dataframe
2222

23-
Dataframe is an abstraction for working with structured data.
23+
A *dataframe* is an abstraction for working with structured data.
2424
Essentially, it’s a 2-dimensional table with labeled columns of potentially different types.
2525
You can think of it like a spreadsheet or SQL table, or a dictionary of series objects.
2626

0 commit comments

Comments
 (0)