You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command open() adds additional newlines which when paired with csv.DictWriter functions causes blank rows to appear in csv files. This is potentially problematic because even though this can be fixed with newline='', it may break Linux builds. Needs further investigation.
The text was updated successfully, but these errors were encountered:
The command
open()
adds additional newlines which when paired withcsv.DictWriter
functions causes blank rows to appear in csv files. This is potentially problematic because even though this can be fixed withnewline=''
, it may break Linux builds. Needs further investigation.The text was updated successfully, but these errors were encountered: