Is your feature request related to a problem? Please describe.
The goal of this feature is to add more useful visualizations, statistics and insights to plot(df, x, y) for time series analysis.
Describe the solution you'd like
I propose the following functions and tabs:
Detect if the data has regular time intervals. If not, give transformation suggestions or provide transformation functions.
More researches are needed.
Estimated timeline: Jan 21 to Jan 27
Basic Visualization: Line chart and Box plot(edit on the existing functions)
In the line chart instead of auto-grouping to 15 groups , we plot all the data points since the dataset here is in time-series format. But we keep the time_unit parameters for line chart and box plot.
Estimated timeline: Jan 27 to Jan 29
Visualize Seasonality: Multi-Line chart and box plot
Estimated timeline: Feb 1 to Feb 9
Decompose times series Additively and Multiplicatively
Estimated timeline: Feb 9 to Feb 16
Autocorrealtion function(ACF) and Partial autocorrelation function(PACF)
Estimated timeline: Feb 17 to Feb 24
Lag Plot
Estimated timeline: Feb 25 to Mar 3
Test Stationarity: Unit Root test
Augmented Dickey Fuller test (ADF Test)
Kwiatkowski-Phillips-Schmidt-Shin – KPSS test (trend stationary)
Philips Perron test (PP Test)
Estimated timeline: Mar 3 to Mar 5
Estimate forecasibility: Approximate Entropy
Estimated timeline: Mar 8 to Mar 10
CHTest: determine if seasonal differencing is required to stationarize the series
Estimated timeline: Mar 10 to March 12
Describe alternatives you've considered
Dealing with missing values: forward fill, backward fill, linear fill, cubic fill, KNN mean, seasonal mean
Is your feature request related to a problem? Please describe. The goal of this feature is to add more useful visualizations, statistics and insights to plot(df, x, y) for time series analysis.
Describe the solution you'd like I propose the following functions and tabs:
Estimated timeline: Jan 27 to Jan 29
Estimated timeline: Feb 1 to Feb 9
Estimated timeline: Feb 9 to Feb 16
Estimated timeline: Feb 17 to Feb 24
Estimated timeline: Feb 25 to Mar 3
Estimated timeline: Mar 3 to Mar 5
Estimated timeline: Mar 8 to Mar 10
Estimated timeline: Mar 10 to March 12
Describe alternatives you've considered Dealing with missing values: forward fill, backward fill, linear fill, cubic fill, KNN mean, seasonal mean
Additional context N/A