Update README.rst

This commit is contained in:
2016-02-07 11:40:04 -05:00
parent 8094954126
commit e63124856e
+9 -9
View File
@@ -81,20 +81,20 @@ Export your query results to CSV:
hansolo,True,Henry Ford,hansolo@gmail.com,2016-02-06 22:28:23.894202
...
YAML:
- YAML:
.. code:: python
.. code:: python
>>> print rows.dataset.yaml
- {active: true, name: Henry Ford, timezone: '2016-02-06 22:28:23.894202', user_email: hansolo@gmail.com, username: hansolo}
...
>>> print rows.dataset.yaml
- {active: true, name: Henry Ford, timezone: '2016-02-06 22:28:23.894202', user_email: hansolo@gmail.com, username: hansolo}
...
JSON:
- JSON:
.. code:: python
.. code:: python
>>> print rows.dataset.json
[{"username": "hansolo", "active": true, "name": "Henry Ford", "user_email": "hansolo@gmail.com", "timezone": "2016-02-06 22:28:23.894202"}, ...]
>>> print rows.dataset.json
[{"username": "hansolo", "active": true, "name": "Henry Ford", "user_email": "hansolo@gmail.com", "timezone": "2016-02-06 22:28:23.894202"}, ...]
Excel: