Skip to content

Commit

Permalink
Swap pandas link for xray link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Apr 16, 2015
1 parent a0e43b7 commit 2be467b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PyGDX

PyGDX is a Python 3 package for accessing data stored in GDX-formatted files, through the Python bindings for the [GAMS](http://www.gams.com) [GDX API](http://www.gams.com/dd/docs/api/expert-level/gdxqdrep.html). Inspired by the similar package, also named [py-gdx, by Geoff
Leyland](https://github.com/geoffleyland/py-gdx), this version makes use of [pandas](http://pandas.pydata.org/) to provide labelled data structures which can be easily manipulated with [NumPy](http://www.numpy.org/) for calculations and plotting.
Leyland](https://github.com/geoffleyland/py-gdx), this version makes use of [xray](https://github.com/xray/xray) to provide labelled data structures which can be easily manipulated with [NumPy](http://www.numpy.org/) for calculations and plotting.

**Documentation** is available at http://pygdx.readthedocs.org/, built automatically from the contents of the Github repository.

Expand Down

0 comments on commit 2be467b

Please sign in to comment.