Skip to content

Commit

Permalink
Chore: Updated datetime in input params
Browse files Browse the repository at this point in the history
  • Loading branch information
shailesh-katonic committed Oct 2, 2022
1 parent 8d4771c commit 9689f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can add your custom host id and port to the function in order to run the app
# 4.Generate Dashboards.
In order to Initialize the dash application, you need to pass both the dataframes along with target_column_name and target_column_type.
```python
build(ref_data, cur_data, "target_column_name", "target_column_type", host[optional], port[optional])
build(ref_data, cur_data, "target_column_name", "target_column_type", datetime_column_name[optional], host[optional], port[optional])
```
Once you run the above cell you'll get to see the following output.

Expand Down

0 comments on commit 9689f02

Please sign in to comment.