Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/28.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 指数平滑Excel_Python_Excel_Statistics_Time Series - Fatal编程技术网

Python 指数平滑Excel

Python 指数平滑Excel,python,excel,statistics,time-series,Python,Excel,Statistics,Time Series,我有一个数据表,我需要排除异常值并生成一个估计的每月基本利率 数据的格式类似于以下内容: Product, Month 1, Month 2, Month 3, Month 4 Example, 222, 104, 1110, 223, 220 在Excel中,我使用了分析包指数平滑函数来确定基本速率。这很好,但我需要将其扩展到550多行产品 Python在这里似乎是一个很好的解决方案,但我已经非常生疏了,希望能在电子表格中使用一个解决方案与团队共享。指数平滑是最容易(也是最有趣)编写的代码。

我有一个数据表,我需要排除异常值并生成一个估计的每月基本利率

数据的格式类似于以下内容:

Product, Month 1, Month 2, Month 3, Month 4
Example, 222, 104, 1110, 223, 220
在Excel中,我使用了分析包指数平滑函数来确定基本速率。这很好,但我需要将其扩展到550多行产品


Python在这里似乎是一个很好的解决方案,但我已经非常生疏了,希望能在电子表格中使用一个解决方案与团队共享。

指数平滑是最容易(也是最有趣)编写的代码。所以这里的主要问题是:(1)您的数据(csv文件、excel多表、数据库等)在哪里;(2) 您的团队(和您的团队)最喜欢的编程工具是什么?为什么不在Excel中使用它?请说明当前Excel的格式(页数、行/列标题+格式,…)。也许是一个5产品的例子。