摘要:
0.反转 s[::-1] s.reverse() > will change s, return none reversed(s) > return iterator 1、去空格及特殊符号 s.strip() s.lstrip() s.rstrip(',') 2、复制字符串 复制代码代码如下: #s 阅读全文
posted @ 2018-12-26 16:50
andy_0212
阅读(169)
评论(0)
推荐(0)
摘要:
LEGB Local>External>Global>Built-in https://www.datacamp.com/community/tutorials/scope-of-variables-python#diff n this tutorial, you will learn about 阅读全文
posted @ 2018-12-26 16:48
andy_0212
阅读(203)
评论(0)
推荐(0)
摘要:
FFT前言快速傅里叶变换 (fast Fourier transform),即利用计算机计算离散傅里叶变换(DFT)的高效、快速计算方法的统称,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽 阅读全文
posted @ 2018-12-26 11:38
andy_0212
阅读(2338)
评论(0)
推荐(0)
摘要:
pip install swifter import swifter df.swifter.apply() df.swifter.transform() Easily apply any function to a pandas dataframe in the fastest available 阅读全文
posted @ 2018-12-26 11:32
andy_0212
阅读(471)
评论(0)
推荐(0)

浙公网安备 33010602011771号