A Python library by dacker-team, version 0.0.45, intended for easily sending data to BigQuery. The project's GitHub repository is currently inaccessible or shows loading errors, and no public documentation or usage examples are readily available. Users commonly mistake this package for Google's official client library (`google-cloud-bigquery`). The release cadence is infrequent; the last update was January 9, 2025.
pip install bigqueryNo compatibility data collected yet for this library.
A quickstart guide is unavailable as the official GitHub repository for `bigquery` (dacker-team) is inaccessible, and no explicit usage examples or API documentation are publicly provided. Users seeking to interact with Google BigQuery from Python should generally use the `google-cloud-bigquery` library.
If you intend to use Google's official BigQuery client, you must install `google-cloud-bigquery` using `pip install google-cloud-bigquery`. Do not install `bigquery` unless you specifically intend to use the un-documented `dacker-team` library.
Due to the absence of documentation, it is strongly recommended to use Google's officially supported and well-documented `google-cloud-bigquery` client library for interacting with Google BigQuery. This alternative offers comprehensive features, support, and documentation.
Uninstall `bigquery` (`pip uninstall bigquery`) and install the correct package for Google's official BigQuery client: `pip install google-cloud-bigquery`.
If you intended to use Google's official client, ensure you have installed `google-cloud-bigquery` and updated your import statements. The `bigquery` (dacker-team) library does not have public API documentation to guide its usage. Switch to `google-cloud-bigquery` for reliable BigQuery interactions.
No dependency data recorded yet.