SYMBOL INDEX (15 symbols across 4 files) FILE: dataToNeo4jClass/DataToNeo4jClass.py class DataToNeo4j (line 5) | class DataToNeo4j(object): method __init__ (line 8) | def __init__(self): method create_node (line 17) | def create_node(self, node_list_key, node_list_value): method create_relation (line 26) | def create_relation(self, df_data): FILE: invoice_neo4j.py function data_extraction (line 14) | def data_extraction(): function relation_extraction (line 39) | def relation_extraction(): FILE: neo4j_matrix.py class Neo4jToMatrix (line 12) | class Neo4jToMatrix(object): method __init__ (line 18) | def __init__(self, select_name, label_name): method data_handle (line 30) | def data_handle(self, name1, name2, flag_name): method sub_attrib (line 60) | def sub_attrib(self): method sub_to_sub (line 103) | def sub_to_sub(self): method get_links (line 144) | def get_links(self, links_data): FILE: neo4j_to_dataframe.py class Neo4jToJson (line 8) | class Neo4jToJson(object): method post (line 16) | def post(self): method get_links (line 41) | def get_links(self, links_data):