easyenvi
  • Easy Environment
  • Local Environment
    • Local initialisation
    • Local Operations
      • easyenvi.local.load
      • easyenvi.local.save
      • easyenvi.local.clear_folder
  • Google Cloud Environment
    • Google Cloud initialisation
    • Google Cloud Storage Operations
      • easyenvi.gcloud.GCS.load
      • easyenvi.gcloud.GCS.save
      • easyenvi.gcloud.GCS.download
      • easyenvi.gcloud.GCS.list_files
    • Big Query Operations
      • easyenvi.gcloud.BQ.load
      • easyenvi.gcloud.BQ.write
      • easyenvi.gcloud.BQ.append
      • easyenvi.gcloud.BQ.query
  • SharePoint Environment
    • SharePoint initialisation
    • SharePoint Operations
      • easyenvi.sharepoint.download
      • easyenvi.sharepoint.upload
      • easyenvi.sharepoint.list_files
      • easyenvi.sharepoint.delete_file
  • extra
    • Customise supported formats
Powered by GitBook
On this page
  1. Google Cloud Environment

Big Query Operations

The gcloud.BQ attribute of the EasyEnvironmentinstance allows to load tables into Python, create Big Query tables or add rows to them. It also allows to run big query queries.

  • EasyEnvironment.gcloud.BQ.load: Load an entire Big Query table into Python.

  • EasyEnvironment.gcloud.BQ.write: Write an entire Python dataframe into Big Query.

  • EasyEnvironment.gcloud.BQ.append: Append an existing Big Query table.

  • EasyEnvironment.gcloud.BQ.query: Execute Big Query query.

Previouseasyenvi.gcloud.GCS.list_filesNexteasyenvi.gcloud.BQ.load

Last updated 1 year ago