zazwaz12 / CITS3200---National-Housing-Simulation

National Housing Simulation - mapping data points from the G-NAF and the census data sets.
0 stars 0 forks source link

Read census PSV files #22

Closed SodaVolcano closed 3 weeks ago

SodaVolcano commented 4 weeks ago

Write a basic function that returns a LazyFrame for single string path to a .psv file, and a function that takes in a path to a FOLDER of .psv file and returns a DICTIONARY of {name: LazyFrame} pairs.

Look into the data loading branch and use the code in it. Please look into that branch, and