Reserved Columns
GraphFrames internally use the following reserved columns:
idfor vertex IDssrcfor edge source IDsdstfor edge destination IDsattrfor vertex attributes during the GraphX conversionnew_idfor indexed Long IDs for verticesnew_srcfor indexed Long IDs for edge sourcesnew_dstfor indexed Long IDs for edge destinationsgraphx_attrfor vertex attributes during the GraphX conversionweightfor edge weightsMSGfor messages in AggregateMessages_pregel_msgfor pregel messages_pregel_is_activefor pregel vertex active status
Algorithm Specific Columns
componentfor result of connected componentslabelfor result of label propagationdistancesfor result of shortest pathspagerankfor result of pagerankcountfor result of triangle countcolumn{1-4}for SVD++ reserved columnsoutDegreefor result of out degreeinDegreefor result of in degreedegreefor result of degree