This package is meant to faciliate the easy use of .epw files (EnergyPlus Weather) outside of the EnergyPlus envirionment for building energy consumption. The documentation used to identify missing values, variable names, and index the rows can be found here. Below you can find a sample of how this package might be used in practice:
using EnergyPlusWeather
epw_path = "path/to/sample.epw"
epw_dataframe = EnergyPlusWeather.read(epw_path)