dbutils allows users to interact with the databricks platform.. dbutils.help() for more information. The output can be manipulated by other codes

example:

files = dbutils.fs.ls('/databricks-datasets')
display(files) # tidy view but only show 1000, no need when sql is used