diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-28 17:30:48 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-28 17:30:48 +0000 |
commit | 914f308898b2b7be53e50ccf64b631261cf2e9b3 (patch) | |
tree | 81b7af0e85fd5da8b81aa38e0beacb93252dba66 /docs/pandas.rst | |
parent | 52d788a1818c1ac0f7901673aa7cd674253cb55a (diff) | |
parent | f16789cad754b58acd4a56a9f543551957d4dbc1 (diff) | |
download | pint-trying.tar.gz |
Try #727:trying
Diffstat (limited to 'docs/pandas.rst')
-rw-r--r-- | docs/pandas.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/pandas.rst b/docs/pandas.rst index 745c53b..830eb11 100644 --- a/docs/pandas.rst +++ b/docs/pandas.rst @@ -5,7 +5,8 @@ Pandas support It is convenient to use the `Pandas package`_ when dealing with numerical data, so Pint provides `PintArray`. A `PintArray` is a `Pandas Extension Array`_, which allows Pandas to recognise the Quantity and store it in Pandas DataFrames and Series. -For this to work, we rely on `Pandas Extension Types`_ which are still experimental. As a result, we currently have to build the latest version of Pandas' master branch from source as documented in the `Pandas README`_. +For this to work, we rely on `Pandas Extension Types`_ which are still experimental. As a result, we are currently pinned to a specific commit, with version id ``0.24.0.dev0+625.gbdb7a16``, of Pandas. + Basic example ------------- |