Private
Public Access
1
0

removing print

This commit is contained in:
Sander Roosendaal
2020-11-26 16:17:19 +01:00
parent 69d6bf4772
commit a3378a3386

View File

@@ -511,7 +511,7 @@ def clean_df_stats(datadf, workstrokesonly=True, ignorehr=True,
ignoreadvanced=False):
# clean data remove zeros and negative values
before = len(datadf)
print(datadf.info())
data_orig = datadf.copy()
@@ -755,8 +755,6 @@ def clean_df_stats(datadf, workstrokesonly=True, ignorehr=True,
if ratio < 0.01 or after < 2:
return data_orig
print(datadf.info())
print(ratio,after)
return datadf
def getpartofday(row,r):