Is this odd quoting behavior expected? (Note difference between "'a':1" and "'b':'a'")

[email protected]/53896# \set df 
pd.DataFrame.from_dict([{'a':1,'b':'a'},{'a':2,'b':'b'}])
[email protected]/53896# \echo :df
pd.DataFrame.from_dict([{a:1,b:'a'},{a:2,b:'b'}])
[email protected]/53896#

--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com


--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to