mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
![]() The tensor extension import is a bit expensive since it will go through Arrow's and Pandas' extension type registration logic. This PR delays the tensor extension type import until Parquet reading, which is the only case in which we need to explicitly register the type. I have confirmed that the Parquet reading in doc/source/data/doc_code/tensor.py passes with this change. |
||
---|---|---|
.. | ||
accessing_datasets.py | ||
creating_datasets.py | ||
key_concepts.py | ||
quick_start.py | ||
saving_datasets.py | ||
tensor.py | ||
transforming_datasets.py |