Skip to content
Snippets Groups Projects
Commit b0872345 authored by SAIDI Mohamed's avatar SAIDI Mohamed
Browse files

réglage de bug

parent 346ea33d
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ df_kidney.info() ...@@ -53,7 +53,7 @@ df_kidney.info()
nan_count = df_kidney[df_kidney.isna().any(axis=1)].shape[0] nan_count = df_kidney[df_kidney.isna().any(axis=1)].shape[0]
print(f"Number of rows : {len(df_kidney)}") print(f"Number of rows : {len(df_kidney)}")
print(f"Number of rows with at least one NaN value: {nan_count}") print(f"Number of rows with at least one NAN value: {nan_count}")
print(f"{round(nan_count/len(df_kidney) * 100)}% of our rows have at least one" print(f"{round(nan_count/len(df_kidney) * 100)}% of our rows have at least one"
f" missing value") f" missing value")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment