File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,11 @@ organized for efficient analytic operations on modern hardware. The Arrow Python
97
97
Python objects. They are based on the C++ implementation of Arrow.
98
98
99
99
``` {note}
100
- If you have PyArrow installed, PyGMT does have some initial support for {class}`pandas.Series`
101
- and {class}`pandas.DataFrame` objects with Apache Arrow-backed arrays. Specifically, only
102
- uint/int/float and date32/date64 dtypes are supported for now. Support for string Arrow
103
- dtypes is still a work in progress. For more details, see
100
+ If you have [PyArrow](https://arrow.apache.org/docs/python/index.html) installed, PyGMT
101
+ does have some initial support for `pandas.Series` and `pandas.DataFrame` objects with
102
+ Apache Arrow-backed arrays. Specifically, only uint/int/float, date32/date64 and string
103
+ types are supported for now. Support for Duration types and GeoArrow geometry types is
104
+ still a work in progress. For more details, see
104
105
[issue #2800](https://github.com/GenericMappingTools/pygmt/issues/2800).
105
106
```
106
107
You can’t perform that action at this time.
0 commit comments