ultralytics-ascend/docs/en/reference/data/explorer/utils.md
Glenn Jocher 2af71d15a6
Refactor all Ultralytics Solutions (#12790)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: RizwanMunawar <chr043416@gmail.com>
2024-05-18 18:14:42 +02:00

1.2 KiB

comments description keywords
true Detailed reference for the Explorer utils. Provides descriptions and details on important utility functions for managing and interacting with data in the Ultralytics explorer project. Ultralytics, data explorer, function reference, documentation, get table schema, get sim index schema, sanitize batch, plot query result, prompt SQL query

Reference for ultralytics/data/explorer/utils.py

!!! Note

This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/explorer/utils.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/explorer/utils.py). If you spot a problem please help fix it by [contributing](/help/contributing.md) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/data/explorer/utils.py) 🛠️. Thank you 🙏!



::: ultralytics.data.explorer.utils.get_table_schema



::: ultralytics.data.explorer.utils.get_sim_index_schema



::: ultralytics.data.explorer.utils.sanitize_batch



::: ultralytics.data.explorer.utils.plot_query_result



::: ultralytics.data.explorer.utils.prompt_sql_query