Creating star schema from csv files using Python
问题 I have 6 dimension tables, all in the form of csv files. I have to form a star schema using Python. I'm not sure how to create the fact table using Python. The fact table (theoretically) has at least one column that is common with a dimension table. How can I create the fact table, keeping in mind that quantities from multiple dimension tables should correspond correctly in the fact table? I am not allowed to reveal the code or exact data, but I'll add a small example. File 1 contains the