Dl/glossary: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
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 pandas
* 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>

Revision as of 22:52, 5 March 2023

Data Lake Knowledge Center