summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-08-27 03:56:14 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-08-27 03:56:14 -0400
commit36fa7ef097895fb0338515246beffed1557b1510 (patch)
treee92236eceaea4a8ab2915f6aa289a4c561bc091c /docs
parentbb0abc863eb5290527113c11af71c6379f960ef6 (diff)
downloadtablib-36fa7ef097895fb0338515246beffed1557b1510.tar.gz
update docs
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.rst3
-rw-r--r--docs/tutorial.rst8
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index e3da4dc..6af436d 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -49,7 +49,7 @@ Tablib is released under terms of `The MIT License`_.
Tablib License
--------------
-Copyright 2016 Kenneth Reitz
+Copyright 2017 Kenneth Reitz
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -77,7 +77,6 @@ Pythons Supported
At this time, the following Python platforms are officially supported:
-* cPython 2.6
* cPython 2.7
* cPython 3.3
* cPython 3.4
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index d552e21..1a092e9 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -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
------------------------