dbutils is a package that helps to perform certain tasks in Azure Databricks.
dbutils are only supported inside databricks notebooks
The available utilities are:
fs - Manipulates the Databricks filesystem (DBFS) from the console
1. cp
2. head
3. ls
4. mkdirs
5. mv
6. put
7. rm
Let us see about all the above utilities with example
Ещё видео!