mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 14:50:18 +00:00
Update README.rst
This commit is contained in:
+4
-4
@@ -72,7 +72,7 @@ Excellent for sharing data with friends, or generating reports.
|
||||
model-t |True |Henry Ford|model-t@gmail.com|2016-02-06 22:28:23.894202
|
||||
...
|
||||
|
||||
- CSV
|
||||
- Comma Seperated Values (CSV)
|
||||
|
||||
.. code:: pycon
|
||||
|
||||
@@ -81,7 +81,7 @@ Excellent for sharing data with friends, or generating reports.
|
||||
model-t,True,Henry Ford,model-t@gmail.com,2016-02-06 22:28:23.894202
|
||||
...
|
||||
|
||||
- YAML
|
||||
- YAML Ain't Markup Language (YAML)
|
||||
|
||||
.. code:: python
|
||||
|
||||
@@ -89,14 +89,14 @@ Excellent for sharing data with friends, or generating reports.
|
||||
- {active: true, name: Henry Ford, timezone: '2016-02-06 22:28:23.894202', user_email: model-t@gmail.com, username: model-t}
|
||||
...
|
||||
|
||||
- JSON
|
||||
- JavaScript Object Notation (JSON)
|
||||
|
||||
.. code:: python
|
||||
|
||||
>>> print rows.dataset.json
|
||||
[{"username": "model-t", "active": true, "name": "Henry Ford", "user_email": "model-t@gmail.com", "timezone": "2016-02-06 22:28:23.894202"}, ...]
|
||||
|
||||
- Excel (xls, xlsx)
|
||||
- Microsoft Excel (xls, xlsx)
|
||||
|
||||
.. code:: python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user