神奇的函数-- python
Python 书籍:
- 仅供学习使用,勿商用!豆瓣9.0:Efficient python
-
lambda:https://blog.csdn.net/qq_33521184/article/details/89347794
-
[if 条件](https://www.w3school.com.cn/python/python_conditions.asp#:~:text=Python 条件和 If 语句. Python 支持来自数学的常用逻辑条件:. 等于: a,> b. 大于等于: a >%3D b. 这些条件能够以多种方式使用,最常见的是“if 语句”和循环。.)
-
pandas(Dataframe)里使用lambda匿名函数if..else表达式: https://www.jianshu.com/p/16762a3651b7
-
缺失值转换成Nan:https://blog.csdn.net/qq_44321147/article/details/112438419
-
TypeError: '<' not supported between instances of 'float' and 'datetime.date': 包含多种数据类型; -
index索引设置:https://blog.csdn.net/OldDirverHelpMe/article/details/104001138
- DataScience
*,**在函数用的应用:https://soumendrak.medium.com/the-python-star-49b0725aa7eb