This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cool-RR
Recipients cool-RR
Date 2020-06-05.16:54:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591376042.94.0.47875557002.issue40875@roundup.psfhosted.org>
In-reply-to
Content
Why see this:

    <csv.DictReader object at 0x00000000029E51C0>

When you can see this: 

    <csv.DictReader name=satellite_data.csv columns=7>

It could show columns=? if they weren't read yet. Any other info would be good too.

This applies to all classes in the csv module.
History
Date User Action Args
2020-06-05 16:54:02cool-RRsetrecipients: + cool-RR
2020-06-05 16:54:02cool-RRsetmessageid: <1591376042.94.0.47875557002.issue40875@roundup.psfhosted.org>
2020-06-05 16:54:02cool-RRlinkissue40875 messages
2020-06-05 16:54:02cool-RRcreate