astropy / astropy-APEs

A repository storing the Astropy Proposals for Enhancement.
Other
35 stars 37 forks source link

Add discussion of support for object columns #64

Closed taldcroft closed 3 years ago

taldcroft commented 3 years ago

As a follow-on from https://github.com/astropy/astropy/issues/11368, this formalizes support for object columns within ECSV.

This update reflects what astropy.io.ascii currently outputs for an object column. Note https://github.com/astropy/astropy/issues/11368#issuecomment-792073190 for a potentially simple patch that allows object columns consisting of Python literals to round-trip safely.

Writing standards is not quite my bread and butter, so suggestions welcome.

cc: @mbtaylor

taldcroft commented 3 years ago

Closing in favor of #68.