Open tim-snyder-wustl opened 1 month ago
complete_df
To resolve:
Verify output_folder field is imported correctly before live import from FS to BQ.
make sure index2_file
brought into table
json_version
illumina_sequence_analysisaws_s3_bucket
duplicatate
ic
logging statementic
error statements in PayloadBigQuery
classAdding:
# Replace None with 0 in numeric columns specified in TYPE_CONVERSION_DICT
for col, dtype in self.TYPE_CONVERSION_DICT.items():
if dtype in ["int64", "float64"]:
df[col] = df[col].fillna(0)
to address this error:
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Related: https://github.com/GTAC-MGI/GTAC-ESP-LIMS/issues/481