Skip to content

Commit

Permalink
ray (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng authored Jan 7, 2025
1 parent 6de7805 commit f68a4fb
Show file tree
Hide file tree
Showing 6 changed files with 2,454 additions and 2 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ subtrees:
- file: ch-ray-data/data-load-inspect-save
- file: ch-ray-data/data-transform
- file: ch-ray-data/preprocessor
- file: ch-ray-data/modin
- file: ch-mpi/index
entries:
- file: ch-mpi/mpi-intro
Expand Down
2 changes: 1 addition & 1 deletion ch-ray-data/data-load-inspect-save.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
":name: ray-data-read-files\n",
"| \t| Parquet \t| Text \t| CSV \t| TFRecord \t| Binary \t|\n",
"|:----:\t|:--------------:\t|:-----------:\t|:----------:\t|:----------------:\t|---------------------\t|\n",
"| Method \t| [`read_parquet()`](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_parquet.html) \t| [`read_text()`](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_text.html) \t| [read_csv()](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_csv.html) \t| [`read_tfrecords()`](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_tfrecords.html) \t| [`read_binary_files()`](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_binary_files.html) \t|\n",
"| Method \t| [`read_parquet()`](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_parquet.html) \t| [`read_text()`](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_text.html) \t| [`read_csv()`](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_csv.html) \t| [`read_tfrecords()`](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_tfrecords.html) \t| [`read_binary_files()`](https://docs.ray.io/en/latest/data/api/doc/ray.data.read_binary_files.html) \t|\n",
"```"
]
},
Expand Down
Loading

0 comments on commit f68a4fb

Please sign in to comment.