Load Data

Load Ladybug data collections from a CSV, JSON, or PKL file.
- 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.
- report
Reports, errors, warnings, etc.
- data
A list of honeybee objects that have been re-serialized from the input file.
Last modified 1yr ago