Y
Hacker News
new
|
ask
|
show
|
jobs
by
marcinw
4369 days ago
Proper Python would use the csv module for this operation, as your CSV export would break if `header` or `dataset[key]` contains a comma.
1 comments
elandybarr
4369 days ago
Yeah. This was a special case for a one line CSV that was requested by my client. It was a dictionary with a bunch of single measurements.
link