File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,10 +132,10 @@ DBF!
132
132
133
133
>>> with open('people.dbf', 'wb') as f:
134
134
... f.write(data.export('dbf'))
135
-
135
+
136
136
Pandas DataFrame!
137
137
+++++++++++++++++
138
- ::
138
+ ::
139
139
140
140
>>> print(data.export('df')):
141
141
first_name last_name age
@@ -150,7 +150,7 @@ Installation
150
150
151
151
To install tablib, simply: ::
152
152
153
- $ pip install tablib
153
+ $ pip install tablib[pandas]
154
154
155
155
Make sure to check out `Tablib on PyPi <https://pypi.python.org/pypi/tablib/ >`_!
156
156
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Distribute & Pip
16
16
17
17
Of course, the recommended way to install Tablib is with `pip <http://www.pip-installer.org/ >`_::
18
18
19
- $ pip install tablib
19
+ $ pip install tablib[pandas]
20
20
21
21
22
22
-------------------
You can’t perform that action at this time.
0 commit comments