Data Pipelines ***************** Covers how to collect, clean, and structure the data for your model in an automated way, using Python. Resources ============ - :download:`Capital IQ Debt Details Module (capiq_debt.py) ` - :download:`WMT Debt Details ` - :download:`Pfizer Debt Details ` Creating a Data Loading Module for Capital IQ Debt Details ============================================================= .. youtube:: mL4hDzrvxL0 :height: 315 :width: 80% :align: center | Notes -------- - For the DCF model we have explored using the market value of individual debt instruments to estimate the market value of debt for the whole company - For Project 3, we looked at using Capital IQ as the source of those debt details - Here I examine how to automate the loading and cleaning of the debt details from Capital IQ, so they are ready to be worked with in the model - I also look at taking the resulting code and making a Python module, so it can be reused in future models - To clean up the data, I use a combination of Pandas methods, string methods, and regular expressions (regex) Resources ------------ - :download:`Capital IQ Debt Details Module (capiq_debt.py) ` - :download:`WMT Debt Details ` - :download:`Pfizer Debt Details ` Transcript ------------- .. raw:: html
|