Robin's blog

标签 · Python

首页

关于

归档

loading..
大数据PythonSQLAlchemy

SQLAlchemy给做传统数据库数据持久化

有的时候简单就是美,For the work I do, where Jupyter running Python 3 notebooks with Pandas and SqlAlchemy is enough, I prefer to use the “pure Python” method, because the tools are well understood and well supported, and a tremendous amount of work has been done by the Python community to make the tools work well on Windows. And if I ever am working on a large eno..

更多
Python

强大的Python模块

强大的Python模块, 数据科学必备 模块列表 模块名 简介 文档链接 talib TA-Lib是一个被交易员常用的技术分析库,包含了超过150+的技术指标比如MACD,RSI,Bollinger Bands等 TA-Lib官网 pandas 最流行的Python数据分析库 pandas文档 numpy numpy是一个Python的科学计算基础库。 numpy文档 scipy SciPy是一个Python的数学、科学和工程计算的生态系统库。 scipy文档 statsmodels Statsmodels可以研究数据,构架统计模型和进行统计测试。功能包括:线性回归模型等 statsmodels文档 bisect Python的排序模块 bisect文档 cmath 提供可..

更多