Transport-for-the-North / caf.core

Core classes and definitions for CAF family of tools
GNU General Public License v3.0
0 stars 1 forks source link

DVector dataframe validation / conversion #14

Open wsp-mbuckley opened 9 months ago

wsp-mbuckley commented 9 months ago

Add some validation and conversion to the _dataframe_to_dvec method, to make it more robust.

Update the data property to return a copy of the data variable (DataFrame) to avoid it accidentally being edited by the user.