LSEG Data Library for Python

reset_files

Resets all the previously downloaded local files that belong to a particular ESG data package.

Module

lseg.data.content.esg.bulk

Syntax

reset_files()

Parameters

None.

Returned value

None.

Usage

The following example demonstrates how to reset previously downloaded ESG package files:

from lseg.data.content.esg import PackageManager

# Define package of ESG data to retrieve.
pkg = PackageManager('esg.standard_scores')

# Reset all previously downloaded files that belong to this data package

pkg.reset_files()

None.

28 words (0:09 mins)