提交 6cdaa8a6 编写于 作者: L luxin

add node-chapter-sample mapping file

上级 39814c23
此差异已折叠。
......@@ -96,6 +96,8 @@ class NodeKnowledgeMapping():
print("路径 \"{}\" 不存在!".format(text))
continue
sample_id = self.section_sample_dict.get(section, None)
if sample_id is not None:
sample_id = str(int(sample_id))
contents.append([node_id, text, section, sample_id, self.tree_name, self.category])
df = pd.DataFrame(contents, columns=columns)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册