📄️ SFrame
SFrame is a special data frame used in Seshat. The SFrame acts as a data wrapper that can encapsulate raw data from
📄️ DFrame
"DFrame" is the pandas implementation of "SFrame" that keeps a pandas DataFrame inside itself.
📄️ SPFrame
SPFrame is a PySpark implementation of SFrame. It keeps the PySpark DataFrame inside it.
📄️ GroupSFrame
If you are new to SFrame and are not familiar with it yet, please check the SFrame
📄️ Extending
In this section, we explain how to extend SFrames. The functionality of extending is the same in all implementations, so