You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: gap identification and improve gap statistics and visualization (#1423)
* fix: wording on time index tab
* fix: improve gap identification
* fix: add minutes and hours as intervals
* fix: add the frequency to the stats tab
* fix: tests
* fix: linter issues
* docs: added gap analysis info to the ts doc
* feat: humanize timespan outputs
* fix: parameter order
* fix: std failing with only one gap
* fix: remove unused import
* fix: adjust the doc msg
Copy file name to clipboardExpand all lines: docsrc/source/pages/use_cases/time_series_datasets.rst
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
Time-Series data
3
3
==================
4
4
5
-
``pandas-profiling`` can be used for a quick Exploratory Data Analysis on time-series data. This is useful for a quick understading on the behaviour of time dependent variables regarding behaviours such as time plots, seasonality, trendsand stationarity.
5
+
``ydata-profiling`` can be used for a quick Exploratory Data Analysis on time-series data. This is useful for a quick understading on the behaviour of time dependent variables regarding behaviours such as time plots, seasonality, trends, stationarity and data gaps.
6
6
7
-
Combined with the profiling reports compare, you're able to compare the evolution and data behaviour through time, in terms of time-series specific statistics such as PACF and ACF plots.
7
+
Combined with the profiling reports compare, you're able to compare the evolution and data behaviour through time, in terms of time-series specific statistics such as PACF and ACF plots. It also provides the identification of gaps in the time series, caused either by missing values or by entries missing in the time index.
8
8
9
9
The following syntax can be used to generate a profile under the assumption that the dataset includes time dependent features:
10
10
@@ -60,8 +60,6 @@ In some cases you might be already aware of what variables are expected to be ti
0 commit comments