Skip to content

Commit

Permalink
Bullets for readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Shawver committed Oct 3, 2014
1 parent 6712ac3 commit 79ae5f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ being developed for use in [Quantopian's hosted research environment](https://ww
and this repository holds the latest source code.

#### Overview:
[SlickGrid](https://github.com/mleibman/SlickGrid) is an an advanced javascript grid which allows users to scroll, sort,
and filter hundreds of thousands of rows with extreme responsiveness. [Pandas](https://github.com/pydata/pandas) is a
powerful data analysis / manipulation library for Python. DataFrames are the primary way of storing and manipulating
two-dimensional data in pandas.
* [SlickGrid](https://github.com/mleibman/SlickGrid) is an an advanced javascript grid which allows users to scroll,
sort, and filter hundreds of thousands of rows with extreme responsiveness.
* [Pandas](https://github.com/pydata/pandas) is a powerful data analysis / manipulation library for Python, and
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
the entire contents of a DataFrame using intuitive sorting and filtering controls. It's designed to be used within
Expand Down
9 changes: 4 additions & 5 deletions qgrid_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "python2"
},
"name": "",
"signature": "sha256:870c2a0b6faff09d0fe8219535d8a0569c0f60e2b96a23c54f69f1ad2729eaeb"
"signature": "sha256:b73fb332f98f07199a83bf7bf36f0bbfb369878599511f22866e09281f920860"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -44,10 +44,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"[SlickGrid](https://github.com/mleibman/SlickGrid) is an an advanced javascript grid which allows users to scroll, sort, \n",
"and filter hundreds of thousands of rows with extreme responsiveness. [Pandas](https://github.com/pydata/pandas) is a \n",
"powerful data analysis / manipulation library for Python. DataFrames are the primary way of storing and manipulating\n",
"two-dimensional data in pandas.\n",
"* [SlickGrid](https://github.com/mleibman/SlickGrid) is an an advanced javascript grid which allows users to scroll, sort, \n",
"and filter hundreds of thousands of rows with extreme responsiveness. \n",
"* [Pandas](https://github.com/pydata/pandas) is a powerful data analysis / manipulation library for Python, and DataFrames are the primary way of storing and manipulating two-dimensional data in pandas.\n",
"\n",
"[Qgrid](https://github.com/quantopian/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\n",
".org/github/quantopian/qgrid/blob/master/qgrid_demo.ipynb)."
Expand Down

0 comments on commit 79ae5f7

Please sign in to comment.