General

General functionality of the platform

login()

Login

set_api_key()

Initialize the environment with an API Key

set_dev_env()

Point API commands at the dev environment for testing purposes

upload_file_to_container()

Upload file to a container

Reports

Functions for uploading report data and content

create_report()

Create Report

get_report()

Get Report

get_reports()

Get Reports

import_report_data()

Import Report Data

import_report_data_df()

Upload & Import Single Report Dataset from a dataframe (convenience function combining upload & import)

import_report_data_nested()

Upload & Import Single Report Dataset from a nested list of lists

upload_report_content()

Upload Report Content

upload_report_data_csv_file()

Upload Report Data from a csv file

upload_report_data_frame()

Upload Report Data from a dataframe

upload_report_data_json()

Upload Report Data from a nested list (to be converted to JSON)

validate_data_df()

Validate a dataframe that will be imported into the platform

Causal Studio

Functions for interacting with causal studio projects

get_projects()

Get Projects