金融量化学习---Python, MySQL, Pandas

这里用来记录一些在金融领域,尤其是银行相关的资金、债券、票据中应用到的数据管理与分析, 编程等心得或笔记,以及个人的一点小小兴趣(易经八卦、藏密禅修)等

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

05 2021 档案

网上好文搜集整理
摘要:目录金融交易债券固定收益投资 https://zhuanlan.zhihu.com/p/213858346收益率曲线构建:https://cloud.tencent.com/developer/article/1627103债券估值:https://mp.weixin.qq.com/s/rQEPAo 阅读全文

posted @ 2021-05-19 12:35 chengjon 阅读(216) 评论(0) 推荐(0) 编辑

python的基础操作
摘要:#字符串操作 ##查询 Python判断字符串是否为字母或者数字 str_1 = "123" str_2 = "Abc" str_3 = "123Abc" #用isdigit函数判断是否数字 print(str_1.isdigit()) 结果:Ture print(str_2.isdigit()) 阅读全文

posted @ 2021-05-11 14:41 chengjon 阅读(115) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示