Dl/glossary: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) No edit summary |
Stonezhong (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
A basic data unit that carries data. For example: | A basic data unit that carries data. For example: | ||
* A dataframe in Apache Spark | * A dataframe in Apache Spark | ||
* A dataframe in | * A dataframe in Pandas | ||
<b>Dataframe should be immutable once it is published -- the data it carries should never change.</b> | <b>Dataframe should be immutable once it is published -- the data it carries should never change.</b> | ||