英文: Add multiple columns lagged by one year 问题 我需要在我的数据框中添加多列的1年滞后版本。以下是我的数据: ```R data<-data.fra...
截断时间序列文件并提取一些描述性变量。
英文: Truncate a time serie files and extract some descriptive variable 问题 1/ 我想截取文本文件,仅检索数据集日期点前的变量。 ...
将数据框列从hhmmss转换为hh:mm:ss在Python中。
英文: Converting dataframe column from hhmmss to hh:mm:ss in python 问题 我的时间序列数据框的时间格式是hhmmss,我无法绘制它与我的...
InfluxDB: 如何处理缺失的数据?
英文: InfluxDB: How to deal with missing data? 问题 问题描述 我们执行了许多时间序列查询,这些查询有时会出现问题,通常是通过API(Python)执行的,有...
我们如何使用MongoDB的Golang驱动程序创建时间序列集合?
英文: How do we create timeseries collections with mongodb golang driver? 问题 我正在尝试创建时间序列集合,使用以下函数:http...
在pandas时间序列中标记重复的条目。
英文: Flag repeating entries in pandas time series 问题 我理解你的问题。你想要标记那些参与者在某一年去了他们前一年没有去过的度假地点的行。以下是你描述的...
执行一个“在线”线性插值。
英文: Performing an "online" linear interpolation 问题 我有一个问题,需要对从传感器获取的一些数据进行线性插值(它实际上是位置数据,但...
Retraining time series (Keras) with just the newly arrived data (not fresh training from the scratch)
英文: Retraining time series (Keras) with just the newly arrived data (not fresh training from the scr...
根据另一列的行值有条件地返回一向量的某些行值。
英文: Conditionally returning a vector of some row values based on another column's row values 问题 ...
BTrDB 连接失败
英文: BTrDB Failure to connect 问题 我有一个在我的虚拟机上运行的BTrDB容器副本,以及一个试图通过从CSV中获取数据并插入来测试它的Go程序。不幸的是,当我尝试连接时出现...
11