Skip to content

Commit

Permalink
Updated README and notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Shawver committed Oct 3, 2014
1 parent f32765a commit 5a9169b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 38 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
qgrid
==============

qgrid is an IPython extension which uses SlickGrid to render pandas DataFrames within an IPython notebook. It's
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.

Expand All @@ -11,7 +11,7 @@ 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 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/).

Expand Down
73 changes: 37 additions & 36 deletions QGridDemo.ipynb → qgrid_demo.ipynb

Large diffs are not rendered by default.

0 comments on commit 5a9169b

Please sign in to comment.