Loading autocnet/graph/edge.py +6 −7 Original line number Diff line number Diff line Loading @@ -811,7 +811,6 @@ class NetworkEdge(Edge): df = pd.DataFrame.from_records(costs).T # From records is important because from_dict drops rows with empty dicts else: df = pd.DataFrame(index=ids) df.index.name = 'match_id' return DbDataFrame(df, parent=self, name='costs') Loading Loading
autocnet/graph/edge.py +6 −7 Original line number Diff line number Diff line Loading @@ -811,7 +811,6 @@ class NetworkEdge(Edge): df = pd.DataFrame.from_records(costs).T # From records is important because from_dict drops rows with empty dicts else: df = pd.DataFrame(index=ids) df.index.name = 'match_id' return DbDataFrame(df, parent=self, name='costs') Loading