Skip to content

Commit 4bea288

Browse files
committed
Update note to say that PyArrow string types are now supported
Still need to work on Duration and GeoArrow geometry types.
1 parent 3ad0c86 commit 4bea288

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/install.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ The following are optional dependencies:
107107
:::{note}
108108
If you have [PyArrow](https://arrow.apache.org/docs/python/index.html) installed, PyGMT
109109
does have some initial support for `pandas.Series` and `pandas.DataFrame` objects with
110-
Apache Arrow-backed arrays. Specifically, only uint/int/float and date32/date64 dtypes
111-
are supported for now. Support for string Arrow dtypes is still a work in progress.
112-
For more details, see [issue #2800](https://github.com/GenericMappingTools/pygmt/issues/2800).
110+
Apache Arrow-backed arrays. Specifically, only uint/int/float, date32/date64 and string
111+
types are supported for now. Support for Duration types and GeoArrow geometry types is
112+
still a work in progress. For more details, see
113+
[issue #2800](https://github.com/GenericMappingTools/pygmt/issues/2800).
113114
:::
114115

115116
## Installing GMT and other dependencies

0 commit comments

Comments
 (0)