File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,10 @@ The following are optional dependencies:
107
107
:::{note}
108
108
If you have [ PyArrow] ( https://arrow.apache.org/docs/python/index.html ) installed, PyGMT
109
109
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 ) .
113
114
:::
114
115
115
116
## Installing GMT and other dependencies
You can’t perform that action at this time.
0 commit comments