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

To install this package without the pandas and NumPy support:

pip install cognite-sdk-core

To install with pandas, geopandas and shapely support (equivalent to installing cognite-sdk). However, this gives you the option to only have pandas (and NumPy) support without geopandas.

pip install cognite-sdk-core[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.