Created
June 29, 2023 04:56
-
-
Save zainabnazari/f7cc48dd00029c1045830b0a5e907486 to your computer and use it in GitHub Desktop.
if there are null values
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
result_count_ir3_lb=pd.read_csv(path3/"bl_matrix_counts_ir3.txt",index_col=[0]) | |
result_count_ir3_lb.isnull().values.any() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment