aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-01-27-tableau-dashboard.md
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-05-01 21:45:52 -0500
committerChristian Cleberg <[email protected]>2024-05-01 21:45:52 -0500
commit7d3b5175f2d9d016b06190273fcfeb380a460b3f (patch)
tree71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2024-01-27-tableau-dashboard.md
parent7c70a351e25106ceff49ff8ee0a38e2a545f62f0 (diff)
downloadcleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.gz
cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.bz2
cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.zip
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2024-01-27-tableau-dashboard.md')
-rw-r--r--content/blog/2024-01-27-tableau-dashboard.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/content/blog/2024-01-27-tableau-dashboard.md b/content/blog/2024-01-27-tableau-dashboard.md
index 71721fd..2f1e73d 100644
--- a/content/blog/2024-01-27-tableau-dashboard.md
+++ b/content/blog/2024-01-27-tableau-dashboard.md
@@ -42,7 +42,7 @@ nano data_processing.py
Within the Python script, paste the following:
-``` python
+```python
# Import modules
import pandas as pd
import glob
@@ -122,12 +122,12 @@ drag it into the `Columns` or `Rows` area of the canvas.
See below for the map visualization. You can recreate this by adding the
following fields:
-- `Columns`: Lon
-- `Rows`: Lat
-- `Marks`:
- - Description
- - Datetime
-- `Filters`: Datetime
+- `Columns`: Lon
+- `Rows`: Lat
+- `Marks`:
+ - Description
+ - Datetime
+- `Filters`: Datetime
![Worksheet
Editing](https://img.cleberg.net/blog/20240127-tableau-dashboard/worksheet_edit.png)