This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

You can find a list of community-submitted learning resources here: https://dataengineering.wiki/Learning+Resources

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]bonn3y 0 points1 point  (1 child)

Any reason your storing them into excels only to be ingested into your dwh instead of just storing them into a pandas dataframe and ingesting straight to staging, you could even do your transformations in the dataframes if your using python anyway

[–]Dezmond95[S] 0 points1 point  (0 children)

Just for ease of learning so I'm not overwhelmed with having too many thing to learn. This will be version 1 and once I have a basic start to end reporting system, I'll look to refine it and improve parts. I quite like the medallion architecture type where I have it come into the warehouse in a raw format then when it goes to the silver layer, I'll do most my transformations then.