update docs

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-08-27 03:56:14 -04:00
parent bb0abc863e
commit 36fa7ef097
2 changed files with 9 additions and 2 deletions
+8
View File
@@ -139,6 +139,14 @@ Tablib's killer feature is the ability to export your :class:`Dataset` objects i
<censored binary data>
**Pandas DataFrame** ::
>>> data.df
First Name Last Name Age
0 Kenneth Reitz 22
1 Bessie Monke 21
------------------------
Selecting Rows & Columns
------------------------