I'm doing a data conversion where I split out the original csv into months. Since there are a few years of historical data, I'm using pandas to automate the split. However, I'm struggling to identify what to replace the NaNs with as the import returns unparseable internal id on the ones I'm trying to set as null. I've tried '' as well as "=''". Thoughts?