python financial data cleaning

Mark Lawrence breamoreboy at yahoo.co.uk
Mon Jun 15 06:19:14 EDT 2015


On 15/06/2015 11:12, Sebastian M Cheung via Python-list wrote:
> How to do financial data cleaning ? Say I assume a list of 1000 finance series data in myList = Open, High, Low and Close. For missing Close Price data, What is best practice to clean data in Python
>

http://pandas.pydata.org/

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list