Data Warehouse - 3 - read_csv of DataFrame & insert records from python for Full Load

preview_player
Показать описание
How to read records from csv file using read_csv method? how to iterate DataFrame to call insert statement to load data into Staging tables
Рекомендации по теме
Комментарии
Автор

Thank you so much Mandar.. great explanation.. Great effort.. I am following your entire series of Data Warehousing video by video.. Its great to learn from you.. Thanks Again !!

collegeCLUB
Автор

@Mandar Gogate
Thanks for this Amazing Video. Do you have similar tutorials for GCP ?

jinsonjames
Автор

Thank you for your Video, which is amazing. Could I ask some questions ?
1. what is the function of using " where 1=1" in the fetch record function ;
2. Could you help to explain a little bit about the cursor, when should we close a cursor and when should we close a cursor
3. why should we have the "staging tables" in the whole process, is it ok to retrieve the tables from the OLTP, and then ETL, and insert them as Dimensional and fact table directly in the datawarehouse
Thank you for your amazing sharing again

JasonZhang-sejo