Curently, when a user does not install needed dependencies for "arrow" / "parquet" / "excel" and opens such a file he behavior is to "return" a one-row data frame with a short error message.
I think we should "throw" exception instead, containing a clear "hint" what to do.
(maybe pointing to:
https://github.com/scicloj/dataset-io
or any other "documentation page"
)