Closed Eric-Arellano closed 2 months ago
Turning on dynamicTyping: true in Papa.parse() in a previous PR resulted in extended.json behaving differently. We now use null whereas we used to use '"". This is a good change, but the type hints need to be fixed.
dynamicTyping: true
Papa.parse()
null
'""
Turning on
dynamicTyping: true
inPapa.parse()
in a previous PR resulted in extended.json behaving differently. We now usenull
whereas we used to use'""
. This is a good change, but the type hints need to be fixed.