gbq and orc outputs are not currently supported, as gbq is not a local file format, but a cloud-based one and orc does not seem to work with pyarrow (at least in Windows).
Note that Pandas has a few more export formats that we skipped orc is not supported in arrows (ar least on Windows) https://stackoverflow.com/questions/58822095/no-module-named-pyarrow-orc gbq is about Google cloud storage, not about local files https://cloud.google.com/bigquery/docs/introduction Note that clipboard does not produce a file, but can still be used locally, so the function supports it.
gbq and orc outputs are not currently supported, as gbq is not a local file format, but a cloud-based one and orc does not seem to work with pyarrow (at least in Windows).
Note that Pandas has a few more export formats that we skipped orc is not supported in arrows (ar least on Windows) https://stackoverflow.com/questions/58822095/no-module-named-pyarrow-orc gbq is about Google cloud storage, not about local files https://cloud.google.com/bigquery/docs/introduction Note that clipboard does not produce a file, but can still be used locally, so the function supports it.