Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Shawver committed Oct 3, 2014
1 parent a5e78d2 commit f32765a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
QGrid
qgrid
==============

QGrid is an IPython extension which uses SlickGrid to render pandas DataFrames within an IPython notebook.
It's being developed for use in [Quantopian's hosted research environment](https://www.quantopian.com/research),
qgrid is an IPython extension which uses SlickGrid to render pandas DataFrames within an IPython notebook. It's
being developed for use in [Quantopian's hosted research environment](https://www.quantopian.com/research),
and this repository holds the latest source code.

#### Overview:
Expand All @@ -11,10 +11,10 @@ and filter hundreds of thousands of rows with extreme responsiveness. [Pandas](
powerful data analysis / manipulation library for Python. DataFrames are the primary way of storing and manipulating
two-dimensional data in pandas.

[QGrid](https://github.com/quantopian/qgrid) renders pandas DataFrames as SlickGrids, which enables users to explore
qgrid renders pandas DataFrames as SlickGrids, which enables users to explore
the entire contents of a DataFrame using intuitive sorting and filtering controls. It's designed to be used within
IPython notebook, and it's also fully functional when rendered in [nbviewer](http://nbviewer.ipython.org/).

#### Demo:
View a demo of QGrid by opening the QGridDemo notebook in nbviewer: [QGridDemo.ipynb](http://nbviewer.ipython
.org/github/quantopian/qgrid/blob/master/QGridDemo.ipynb)
View a demo of qgrid by opening the [qgrid_demo notebook in nbviewer](http://nbviewer.ipython
.org/github/quantopian/qgrid/blob/master/qgrid_demo.ipynb).

0 comments on commit f32765a

Please sign in to comment.