问题
There is an equivalent function to Excel/LibreOffice yield in python? There is the equivalent question for R Excel YIELD function in R but without answers. Someone have an idea where to find the algorithm?
I have a excel spreadsheet. I'd like performing the same computation with python. So I need the same functions that I have in excel. I am implementing yearfrac. Maybe someone had the same kind of issue. Anyway libreoffice must have already implemented the some excel functions.
update
I have found the libreoffice source here. In the next few days I will try to implements it in python.
回答1:
Based on a quick Google search, it looks like the qfrm package might have what you're looking for.
来源:https://stackoverflow.com/questions/36226698/equivalent-yield-excel-function-in-python