adding DataFrame type

This commit is contained in:
misagh 2018-10-02 11:55:14 +02:00
parent e4fc298bd6
commit d634a03455
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class Edge():
final = [x for x in filtered_expectancy if x in pairs]
return final
def _fill_calculable_fields(self, result: DataFrame):
def _fill_calculable_fields(self, result: DataFrame) -> DataFrame:
"""
The result frame contains a number of columns that are calculable
from other columns. These are left blank till all rows are added,