Skip to content

Commit 9635ce4

Browse files
authored
docs: fix time series examples (#1267)
1 parent b61cb62 commit 9635ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/source/pages/use_cases/time_series_datasets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following syntax can be used to generate a profile under the assumption that
1313
from pandas_profiling import ProfileReport
1414
1515
df = pd.read_csv("ts_data.csv")
16-
profile = ProfileReport(df, ts_mode=True, sortby="Date", title="Time-Series EDA")
16+
profile = ProfileReport(df, tsmode=True, sortby="Date", title="Time-Series EDA")
1717
1818
profile.to_file("report_timeseries.html")
1919

0 commit comments

Comments
 (0)