Skip to content

Commit 5b9e27a

Browse files
Merge branch 'master' into wikiReadMe
2 parents 606fa58 + c9c8f24 commit 5b9e27a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,4 @@ Quick links to begginer guidance can also be found below:
4545

4646
All other `codon` "How-to Articles" can be found [here.](https://github.com/codonlibrary/codonPython/wiki/2.-Git-Guidance)
4747

48-
Suggestions regarding additional guidance or How-to articles are welcome.
49-
50-
48+
Suggestions regarding additional guidance or How-to articles are welcome.

codonPython/check_null.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy
22
import pandas as pd
33

4-
def check_null(dataframe: pd.DataFrame, columns_to_be_checked: list) -> bool:
4+
def check_null(dataframe: pd.DataFrame, columns_to_be_checked: list) -> int:
55
"""
66
Checks a pandas dataframe for null values
77

0 commit comments

Comments
 (0)