# Load Data

![](https://894783789-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPHXQ1I3gb93zpLrLZf%2Fuploads%2Fgit-blob-940a607b20e31e71b07eaa3908875e84bbc7d856%2FLoad_Data.png?alt=media)

![](https://894783789-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPHXQ1I3gb93zpLrLZf%2Fuploads%2Fgit-blob-362d85fc48b582ceda765c61fe5e9a9b27aae402%2FLoad_Data.png?alt=media) - [\[source code\]](https://github.com/ladybug-tools/ladybug-grasshopper/blob/master/ladybug_grasshopper/src/LB%20Load%20Data.py)

Load Ladybug data collections from a CSV, JSON, or PKL file.

### Inputs

* **data\_file \[Required]**

A file path to a CSV, JSON or PKL file from which data collections will be loaded.

* **load \[Required]**

Set to "True" to load the data collections from the \_data\_file.

### Outputs

* **report**

Reports, errors, warnings, etc.

* **data**

A list of honeybee objects that have been re-serialized from the input file.
