practical-data-engineering icon indicating copy to clipboard operation
practical-data-engineering copied to clipboard

Practical Data Engineering: A Hands-On Real-Estate Project Guide

Results 3 practical-data-engineering issues
Sort by recently updated
recently updated
newest added

The following block of code is causing the code location to error for some reason: File "/home/max/dev/practical-data-engineering/src/pipelines/real-estate/realestate/pipelines.py", line 93, in ```py def collect_properties(properties: List[PropertyDataFrame]) -> List[PropertyDataFrame]: # type: ignore ```...

Great project! I would like to use this project to manage a lot of unstructured data, any special suggestions? Data has been downloaded and exists on S3. Thanks for any...