From df0de8a407a6459723b6428c99b71e32b99294e7 Mon Sep 17 00:00:00 2001 From: Ethan-DeBandi99 <16845933+Ethan-DeBandi99@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:06:04 -0400 Subject: [PATCH] Minor updates to documentation. (#2516) --- pydoc/file_io/HDF5.md | 2 +- pydoc/file_io/PARQUET.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pydoc/file_io/HDF5.md b/pydoc/file_io/HDF5.md index 026a471859..95d4afc26f 100644 --- a/pydoc/file_io/HDF5.md +++ b/pydoc/file_io/HDF5.md @@ -132,7 +132,7 @@ Providing these attributes allows for the ArrayView object to be reconstructed f > 3. arkouda_version: 'current_arkouda_version' (Optional) > 2. Dataset - Values > 1. Attributes -> 1. ObjType: 1 +> 1. ObjType: 1 or 2 > 2. isBool: 0 or 1 > 3. file_version: 2.0 (Optional) > 4. arkouda_version: 'current_arkouda_version' (Optional) diff --git a/pydoc/file_io/PARQUET.md b/pydoc/file_io/PARQUET.md index 5ed777db29..41aa194740 100644 --- a/pydoc/file_io/PARQUET.md +++ b/pydoc/file_io/PARQUET.md @@ -13,7 +13,7 @@ More information on Parquet can be found [here](https://parquet.apache.org/). - DataFrame - Strings - SegArray - - Strings dtype not yet supported. Track [here](https://github.com/Bears-R-Us/arkouda/issues/2121) + - Strings values are only supported in the single instance case. Track updates on support when writing multiple columns [here](https://github.com/Bears-R-Us/arkouda/issues/2493) ## Compression