There was an error while loading. Please reload this page.
2 parents 606fa58 + c9c8f24 commit 5b9e27aCopy full SHA for 5b9e27a
2 files changed
README.md
@@ -45,6 +45,4 @@ Quick links to begginer guidance can also be found below:
45
46
All other `codon` "How-to Articles" can be found [here.](https://github.com/codonlibrary/codonPython/wiki/2.-Git-Guidance)
47
48
-Suggestions regarding additional guidance or How-to articles are welcome.
49
-
50
+Suggestions regarding additional guidance or How-to articles are welcome.
codonPython/check_null.py
@@ -1,7 +1,7 @@
1
import numpy
2
import pandas as pd
3
4
-def check_null(dataframe: pd.DataFrame, columns_to_be_checked: list) -> bool:
+def check_null(dataframe: pd.DataFrame, columns_to_be_checked: list) -> int:
5
"""
6
Checks a pandas dataframe for null values
7
0 commit comments