@@ -466,19 +466,18 @@ msgstr ""
466
466
467
467
#: ../../source/base-tables.rst:254
468
468
msgid ""
469
- "从 0.11.2 开始,PyODPS 支持使用 `https://arrow.apache.org/ <Arrow >`_ 格式"
469
+ "从 0.11.2 开始,PyODPS 支持使用 `Arrow < https://arrow.apache.org/>`_ 格式"
470
470
"读写数据,该格式可以以更高\\ 效率与 pandas 等格式互相转换。安装 pyarrow "
471
- "后,在调用 ``open_reader`` 时增加 ``arrow=True`` 参数,即可按 `https://"
472
- "arrow.apache.org/docs/python/data.html#record-batches <Arrow RecordBatch>"
473
- "`_ 格式读取表内容。"
474
- msgstr ""
475
- "Since 0.11.2, PyODPS supports reading and writing table data with "
476
- "`https://arrow.apache.org/ <Arrow>`_ format, which can be converted from "
477
- "and to pandas or other formats with high efficiency. After installing "
478
- "pyarrow, you can read data from tables with "
479
- "`https://arrow.apache.org/docs/python/data.html#record-batches <Arrow "
480
- "RecordBatch>`_ format by adding ``arrow=True`` argument when calling "
481
- "``open_reader`` method."
471
+ "后,在调用 ``open_reader`` 时增加 ``arrow=True`` 参数,即可按 `Arrow "
472
+ "RecordBatch <https://arrow.apache.org/docs/python/data.html#record-"
473
+ "batches>`_ 格式读取表内容。"
474
+ msgstr ""
475
+ "Since 0.11.2, PyODPS supports reading and writing table data with `Arrow "
476
+ "<https://arrow.apache.org/>`_ format, which can be converted from and to "
477
+ "pandas or other formats with high efficiency. After installing pyarrow, "
478
+ "you can read data from tables with `Arrow RecordBatch "
479
+ "<https://arrow.apache.org/docs/python/data.html#record-batches>`_ format "
480
+ "by adding ``arrow=True`` argument when calling ``open_reader`` method."
482
481
483
482
#: ../../source/base-tables.rst:259
484
483
msgid ""
@@ -892,21 +891,21 @@ msgstr ""
892
891
893
892
#: ../../source/base-tables.rst:443
894
893
msgid ""
895
- "从 0.11.2 开始,PyODPS 支持使用 `https://arrow.apache.org/ <Arrow >`_ 格式"
894
+ "从 0.11.2 开始,PyODPS 支持使用 `Arrow < https://arrow.apache.org/>`_ 格式"
896
895
"读写数据,该格式可以以更高\\ 效率与 pandas 等格式互相转换。安装 pyarrow "
897
- "后,在调用 ``open_writer`` 时增加 ``arrow=True`` 参数,即可按 `https:// "
898
- "arrow.apache.org/docs/python/data.html#record-batches <Arrow RecordBatch> "
899
- "`_ 格式写入表内容。PyODPS 也支持直接写入 pandas DataFrame,支持自动转换为 "
900
- " Arrow RecordBatch。"
901
- msgstr ""
902
- "Since 0.11.2, PyODPS supports reading and writing table data with "
903
- "` https://arrow.apache.org/ <Arrow >`_ format, which can be converted from "
904
- "and to pandas or other formats with high efficiency. After installing "
905
- "pyarrow, you can write data into tables with "
906
- "` https://arrow.apache.org/docs/python/data.html#record-batches <Arrow "
907
- "RecordBatch>`_ format by adding ``arrow=True`` argument when calling "
908
- "``open_writer`` method. PyODPS also supports writing tables with pandas "
909
- "DataFrames, which will be converted into Arrow RecordBatch directly."
896
+ "后,在调用 ``open_writer`` 时增加 ``arrow=True`` 参数,即可按 `Arrow "
897
+ "RecordBatch <https:// arrow.apache.org/docs/python/data.html#record-"
898
+ "batches> `_ 格式写入表内容。PyODPS 也支持直接写入 pandas DataFrame,支持 "
899
+ "自动转换为 Arrow RecordBatch。"
900
+ msgstr ""
901
+ "Since 0.11.2, PyODPS supports reading and writing table data with `Arrow "
902
+ "< https://arrow.apache.org/>`_ format, which can be converted from and to "
903
+ "pandas or other formats with high efficiency. After installing pyarrow, "
904
+ "you can write data into tables with `Arrow RecordBatch "
905
+ "< https://arrow.apache.org/docs/python/data.html#record-batches>`_ format "
906
+ "by adding ``arrow=True`` argument when calling ``open_writer`` method. "
907
+ "PyODPS also supports writing tables with pandas DataFrames, which will be "
908
+ " converted into Arrow RecordBatch directly."
910
909
911
910
#: ../../source/base-tables.rst:448
912
911
msgid ""
0 commit comments