yimijiu123
yimijiu123
**Describe the bug** **运行代码** `sess = get_default_session() #string点 graph = sess.g(oid_type="string") idd = np.array(['a', 'b', 'c', 'd']) avg_score = np.array([490.33, 164.5, 190.25, 762.0]) v_data = np.transpose(np.vstack([idd, avg_score])) df_student = pd.DataFrame(v_data,...
**Describe the bug** 对于vid_field我的理解是,可以指定导入数据中的哪一列为点的ID列,用于后续载入边的对应索引属性。 在实际中,即使指定了vid_field的列,但是还是默认点数据集的第一列为ID列。比如: ` > sess = get_default_session() > #string点 > graph = sess.g(oid_type="string") > id = np.array(['1', '2', '3', '4']) > idd = np.array(["a", "b", "c", "d"])...
**Describe the bug** The output of the built-in function K-shell is garbled when the node type of the loaded graph is String.  **Reason** In "kshell_context.h", there are two places...