top of page
Create a basic data lake using python. Kimball style
To make this simple and not involve a lot of products, I decided to show how this could be done on your hard drive using only Python 3.10.8 creating a Kimball structure with data available on the Kaggle.
2022-10-27 Create a parquet file of the csv file. To make it simpler to create the elt stuff later.
2022-10-27 Design and create a date dimension.
FullCode
bottom of page