Created
June 10, 2021 15:13
-
-
Save Steboss89/5f8fb6b4b9fb5f17988c104cd5d22d98 to your computer and use it in GitHub Desktop.
Declare the reading csv function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pub fn read_housing_csv(filename: impl AsRef<Path>) -> Vec<HousingDataset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment