Cognite Python SDK Documentation

This is the Cognite Python SDK for developers and data scientists working with Cognite Data Fusion (CDF). The package is tightly integrated with pandas, and helps you work easily and efficiently with data in Cognite Data Fusion (CDF).

Installation

To install this package:

pip install cognite-sdk

To upgrade the version of this package:

pip install cognite-sdk --upgrade
pip install cognite-sdk[pandas, geo]

Contents

Examples

For a collection of scripts and Jupyter Notebooks that explain how to perform various tasks in Cognite Data Fusion (CDF) using Python, see the GitHub repository here.