import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
class My_data_timers_transform:
test1=My_data_timers_transform()
test1.load_init_data()
test1.extract_start_end_date()
# data1=test1.extract_column_data_totimeseries(2)
# data2=test1.extract_column_data_totimeseries(3)
test1.extract_max_min_mean_corr(2,3)
import pandas as pd
import matplotlib.pyplot as plt
class My_data_timers_transform:
test1=My_data_timers_transform()
test1.load_init_data()
test1.extract_start_end_date()
# data1=test1.extract_column_data_totimeseries(2)
# data2=test1.extract_column_data_totimeseries(3)
test1.extract_max_min_mean_corr(2,3)
文章来源: 时间序列数据分析方法