You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/02/02 00:28:18 UTC

[superset] branch fiximport-chart created (now 7967663)

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a change to branch fiximport-chart
in repository https://gitbox.apache.org/repos/asf/superset.git.


      at 7967663  save this

This branch includes the following new commits:

     new 88d77a4  saving for now
     new 7967663  save this

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[superset] 02/02: save this

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch fiximport-chart
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 79676633ae0e99fc79ea3eb8bec9ad6258c92ace
Author: hughhhh <hu...@gmail.com>
AuthorDate: Tue Feb 1 16:26:05 2022 -0800

    save this
---
 .../FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts     | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts b/superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts
index f9b94a3..9a5dcfe 100644
--- a/superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts
+++ b/superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts
@@ -30,7 +30,7 @@ import { buildTree } from './utils';
 
 // eslint-disable-next-line import/prefer-default-export
 export function useFilterScopeTree(
-  currentChartId?: number,
+  currentChartId?: number | string,
   initiallyExcludedCharts: number[] = [],
   buildTreeLeafTitle: BuildTreeLeafTitle = label => label,
 ): {
@@ -50,11 +50,15 @@ export function useFilterScopeTree(
   };
 
   // We need to get only nodes that have charts as children or grandchildren
+  console.log(currentChartId);
+  console.log('inside use filter scope tree');
   const validNodes = useMemo(
     () =>
       Object.values(layout).reduce<string[]>((acc, cur) => {
         const { id, parents = [], type, meta } = cur;
-        if (type === CHART_TYPE && currentChartId !== meta?.chartId) {
+        console.log(id);
+        if (type === CHART_TYPE && currentChartId !== id) {
+          // change this to just id
           return [...new Set([...acc, ...parents, id])];
         }
         return acc;

[superset] 01/02: saving for now

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch fiximport-chart
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 88d77a48b2ff05234eeee21d8680ad21260c59d2
Author: hughhhh <hu...@gmail.com>
AuthorDate: Mon Jan 31 17:03:22 2022 -0800

    saving for now
---
 .../Age_distribution_of_respondents_118.yaml       |     28 +
 .../charts/Arcs_433.yaml                           |     44 +
 ...Are_you_an_ethnic_minority_in_your_city_97.yaml |     34 +
 .../charts/Average_and_Sum_Trends_419.yaml         |     38 +
 .../Birth_in_France_by_department_in_2016_396.yaml |     22 +
 .../charts/Box_plot_405.yaml                       |     29 +
 .../charts/Boy_Name_Cloud_415.yaml                 |     32 +
 .../charts/Boys_414.yaml                           |     31 +
 .../charts/Breakdown_of_Developer_Type_130.yaml    |     34 +
 .../charts/Commute_Time_106.yaml                   |     46 +
 .../charts/Country_of_Citizenship_146.yaml         |     52 +
 .../charts/Cross_Channel_Relationship_114.yaml     |     44 +
 .../Cross_Channel_Relationship_heatmap_101.yaml    |     54 +
 ...ers_Is_this_your_first_development_job_131.yaml |     50 +
 .../charts/Daily_Totals_421.yaml                   |     30 +
 .../charts/Degrees_vs_Income_140.yaml              |     66 +
 .../charts/Ethnic_Minority__Gender_143.yaml        |     44 +
 .../charts/Filter_Segments_124.yaml                |     55 +
 .../charts/Filtering_Vaccines_139.yaml             |     40 +
 .../charts/First_Time_Developer_112.yaml           |     42 +
 .../First_Time_Developer__Commute_Time_99.yaml     |     53 +
 .../charts/Games_154.yaml                          |     62 +
 .../charts/Games_per_Genre_153.yaml                |     82 +
 .../charts/Games_per_Genre_over_time_117.yaml      |    104 +
 .../charts/Gender_148.yaml                         |     34 +
 .../charts/Genders_409.yaml                        |     23 +
 .../charts/Genders_by_State_411.yaml               |     45 +
 .../charts/Girl_Name_Cloud_413.yaml                |     32 +
 .../charts/Girls_412.yaml                          |     31 +
 .../charts/Grid_431.yaml                           |     39 +
 .../charts/Growth_Rate_400.yaml                    |     28 +
 .../charts/Hexagons_430.yaml                       |     38 +
 .../charts/Highest_degree_held_107.yaml            |     61 +
 .../charts/How_do_you_prefer_to_work_132.yaml      |     65 +
 ...ow_much_do_you_expect_to_earn_0_-_100k_108.yaml |     82 +
 .../charts/Last_Year_Income_Distribution_102.yaml  |     43 +
 .../charts/Life_Expectancy_VS_Rural_402.yaml       |     50 +
 .../charts/Location_of_Current_Developers_113.yaml |     61 +
 .../charts/Mapbox_Long_Lat_395.yaml                |     17 +
 .../charts/Members_per_Channel_141.yaml            |     28 +
 .../charts/Messages_per_Channel_116.yaml           |     91 +
 .../charts/Most_Dominant_Platforms_145.yaml        |     62 +
 .../charts/Most_Populated_Countries_399.yaml       |     27 +
 .../charts/Multi_Line_427.yaml                     |     18 +
 .../Names_Sorted_by_Num_in_California_424.yaml     |     37 +
 .../charts/New_Members_per_Month_105.yaml          |     53 +
 .../charts/Num_Births_Trend_420.yaml               |     29 +
 .../charts/Number_of_Aspiring_Developers_144.yaml  |     32 +
 .../charts/Number_of_California_Births_422.yaml    |     28 +
 .../Number_of_Deals_for_each_Combination_94.yaml   |     40 +
 .../charts/Number_of_Girls_425.yaml                |     29 +
 .../charts/Number_of_Members_126.yaml              |     23 +
 .../charts/Overall_Sales_By_Product_Line_150.yaml  |     54 +
 .../charts/Parallel_Coordinates_407.yaml           |     30 +
 .../charts/Participants_408.yaml                   |     22 +
 .../charts/Path_434.yaml                           |     44 +
 .../charts/Pivot_Table_426.yaml                    |     32 +
 .../charts/Pivot_Table_v2_418.yaml                 |     27 +
 .../charts/Polygons_432.yaml                       |     82 +
 .../Popular_Genres_Across_Platforms_115.yaml       |     38 +
 .../charts/Preferred_Employment_Style_93.yaml      |     47 +
 .../Proportion_of_Revenue_by_Product_Line_128.yaml |     62 +
 .../charts/Publishers_With_Most_Titles_100.yaml    |     41 +
 .../charts/Quarterly_Sales_103.yaml                |     73 +
 .../Quarterly_Sales_By_Product_Line_120.yaml       |     76 +
 .../charts/Region_Filter_397.yaml                  |     38 +
 .../charts/Relocation_ability_109.yaml             |     42 +
 .../charts/Revenue_by_Deal_Size_119.yaml           |     63 +
 .../Rise__Fall_of_Video_Game_Consoles_125.yaml     |    119 +
 .../charts/Rural_401.yaml                          |     35 +
 .../charts/Rural_Breakdown_403.yaml                |     36 +
 .../charts/Scatterplot_428.yaml                    |     41 +
 .../charts/Screen_grid_429.yaml                    |     37 +
 ...easonality_of_Revenue_per_Product_Line_110.yaml |     46 +
 .../charts/Top_10_Boy_Name_Share_417.yaml          |     40 +
 .../Top_10_California_Names_Timeseries_423.yaml    |     36 +
 ...0_Games_Proportion_of_Sales_in_Markets_135.yaml |    119 +
 .../charts/Top_10_Girl_Name_Share_416.yaml         |     40 +
 .../Top_15_Languages_Spoken_at_Home_129.yaml       |     43 +
 .../charts/Top_Timezones_137.yaml                  |     37 +
 .../charts/Total_Items_Sold_136.yaml               |     41 +
 .../Total_Items_Sold_By_Product_Line_96.yaml       |     52 +
 .../charts/Total_Revenue_133.yaml                  |     42 +
 ...otal_Sales_per_Market_Grouped_by_Genre_142.yaml |    168 +
 .../charts/Treemap_406.yaml                        |     28 +
 .../charts/Trends_410.yaml                         |     32 +
 .../charts/Unicode_Cloud_138.yaml                  |     24 +
 .../Vaccine_Candidates_per_Approach__Stage_95.yaml |     38 +
 .../charts/Vaccine_Candidates_per_Country_104.yaml |     46 +
 .../charts/Vaccine_Candidates_per_Country_111.yaml |     27 +
 .../Vaccine_Candidates_per_Country__Stage_121.yaml |     27 +
 .../Vaccine_Candidates_per_Country__Stage_122.yaml |     34 +
 .../charts/Vaccine_Candidates_per_Phase_127.yaml   |     33 +
 .../charts/Vaccine_Candidates_per_Phase_134.yaml   |     27 +
 .../charts/Vehicle_Sales_Filter_123.yaml           |     34 +
 .../charts/Video_Game_Sales_filter_149.yaml        |     42 +
 .../charts/Weekly_Messages_152.yaml                |     35 +
 .../charts/Weekly_Threads_98.yaml                  |     34 +
 .../charts/Work_Location_Preference_151.yaml       |     42 +
 .../charts/Worlds_Pop_Growth_404.yaml              |     27 +
 .../charts/Worlds_Population_398.yaml              |     25 +
 ...That_Hit_100k_in_Sales_By_Release_Year_147.yaml |     76 +
 .../dashboards/COVID_Vaccine_Dashboard.yaml        |    317 +
 .../dashboards/FCC_New_Coder_Survey_2018.yaml      |    763 +
 .../dashboards/Misc_Charts.yaml                    |    218 +
 .../dashboards/Sales_Dashboard.yaml                |    399 +
 .../dashboards/Slack_Dashboard.yaml                |    259 +
 .../dashboards/USA_Births_Names.yaml               |    260 +
 .../dashboards/Unicode_Test.yaml                   |     36 +
 .../dashboards/Video_Game_Sales.yaml               |    427 +
 .../dashboards/World_Banks_Data.yaml               |    193 +
 .../dashboards/deck.gl_Demo.yaml                   |    120 +
 .../dashboards/savedash.yaml                       |    140 +
 .../databases/examples.yaml                        |     15 +
 .../datasets/examples/FCC_2018_Survey.yaml         |   1774 +
 .../datasets/examples/bart_lines.yaml              |     70 +
 .../datasets/examples/birth_france_by_region.yaml  |    188 +
 .../datasets/examples/birth_names.yaml             |    122 +
 .../datasets/examples/cleaned_sales_data.yaml      |    301 +
 .../datasets/examples/covid_vaccines.yaml          |    206 +
 .../datasets/examples/flights.yaml                 |    510 +
 .../datasets/examples/long_lat.yaml                |    191 +
 .../datasets/examples/members_channels_2.yaml      |     49 +
 .../datasets/examples/messages.yaml                |    510 +
 .../datasets/examples/messages_channels.yaml       |     60 +
 .../datasets/examples/new_members_daily.yaml       |     49 +
 .../datasets/examples/sf_population_polygons.yaml  |     70 +
 .../datasets/examples/threads.yaml                 |    180 +
 .../datasets/examples/unicode_test.yaml            |     81 +
 .../datasets/examples/users.yaml                   |    224 +
 .../examples/users_channels-uzooNNtSRO.yaml        |     66 +
 .../datasets/examples/video_game_sales.yaml        |    150 +
 .../datasets/examples/wb_health_population.yaml    |   3964 +
 dashboard_export_20220131T165055/metadata.yaml     |      3 +
 superset-frontend/package-lock.json                | 130222 +++++-------------
 superset-frontend/package.json                     |      1 +
 .../src/dashboard/util/activeDashboardFilters.js   |     10 +-
 superset/config.py                                 |      2 +-
 testdash                                           |    Bin 0 -> 399345 bytes
 139 files changed, 49703 insertions(+), 97043 deletions(-)

diff --git a/dashboard_export_20220131T165055/charts/Age_distribution_of_respondents_118.yaml b/dashboard_export_20220131T165055/charts/Age_distribution_of_respondents_118.yaml
new file mode 100644
index 0000000..c670bd8
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Age_distribution_of_respondents_118.yaml
@@ -0,0 +1,28 @@
+slice_name: Age distribution of respondents
+viz_type: histogram
+params:
+  adhoc_filters: []
+  all_columns_x:
+  - age
+  color_scheme: supersetColors
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby: null
+  label_colors: {}
+  link_length: '25'
+  queryFields:
+    groupby: groupby
+  row_limit: 10000
+  slice_id: 1380
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: histogram
+  x_axis_label: age
+  y_axis_label: count
+cache_timeout: null
+uuid: 5f1ea868-604e-f69d-a241-5daa83ff33be
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Arcs_433.yaml b/dashboard_export_20220131T165055/charts/Arcs_433.yaml
new file mode 100644
index 0000000..5bc7188
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Arcs_433.yaml
@@ -0,0 +1,44 @@
+slice_name: Arcs
+viz_type: deck_arc
+params:
+  color_picker:
+    a: 1
+    b: 135
+    g: 122
+    r: 0
+  datasource: 10__table
+  end_spatial:
+    latCol: LATITUDE_DEST
+    lonCol: LONGITUDE_DEST
+    type: latlong
+  granularity_sqla: null
+  mapbox_style: mapbox://styles/mapbox/light-v9
+  row_limit: 5000
+  slice_id: 42
+  start_spatial:
+    latCol: LATITUDE
+    lonCol: LONGITUDE
+    type: latlong
+  stroke_width: 1
+  time_grain_sqla: null
+  time_range: ' : '
+  viewport:
+    altitude: 1.5
+    bearing: 8.546256357301871
+    height: 642
+    latitude: 44.596651438714254
+    longitude: -91.84340711201104
+    maxLatitude: 85.05113
+    maxPitch: 60
+    maxZoom: 20
+    minLatitude: -85.05113
+    minPitch: 0
+    minZoom: 0
+    pitch: 60
+    width: 997
+    zoom: 2.929837070560775
+  viz_type: deck_arc
+cache_timeout: null
+uuid: be92d763-dbaa-4d75-9873-c123ac796d9e
+version: 1.0.0
+dataset_uuid: 857a6803-c1a7-43c3-8c62-ca3b502e0a39
diff --git a/dashboard_export_20220131T165055/charts/Are_you_an_ethnic_minority_in_your_city_97.yaml b/dashboard_export_20220131T165055/charts/Are_you_an_ethnic_minority_in_your_city_97.yaml
new file mode 100644
index 0000000..d15155a
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Are_you_an_ethnic_minority_in_your_city_97.yaml
@@ -0,0 +1,34 @@
+slice_name: Are you an ethnic minority in your city?
+viz_type: pie
+params:
+  adhoc_filters: []
+  color_scheme: supersetColors
+  datasource: 42__table
+  donut: true
+  granularity_sqla: time_start
+  groupby:
+  - ethnic_minority
+  innerRadius: 44
+  label_line: true
+  labels_outside: true
+  metric: count
+  number_format: SMART_NUMBER
+  outerRadius: 69
+  label_type: key
+  queryFields:
+    groupby: groupby
+    metric: metrics
+  row_limit: 10000
+  show_labels: true
+  show_legend: false
+  slice_id: 1383
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: pie
+cache_timeout: null
+uuid: def07750-b5c0-0b69-6228-cb2330916166
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Average_and_Sum_Trends_419.yaml b/dashboard_export_20220131T165055/charts/Average_and_Sum_Trends_419.yaml
new file mode 100644
index 0000000..aab58b9
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Average_and_Sum_Trends_419.yaml
@@ -0,0 +1,38 @@
+slice_name: Average and Sum Trends
+viz_type: dual_line
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby: []
+  limit: '25'
+  markup_type: markdown
+  metric:
+    aggregate: AVG
+    column:
+      column_name: num
+      type: BIGINT(20)
+    expressionType: SIMPLE
+    label: AVG(num)
+    optionName: metric_vgops097wej_g8uff99zhk7
+  metric_2: sum__num
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: num
+      type: BIGINT
+    expressionType: SIMPLE
+    label: Births
+    optionName: metric_11
+  row_limit: 50000
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: dual_line
+cache_timeout: null
+uuid: 2fd3d10e-1d9c-4323-a93f-0b23ce402c40
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Birth_in_France_by_department_in_2016_396.yaml b/dashboard_export_20220131T165055/charts/Birth_in_France_by_department_in_2016_396.yaml
new file mode 100644
index 0000000..aad9784
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Birth_in_France_by_department_in_2016_396.yaml
@@ -0,0 +1,22 @@
+slice_name: Birth in France by department in 2016
+viz_type: country_map
+params:
+  entity: DEPT_ID
+  granularity_sqla: ''
+  metric:
+    aggregate: AVG
+    column:
+      column_name: '2004'
+      type: INT
+    expressionType: SIMPLE
+    label: Boys
+    optionName: metric_112342
+  row_limit: 500000
+  select_country: france
+  since: ''
+  until: ''
+  viz_type: country_map
+cache_timeout: null
+uuid: d6502f9d-46f7-45e2-8824-926c43c3ca79
+version: 1.0.0
+dataset_uuid: 6420f0e7-138b-4eb0-a1fc-787a6658c0c6
diff --git a/dashboard_export_20220131T165055/charts/Box_plot_405.yaml b/dashboard_export_20220131T165055/charts/Box_plot_405.yaml
new file mode 100644
index 0000000..c161508
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Box_plot_405.yaml
@@ -0,0 +1,29 @@
+slice_name: Box plot
+viz_type: box_plot
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  country_fieldtype: cca3
+  entity: country_code
+  granularity_sqla: year
+  groupby:
+  - region
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - sum__SP_POP_TOTL
+  row_limit: 50000
+  show_bubbles: true
+  since: '1960-01-01'
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: box_plot
+  whisker_options: Min/max (no outliers)
+  x_ticks_layout: staggered
+cache_timeout: null
+uuid: a680d1cf-357e-4903-a7a1-d0a60c5080c5
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Boy_Name_Cloud_415.yaml b/dashboard_export_20220131T165055/charts/Boy_Name_Cloud_415.yaml
new file mode 100644
index 0000000..1f1d121
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Boy_Name_Cloud_415.yaml
@@ -0,0 +1,32 @@
+slice_name: Boy Name Cloud
+viz_type: word_cloud
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: boy
+    expressionType: SIMPLE
+    operator: ==
+    subject: gender
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby: []
+  limit: '100'
+  markup_type: markdown
+  metric: sum__num
+  rotation: square
+  row_limit: 50000
+  series: name
+  since: 100 years ago
+  size_from: '10'
+  size_to: '70'
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: word_cloud
+cache_timeout: null
+uuid: 0a91c85e-4d4a-40ce-a73c-e4e71ade33ca
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Boys_414.yaml b/dashboard_export_20220131T165055/charts/Boys_414.yaml
new file mode 100644
index 0000000..0688430
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Boys_414.yaml
@@ -0,0 +1,31 @@
+slice_name: Boys
+viz_type: table
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: boy
+    expressionType: SIMPLE
+    operator: ==
+    subject: gender
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby:
+  - name
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - sum__num
+  row_limit: 50
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  timeseries_limit_metric: sum__num
+  until: now
+  viz_type: table
+cache_timeout: null
+uuid: 29b46b35-d468-4988-915e-2b586879b76a
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Breakdown_of_Developer_Type_130.yaml b/dashboard_export_20220131T165055/charts/Breakdown_of_Developer_Type_130.yaml
new file mode 100644
index 0000000..5d7e0b3
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Breakdown_of_Developer_Type_130.yaml
@@ -0,0 +1,34 @@
+slice_name: Breakdown of Developer Type
+viz_type: table
+params:
+  adhoc_filters: []
+  all_columns: []
+  color_pn: true
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby:
+  - developer_type
+  metrics:
+  - count
+  order_by_cols: []
+  order_desc: true
+  percent_metrics: []
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  query_mode: aggregate
+  row_limit: 10000
+  show_cell_bars: true
+  slice_id: 1384
+  table_timestamp_format: smart_date
+  time_grain_sqla: P1D
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: table
+cache_timeout: null
+uuid: b8386be8-f44e-6535-378c-2aa2ba461286
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Commute_Time_106.yaml b/dashboard_export_20220131T165055/charts/Commute_Time_106.yaml
new file mode 100644
index 0000000..535de80
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Commute_Time_106.yaml
@@ -0,0 +1,46 @@
+slice_name: Commute Time
+viz_type: treemap
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: Currently A Developer
+    expressionType: SIMPLE
+    filterOptionName: filter_fvi0jg9aii_2lekqrhy7qk
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: developer_type
+  - clause: WHERE
+    comparator: 'NULL'
+    expressionType: SIMPLE
+    filterOptionName: filter_r5execgs1q8_hbav07lele
+    isExtra: false
+    isNew: false
+    operator: '!='
+    sqlExpression: null
+    subject: communite_time
+  color_scheme: supersetColors
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby:
+  - communite_time
+  label_colors: {}
+  metrics:
+  - count
+  number_format: SMART_NUMBER
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  row_limit: null
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  treemap_ratio: 1.618033988749895
+  url_params: {}
+  viz_type: treemap
+cache_timeout: null
+uuid: 097c05c9-2dd2-481d-813d-d6c0c12b4a3d
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Country_of_Citizenship_146.yaml b/dashboard_export_20220131T165055/charts/Country_of_Citizenship_146.yaml
new file mode 100644
index 0000000..381a45a
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Country_of_Citizenship_146.yaml
@@ -0,0 +1,52 @@
+slice_name: Country of Citizenship
+viz_type: world_map
+params:
+  adhoc_filters: []
+  color_picker:
+    a: 1
+    b: 135
+    g: 122
+    r: 0
+  country_fieldtype: name
+  datasource: 42__table
+  entity: country_citizen
+  granularity_sqla: time_start
+  linear_color_scheme: preset_div_1
+  max_bubble_size: '25'
+  metric: count
+  queryFields:
+    entity: groupby
+    metric: metrics
+    secondary_metric: metrics
+  row_limit: null
+  secondary_metric:
+    aggregate: COUNT
+    column:
+      column_name: country_live
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 1570
+      is_dttm: false
+      python_date_format: null
+      type: TEXT
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: COUNT(country_live)
+    optionName: metric_azxwoyei39f_d7xgzshjnw6
+    sqlExpression: null
+  show_bubbles: true
+  slice_id: 1388
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: world_map
+cache_timeout: null
+uuid: 2ba66056-a756-d6a3-aaec-0c243fb7062e
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Cross_Channel_Relationship_114.yaml b/dashboard_export_20220131T165055/charts/Cross_Channel_Relationship_114.yaml
new file mode 100644
index 0000000..4691dc5
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Cross_Channel_Relationship_114.yaml
@@ -0,0 +1,44 @@
+slice_name: Cross Channel Relationship
+viz_type: chord
+params:
+  adhoc_filters: []
+  color_scheme: supersetColors
+  columns: channel_2
+  datasource: 59__table
+  groupby: channel_1
+  label_colors: {}
+  metric:
+    aggregate: SUM
+    column:
+      column_name: cnt
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 1777
+      is_dttm: false
+      optionName: _col_cnt
+      python_date_format: null
+      type: INT
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: SUM(cnt)
+    optionName: metric_i1djbl8i2y_2vdl690dkyu
+    sqlExpression: null
+  queryFields:
+    columns: groupby
+    groupby: groupby
+    metric: metrics
+  row_limit: 1000
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  viz_type: chord
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: f2a8731b-3d8c-4d86-9d33-7c0a3e64d21c
+version: 1.0.0
+dataset_uuid: 473d6113-b44a-48d8-a6ae-e0ef7e2aebb0
diff --git a/dashboard_export_20220131T165055/charts/Cross_Channel_Relationship_heatmap_101.yaml b/dashboard_export_20220131T165055/charts/Cross_Channel_Relationship_heatmap_101.yaml
new file mode 100644
index 0000000..ef73e85
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Cross_Channel_Relationship_heatmap_101.yaml
@@ -0,0 +1,54 @@
+slice_name: Cross Channel Relationship heatmap
+viz_type: heatmap
+params:
+  adhoc_filters: []
+  all_columns_x: channel_1
+  all_columns_y: channel_2
+  bottom_margin: auto
+  canvas_image_rendering: pixelated
+  datasource: 35__table
+  left_margin: auto
+  linear_color_scheme: schemeBlues
+  metric:
+    aggregate: SUM
+    column:
+      column_name: cnt
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 1777
+      is_dttm: false
+      optionName: _col_cnt
+      python_date_format: null
+      type: INT
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: SUM(cnt)
+    optionName: metric_i1djbl8i2y_2vdl690dkyu
+    sqlExpression: null
+  normalize_across: heatmap
+  row_limit: 1000
+  show_legend: true
+  show_perc: false
+  show_values: true
+  sort_x_axis: alpha_asc
+  sort_y_axis: alpha_asc
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: heatmap
+  xscale_interval: null
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: SMART_NUMBER
+  yscale_interval: null
+cache_timeout: null
+uuid: 6cb43397-5c62-4f32-bde2-95344c412b5a
+version: 1.0.0
+dataset_uuid: 473d6113-b44a-48d8-a6ae-e0ef7e2aebb0
diff --git a/dashboard_export_20220131T165055/charts/Current_Developers_Is_this_your_first_development_job_131.yaml b/dashboard_export_20220131T165055/charts/Current_Developers_Is_this_your_first_development_job_131.yaml
new file mode 100644
index 0000000..6712f12
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Current_Developers_Is_this_your_first_development_job_131.yaml
@@ -0,0 +1,50 @@
+slice_name: 'Current Developers: Is this your first development job?'
+viz_type: big_number_total
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: Currently A Developer
+    expressionType: SIMPLE
+    filterOptionName: filter_fvi0jg9aii_2lekqrhy7qk
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: developer_type
+  datasource: 42__table
+  granularity_sqla: time_start
+  header_font_size: 0.4
+  metric:
+    aggregate: COUNT
+    column:
+      column_name: is_software_dev
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 1463
+      is_dttm: false
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: COUNT(is_software_dev)
+    optionName: metric_9i1kctig9yr_sizo6ihd2o
+    sqlExpression: null
+  queryFields:
+    metric: metrics
+  slice_id: 1361
+  subheader_font_size: 0.15
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: big_number_total
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: bfe5a8e6-146f-ef59-5e6c-13d519b236a8
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Daily_Totals_421.yaml b/dashboard_export_20220131T165055/charts/Daily_Totals_421.yaml
new file mode 100644
index 0000000..f9b27d6
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Daily_Totals_421.yaml
@@ -0,0 +1,30 @@
+slice_name: Daily Totals
+viz_type: table
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby:
+  - ds
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: num
+      type: BIGINT
+    expressionType: SIMPLE
+    label: Births
+    optionName: metric_11
+  row_limit: 50000
+  since: 40 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: table
+cache_timeout: null
+uuid: ca75b49f-4dc5-4b70-b8bd-1203752673c5
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Degrees_vs_Income_140.yaml b/dashboard_export_20220131T165055/charts/Degrees_vs_Income_140.yaml
new file mode 100644
index 0000000..b92f215
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Degrees_vs_Income_140.yaml
@@ -0,0 +1,66 @@
+slice_name: Degrees vs Income
+viz_type: box_plot
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '1'
+    expressionType: SIMPLE
+    filterOptionName: filter_s1jzmdwgeg_p3er4w56uy
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: is_software_dev
+  - clause: WHERE
+    comparator: '200000'
+    expressionType: SIMPLE
+    filterOptionName: filter_ojzq4njnuog_zj0dux944z
+    isExtra: false
+    isNew: false
+    operator: <=
+    sqlExpression: null
+    subject: last_yr_income
+  color_scheme: supersetColors
+  columns: []
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby:
+  - school_degree
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: last_yr_income
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 1589
+      is_dttm: false
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: SUM(last_yr_income)
+    optionName: metric_bgqj8nnvz8k_07w8bbh1bc6q
+    sqlExpression: null
+  number_format: SMART_NUMBER
+  queryFields:
+    columns: groupby
+    groupby: groupby
+    metrics: metrics
+  slice_id: 1376
+  time_grain_sqla: null
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: box_plot
+  whiskerOptions: Tukey
+  x_ticks_layout: "45\xB0"
+cache_timeout: null
+uuid: 02f546ae-1bf4-bd26-8bc2-14b9279c8a62
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Ethnic_Minority__Gender_143.yaml b/dashboard_export_20220131T165055/charts/Ethnic_Minority__Gender_143.yaml
new file mode 100644
index 0000000..c93279d
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Ethnic_Minority__Gender_143.yaml
@@ -0,0 +1,44 @@
+slice_name: Ethnic Minority & Gender
+viz_type: sankey
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: 'NULL'
+    expressionType: SIMPLE
+    filterOptionName: filter_of9xf5uks2_5pisp1se9r5
+    isExtra: false
+    isNew: false
+    operator: '!='
+    sqlExpression: null
+    subject: ethnic_minority
+  - clause: WHERE
+    comparator: 'NULL'
+    expressionType: SIMPLE
+    filterOptionName: filter_9ikn7htywfm_2579he7pk5x
+    isExtra: false
+    isNew: false
+    operator: '!='
+    sqlExpression: null
+    subject: gender
+  color_scheme: supersetColors
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby:
+  - ethnic_minority
+  - gender
+  label_colors: {}
+  metric: count
+  queryFields:
+    groupby: groupby
+    metric: metrics
+  row_limit: null
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: sankey
+cache_timeout: null
+uuid: 4880e4f4-b701-4be0-86f3-e7e89432e83b
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Filter_Segments_124.yaml b/dashboard_export_20220131T165055/charts/Filter_Segments_124.yaml
new file mode 100644
index 0000000..d358d6b
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Filter_Segments_124.yaml
@@ -0,0 +1,55 @@
+slice_name: Filter Segments
+viz_type: filter_box
+params:
+  adhoc_filters: []
+  datasource: 42__table
+  date_filter: false
+  filter_configs:
+  - asc: true
+    clearable: true
+    column: ethnic_minority
+    key: -xNBqpfQo
+    label: Ethnic Minority
+    multiple: true
+    searchAllOptions: false
+  - asc: true
+    clearable: true
+    column: gender
+    key: 19VeBGTKf
+    label: Gender
+    multiple: true
+    searchAllOptions: false
+  - asc: true
+    clearable: true
+    column: developer_type
+    key: OWTb4s69T
+    label: Developer Type
+    multiple: true
+    searchAllOptions: false
+  - asc: true
+    clearable: true
+    column: lang_at_home
+    key: Fn-YClyhb
+    label: Language at Home
+    multiple: true
+    searchAllOptions: false
+  - asc: true
+    clearable: true
+    column: country_live
+    key: 2fNskRCLJ
+    label: Country live
+    multiple: true
+    searchAllOptions: false
+  granularity_sqla: time_start
+  queryFields: {}
+  slice_id: 1387
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: filter_box
+cache_timeout: null
+uuid: 6420629a-ce74-2c6b-ef7d-b2e78baa3cfe
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Filtering_Vaccines_139.yaml b/dashboard_export_20220131T165055/charts/Filtering_Vaccines_139.yaml
new file mode 100644
index 0000000..e5cd213
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Filtering_Vaccines_139.yaml
@@ -0,0 +1,40 @@
+slice_name: Filtering Vaccines
+viz_type: filter_box
+params:
+  adhoc_filters: []
+  datasource: 69__table
+  date_filter: false
+  filter_configs:
+  - asc: true
+    clearable: true
+    column: country_name
+    key: D00hRxPLE
+    label: Country
+    multiple: true
+    searchAllOptions: false
+  - asc: true
+    clearable: true
+    column: product_category
+    key: jJ7x2cuIc
+    label: Vaccine Approach
+    multiple: true
+    searchAllOptions: false
+  - asc: true
+    clearable: true
+    column: clinical_stage
+    key: EgGwwAUU6
+    label: Clinical Stage
+    multiple: true
+    searchAllOptions: false
+  queryFields: {}
+  slice_id: 3965
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: filter_box
+cache_timeout: null
+uuid: c29381ce-0e99-4cf3-bf0f-5f55d6b94176
+version: 1.0.0
+dataset_uuid: 974b7a1c-22ea-49cb-9214-97b7dbd511e0
diff --git a/dashboard_export_20220131T165055/charts/First_Time_Developer_112.yaml b/dashboard_export_20220131T165055/charts/First_Time_Developer_112.yaml
new file mode 100644
index 0000000..4cacdf1
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/First_Time_Developer_112.yaml
@@ -0,0 +1,42 @@
+slice_name: First Time Developer?
+viz_type: pie
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: Currently A Developer
+    expressionType: SIMPLE
+    filterOptionName: filter_fvi0jg9aii_2lekqrhy7qk
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: developer_type
+  color_scheme: supersetColors
+  datasource: 42__table
+  donut: true
+  granularity_sqla: time_start
+  groupby:
+  - first_time_developer
+  innerRadius: 43
+  labels_outside: true
+  metric: count
+  number_format: SMART_NUMBER
+  outerRadius: 69
+  label_type: key
+  queryFields:
+    groupby: groupby
+    metric: metrics
+  row_limit: null
+  show_labels: true
+  show_legend: false
+  slice_id: 3632
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: pie
+cache_timeout: null
+uuid: edc75073-8f33-4123-a28d-cd6dfb33cade
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/First_Time_Developer__Commute_Time_99.yaml b/dashboard_export_20220131T165055/charts/First_Time_Developer__Commute_Time_99.yaml
new file mode 100644
index 0000000..ab46456
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/First_Time_Developer__Commute_Time_99.yaml
@@ -0,0 +1,53 @@
+slice_name: First Time Developer & Commute Time
+viz_type: sankey
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '1'
+    expressionType: SIMPLE
+    filterOptionName: filter_9hkcdqhiqor_84pk01t2k9
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: is_software_dev
+  - clause: WHERE
+    comparator: 'NULL'
+    expressionType: SIMPLE
+    filterOptionName: filter_d5l1qwsthl_okyuouvmors
+    isExtra: false
+    isNew: false
+    operator: '!='
+    sqlExpression: null
+    subject: first_time_developer
+  - clause: WHERE
+    comparator: 'NULL'
+    expressionType: SIMPLE
+    filterOptionName: filter_95548uvadi_f990s8nzl4
+    isExtra: false
+    isNew: false
+    operator: '!='
+    sqlExpression: null
+    subject: communite_time
+  color_scheme: supersetColors
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby:
+  - first_time_developer
+  - communite_time
+  label_colors: {}
+  metric: count
+  queryFields:
+    groupby: groupby
+    metric: metrics
+  row_limit: 10000
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: sankey
+cache_timeout: null
+uuid: 067c4a1e-ae03-4c0c-8e2a-d2c0f4bf43c3
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Games_154.yaml b/dashboard_export_20220131T165055/charts/Games_154.yaml
new file mode 100644
index 0000000..78bda87
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Games_154.yaml
@@ -0,0 +1,62 @@
+slice_name: Games
+viz_type: table
+params:
+  adhoc_filters: []
+  all_columns:
+  - name
+  - global_sales
+  - platform
+  - genre
+  - publisher
+  - year
+  color_pn: false
+  datasource: 21__table
+  granularity_sqla: year
+  groupby:
+  - name
+  include_search: true
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: global_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 887
+      is_dttm: false
+      optionName: _col_Global_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: SUM(Global_Sales)
+    optionName: metric_pkpvgdsf70d_pnqv77v0x2p
+    sqlExpression: null
+  order_by_cols:
+  - '["global_sales", false]'
+  order_desc: true
+  page_length: '15'
+  percent_metrics: []
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  query_mode: raw
+  row_limit: null
+  show_cell_bars: false
+  slice_id: 1394
+  table_filter: false
+  table_timestamp_format: smart_date
+  time_grain_sqla: P1D
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: table
+cache_timeout: null
+uuid: 2a5e562b-ab37-1b9b-1de3-1be4335c8e83
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/charts/Games_per_Genre_153.yaml b/dashboard_export_20220131T165055/charts/Games_per_Genre_153.yaml
new file mode 100644
index 0000000..0565325
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Games_per_Genre_153.yaml
@@ -0,0 +1,82 @@
+slice_name: Games per Genre
+viz_type: treemap
+params:
+  adhoc_filters: []
+  color_scheme: supersetColors
+  datasource: 1559__table
+  granularity_sqla: year
+  groupby:
+  - genre
+  label_colors:
+    '0': '#1FA8C9'
+    '1': '#454E7C'
+    '2600': '#666666'
+    3DO: '#B2B2B2'
+    3DS: '#D1C6BC'
+    Action: '#1FA8C9'
+    Adventure: '#454E7C'
+    DC: '#A38F79'
+    DS: '#8FD3E4'
+    Europe: '#5AC189'
+    Fighting: '#5AC189'
+    GB: '#FDE380'
+    GBA: '#ACE1C4'
+    GC: '#5AC189'
+    GEN: '#3CCCCB'
+    GG: '#EFA1AA'
+    Japan: '#FF7F44'
+    Microsoft Game Studios: '#D1C6BC'
+    Misc: '#FF7F44'
+    N64: '#1FA8C9'
+    NES: '#9EE5E5'
+    NG: '#A1A6BD'
+    Nintendo: '#D3B3DA'
+    North America: '#666666'
+    Other: '#E04355'
+    PC: '#EFA1AA'
+    PCFX: '#FDE380'
+    PS: '#A1A6BD'
+    PS2: '#FCC700'
+    PS3: '#3CCCCB'
+    PS4: '#B2B2B2'
+    PSP: '#FEC0A1'
+    PSV: '#FCC700'
+    Platform: '#666666'
+    Puzzle: '#E04355'
+    Racing: '#FCC700'
+    Role-Playing: '#A868B7'
+    SAT: '#A868B7'
+    SCD: '#8FD3E4'
+    SNES: '#454E7C'
+    Shooter: '#3CCCCB'
+    Simulation: '#A38F79'
+    Sports: '#8FD3E4'
+    Strategy: '#A1A6BD'
+    TG16: '#FEC0A1'
+    Take-Two Interactive: '#9EE5E5'
+    WS: '#ACE1C4'
+    Wii: '#A38F79'
+    WiiU: '#E04355'
+    X360: '#A868B7'
+    XB: '#D3B3DA'
+    XOne: '#FF7F44'
+  metrics:
+  - count
+  number_format: SMART_NUMBER
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  row_limit: null
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  treemap_ratio: 1.618033988749895
+  url_params:
+    preselect_filters: '{"1389": {"platform": ["PS", "PS2", "PS3", "PS4"], "genre":
+      null, "__time_range": "No filter"}}'
+  viz_type: treemap
+cache_timeout: null
+uuid: 0499bdec-0837-44f3-ae8a-8c670de81afd
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/charts/Games_per_Genre_over_time_117.yaml b/dashboard_export_20220131T165055/charts/Games_per_Genre_over_time_117.yaml
new file mode 100644
index 0000000..abfa07c
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Games_per_Genre_over_time_117.yaml
@@ -0,0 +1,104 @@
+slice_name: Games per Genre over time
+viz_type: line
+params:
+  adhoc_filters: []
+  annotation_layers: []
+  bottom_margin: auto
+  color_scheme: supersetColors
+  comparison_type: values
+  contribution: false
+  datasource: 21__table
+  granularity_sqla: year
+  groupby:
+  - genre
+  label_colors:
+    '0': '#1FA8C9'
+    '1': '#454E7C'
+    '2600': '#666666'
+    3DO: '#B2B2B2'
+    3DS: '#D1C6BC'
+    Action: '#1FA8C9'
+    Adventure: '#454E7C'
+    DC: '#A38F79'
+    DS: '#8FD3E4'
+    Europe: '#5AC189'
+    Fighting: '#5AC189'
+    GB: '#FDE380'
+    GBA: '#ACE1C4'
+    GC: '#5AC189'
+    GEN: '#3CCCCB'
+    GG: '#EFA1AA'
+    Japan: '#FF7F44'
+    Microsoft Game Studios: '#D1C6BC'
+    Misc: '#FF7F44'
+    N64: '#1FA8C9'
+    NES: '#9EE5E5'
+    NG: '#A1A6BD'
+    Nintendo: '#D3B3DA'
+    North America: '#666666'
+    Other: '#E04355'
+    PC: '#EFA1AA'
+    PCFX: '#FDE380'
+    PS: '#A1A6BD'
+    PS2: '#FCC700'
+    PS3: '#3CCCCB'
+    PS4: '#B2B2B2'
+    PSP: '#FEC0A1'
+    PSV: '#FCC700'
+    Platform: '#666666'
+    Puzzle: '#E04355'
+    Racing: '#FCC700'
+    Role-Playing: '#A868B7'
+    SAT: '#A868B7'
+    SCD: '#8FD3E4'
+    SNES: '#454E7C'
+    Shooter: '#3CCCCB'
+    Simulation: '#A38F79'
+    Sports: '#8FD3E4'
+    Strategy: '#A1A6BD'
+    TG16: '#FEC0A1'
+    Take-Two Interactive: '#9EE5E5'
+    WS: '#ACE1C4'
+    Wii: '#A38F79'
+    WiiU: '#E04355'
+    X360: '#A868B7'
+    XB: '#D3B3DA'
+    XOne: '#FF7F44'
+  left_margin: auto
+  line_interpolation: linear
+  metrics:
+  - count
+  order_desc: true
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  rich_tooltip: true
+  rolling_type: None
+  row_limit: null
+  show_brush: auto
+  show_legend: true
+  show_markers: false
+  slice_id: 3544
+  time_grain_sqla: null
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params:
+    preselect_filters: '{"1389": {"platform": ["PS", "PS2", "PS3", "PS4"], "genre":
+      null, "__time_range": "No filter"}}'
+  viz_type: line
+  x_axis_format: smart_date
+  x_axis_label: Year Published
+  x_axis_showminmax: true
+  x_ticks_layout: auto
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: SMART_NUMBER
+  y_axis_label: '# of Games Published'
+  y_axis_showminmax: true
+cache_timeout: null
+uuid: 0f8976aa-7bb4-40c7-860b-64445a51aaaf
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/charts/Gender_148.yaml b/dashboard_export_20220131T165055/charts/Gender_148.yaml
new file mode 100644
index 0000000..8c59c71
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Gender_148.yaml
@@ -0,0 +1,34 @@
+slice_name: Gender
+viz_type: pie
+params:
+  adhoc_filters: []
+  color_scheme: supersetColors
+  datasource: 42__table
+  donut: true
+  granularity_sqla: time_start
+  groupby:
+  - gender
+  innerRadius: 44
+  label_line: true
+  labels_outside: true
+  metric: count
+  number_format: SMART_NUMBER
+  outerRadius: 69
+  label_type: key
+  queryFields:
+    groupby: groupby
+    metric: metrics
+  row_limit: 10000
+  show_labels: true
+  show_legend: false
+  slice_id: 1385
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: pie
+cache_timeout: null
+uuid: 0f6b447c-828c-e71c-87ac-211bc412b214
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Genders_409.yaml b/dashboard_export_20220131T165055/charts/Genders_409.yaml
new file mode 100644
index 0000000..7f6f221
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Genders_409.yaml
@@ -0,0 +1,23 @@
+slice_name: Genders
+viz_type: pie
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby:
+  - gender
+  limit: '25'
+  markup_type: markdown
+  metric: sum__num
+  row_limit: 50000
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: pie
+cache_timeout: null
+uuid: 171971c0-ef1b-493b-8af3-b6a61ca05593
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Genders_by_State_411.yaml b/dashboard_export_20220131T165055/charts/Genders_by_State_411.yaml
new file mode 100644
index 0000000..0fe147d
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Genders_by_State_411.yaml
@@ -0,0 +1,45 @@
+slice_name: Genders by State
+viz_type: dist_bar
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator:
+    - other
+    expressionType: SIMPLE
+    filterOptionName: 2745eae5
+    operator: NOT IN
+    subject: state
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby:
+  - state
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: num_boys
+      type: BIGINT(20)
+    expressionType: SIMPLE
+    label: Boys
+    optionName: metric_11
+  - aggregate: SUM
+    column:
+      column_name: num_girls
+      type: BIGINT(20)
+    expressionType: SIMPLE
+    label: Girls
+    optionName: metric_12
+  row_limit: 50000
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: dist_bar
+cache_timeout: null
+uuid: 794f4c0e-5829-42c7-913c-003929127444
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Girl_Name_Cloud_413.yaml b/dashboard_export_20220131T165055/charts/Girl_Name_Cloud_413.yaml
new file mode 100644
index 0000000..3222076
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Girl_Name_Cloud_413.yaml
@@ -0,0 +1,32 @@
+slice_name: Girl Name Cloud
+viz_type: word_cloud
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: girl
+    expressionType: SIMPLE
+    operator: ==
+    subject: gender
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby: []
+  limit: '100'
+  markup_type: markdown
+  metric: sum__num
+  rotation: square
+  row_limit: 50000
+  series: name
+  since: 100 years ago
+  size_from: '10'
+  size_to: '70'
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: word_cloud
+cache_timeout: null
+uuid: 135d8bcc-6e0d-45de-8831-7ec36c5602b2
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Girls_412.yaml b/dashboard_export_20220131T165055/charts/Girls_412.yaml
new file mode 100644
index 0000000..00719fa
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Girls_412.yaml
@@ -0,0 +1,31 @@
+slice_name: Girls
+viz_type: table
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: girl
+    expressionType: SIMPLE
+    operator: ==
+    subject: gender
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby:
+  - name
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - sum__num
+  row_limit: 50
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  timeseries_limit_metric: sum__num
+  until: now
+  viz_type: table
+cache_timeout: null
+uuid: b190f11e-95d9-4174-b089-874796c40f45
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Grid_431.yaml b/dashboard_export_20220131T165055/charts/Grid_431.yaml
new file mode 100644
index 0000000..1a8f944
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Grid_431.yaml
@@ -0,0 +1,39 @@
+slice_name: Grid
+viz_type: deck_grid
+params:
+  autozoom: false
+  color_picker:
+    a: 1
+    b: 0
+    g: 255
+    r: 14
+  datasource: 5__table
+  extruded: true
+  granularity_sqla: null
+  grid_size: 120
+  groupby: []
+  mapbox_style: mapbox://styles/mapbox/satellite-streets-v9
+  point_radius: Auto
+  point_radius_fixed:
+    type: fix
+    value: 2000
+  point_radius_unit: Pixels
+  row_limit: 5000
+  size: count
+  spatial:
+    latCol: LAT
+    lonCol: LON
+    type: latlong
+  time_grain_sqla: null
+  time_range: No filter
+  viewport:
+    bearing: 155.80099696026355
+    latitude: 37.7942314882596
+    longitude: -122.42066918995666
+    pitch: 53.470800300695146
+    zoom: 12.699690845482069
+  viz_type: deck_grid
+cache_timeout: null
+uuid: 94926910-7aa6-4dbf-af64-1d105e9c8479
+version: 1.0.0
+dataset_uuid: 7512f6bf-7586-4def-817a-cd7df5276187
diff --git a/dashboard_export_20220131T165055/charts/Growth_Rate_400.yaml b/dashboard_export_20220131T165055/charts/Growth_Rate_400.yaml
new file mode 100644
index 0000000..1726b7c
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Growth_Rate_400.yaml
@@ -0,0 +1,28 @@
+slice_name: Growth Rate
+viz_type: line
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  country_fieldtype: cca3
+  entity: country_code
+  granularity_sqla: year
+  groupby:
+  - country_name
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - sum__SP_POP_TOTL
+  num_period_compare: '10'
+  row_limit: 50000
+  show_bubbles: true
+  since: '1960-01-01'
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: '2014-01-02'
+  viz_type: line
+cache_timeout: null
+uuid: d59fd56b-2106-42f4-b938-c7a0e8d68549
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Hexagons_430.yaml b/dashboard_export_20220131T165055/charts/Hexagons_430.yaml
new file mode 100644
index 0000000..ab321e6
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Hexagons_430.yaml
@@ -0,0 +1,38 @@
+slice_name: Hexagons
+viz_type: deck_hex
+params:
+  color_picker:
+    a: 1
+    b: 0
+    g: 255
+    r: 14
+  datasource: 5__table
+  extruded: true
+  granularity_sqla: null
+  grid_size: 40
+  groupby: []
+  mapbox_style: mapbox://styles/mapbox/streets-v9
+  point_radius: Auto
+  point_radius_fixed:
+    type: fix
+    value: 2000
+  point_radius_unit: Pixels
+  row_limit: 5000
+  size: count
+  spatial:
+    latCol: LAT
+    lonCol: LON
+    type: latlong
+  time_grain_sqla: null
+  time_range: No filter
+  viewport:
+    bearing: -2.3984797349335167
+    latitude: 37.789795085160335
+    longitude: -122.40632230075536
+    pitch: 54.08961642447763
+    zoom: 13.835465702403654
+  viz_type: deck_hex
+cache_timeout: null
+uuid: 9f721a60-adc2-4a57-a755-6c478ca3c17c
+version: 1.0.0
+dataset_uuid: 7512f6bf-7586-4def-817a-cd7df5276187
diff --git a/dashboard_export_20220131T165055/charts/Highest_degree_held_107.yaml b/dashboard_export_20220131T165055/charts/Highest_degree_held_107.yaml
new file mode 100644
index 0000000..8ebea02
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Highest_degree_held_107.yaml
@@ -0,0 +1,61 @@
+slice_name: Highest degree held
+viz_type: table
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '0'
+    expressionType: SIMPLE
+    filterOptionName: filter_qzz67uip1ue_jw3rr6tzo3a
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: is_software_dev
+  all_columns: []
+  color_pn: true
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby:
+  - school_degree
+  metrics:
+  - count
+  order_by_cols: []
+  order_desc: true
+  percent_metrics:
+  - aggregate: COUNT
+    column:
+      column_name: school_degree
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 1574
+      is_dttm: false
+      python_date_format: null
+      type: TEXT
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: COUNT(school_degree)
+    optionName: metric_vsilrouxw3q_iactbbmvdv
+    sqlExpression: null
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  query_mode: aggregate
+  row_limit: null
+  show_cell_bars: true
+  slice_id: 1369
+  table_timestamp_format: smart_date
+  time_grain_sqla: P1D
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: table
+cache_timeout: null
+uuid: 9f7d2b9c-6b3a-69f9-f03e-d3a141514639
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/How_do_you_prefer_to_work_132.yaml b/dashboard_export_20220131T165055/charts/How_do_you_prefer_to_work_132.yaml
new file mode 100644
index 0000000..4d47154
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/How_do_you_prefer_to_work_132.yaml
@@ -0,0 +1,65 @@
+slice_name: How do you prefer to work?
+viz_type: heatmap
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '0'
+    expressionType: SIMPLE
+    filterOptionName: filter_v65f0j14bk_35oi0g94srk
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: is_software_dev
+  - clause: WHERE
+    comparator: 'NULL'
+    expressionType: SIMPLE
+    filterOptionName: filter_qb5ionb8wcq_ki4aimey4do
+    isExtra: false
+    isNew: false
+    operator: '!='
+    sqlExpression: null
+    subject: school_degree
+  - clause: WHERE
+    comparator: 'NULL'
+    expressionType: SIMPLE
+    filterOptionName: filter_3n0z71frg5c_xqnl179to7
+    isExtra: false
+    isNew: false
+    operator: '!='
+    sqlExpression: null
+    subject: job_pref
+  all_columns_x: job_pref
+  all_columns_y: school_degree
+  bottom_margin: auto
+  canvas_image_rendering: pixelated
+  datasource: 42__table
+  granularity_sqla: time_start
+  left_margin: auto
+  linear_color_scheme: blue_white_yellow
+  metric: count
+  normalize_across: heatmap
+  queryFields:
+    metric: metrics
+  row_limit: null
+  show_legend: true
+  show_perc: true
+  slice_id: 1367
+  sort_x_axis: alpha_asc
+  sort_y_axis: alpha_asc
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: heatmap
+  xscale_interval: null
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: SMART_NUMBER
+  yscale_interval: null
+cache_timeout: null
+uuid: cb8998ab-9f93-4f0f-4e4b-3bfe4b0dea9d
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/How_much_do_you_expect_to_earn_0_-_100k_108.yaml b/dashboard_export_20220131T165055/charts/How_much_do_you_expect_to_earn_0_-_100k_108.yaml
new file mode 100644
index 0000000..58084a8
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/How_much_do_you_expect_to_earn_0_-_100k_108.yaml
@@ -0,0 +1,82 @@
+slice_name: How much do you expect to earn? ($0 - 100k)
+viz_type: histogram
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: Aspiring Developer
+    expressionType: SIMPLE
+    filterOptionName: filter_dfz5l631lx_lb7f2rlmjdl
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: developer_type
+  - clause: WHERE
+    comparator: '200000'
+    expressionType: SIMPLE
+    filterOptionName: filter_6nmi4fk837u_6lvcpn3zzvf
+    isExtra: false
+    isNew: false
+    operator: <=
+    sqlExpression: null
+    subject: expected_earn
+  all_columns_x:
+  - expected_earn
+  color_scheme: supersetColors
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby: null
+  label_colors:
+    '0': '#FCC700'
+    '1': '#A868B7'
+    '15': '#3CCCCB'
+    '30': '#A38F79'
+    '45': '#8FD3E4'
+    <NULL>: '#5AC189'
+    Female: '#454E7C'
+    From Home: '#1FA8C9'
+    I: '#FEC0A1'
+    In an Office (with Other Developers): '#9EE5E5'
+    Less: '#ACE1C4'
+    Male: '#666666'
+    More: '#A1A6BD'
+    'No': '#666666'
+    No Answer: '#D3B3DA'
+    No Preference: '#D1C6BC'
+    No,: '#FF7F44'
+    No, not an ethnic minority: '#1FA8C9'
+    'No: Not Willing to': '#FDE380'
+    Ph.D.: '#FCC700'
+    Prefer: '#5AC189'
+    Prefer not to say: '#E04355'
+    'Yes': '#FF7F44'
+    Yes,: '#1FA8C9'
+    Yes, an ethnic minority: '#454E7C'
+    'Yes: Willing To': '#EFA1AA'
+    age: '#1FA8C9'
+    associate's degree: '#A868B7'
+    bachelor's degree: '#3CCCCB'
+    expected_earn: '#B2B2B2'
+    high school diploma or equivalent (GED): '#A38F79'
+    last_yr_income: '#E04355'
+    master's degree (non-professional): '#8FD3E4'
+    no high school (secondary school): '#A1A6BD'
+    professional degree (MBA, MD, JD, etc.): '#ACE1C4'
+    some college credit, no degree: '#FEC0A1'
+    some high school: '#B2B2B2'
+    trade, technical, or vocational training: '#EFA1AA'
+  link_length: '10'
+  queryFields:
+    groupby: groupby
+  row_limit: null
+  slice_id: 1366
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: histogram
+cache_timeout: null
+uuid: 6d0ceb30-2008-d19c-d285-cf77dc764433
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Last_Year_Income_Distribution_102.yaml b/dashboard_export_20220131T165055/charts/Last_Year_Income_Distribution_102.yaml
new file mode 100644
index 0000000..9f1e541
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Last_Year_Income_Distribution_102.yaml
@@ -0,0 +1,43 @@
+slice_name: Last Year Income Distribution
+viz_type: histogram
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: Currently A Developer
+    expressionType: SIMPLE
+    filterOptionName: filter_fvi0jg9aii_2lekqrhy7qk
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: developer_type
+  - clause: WHERE
+    comparator: '100000'
+    expressionType: SIMPLE
+    filterOptionName: filter_khdc3iypzjg_3g6h02b4f2p
+    isExtra: false
+    isNew: false
+    operator: <=
+    sqlExpression: null
+    subject: last_yr_income
+  all_columns_x:
+  - last_yr_income
+  color_scheme: supersetColors
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby: []
+  label_colors: {}
+  link_length: '10'
+  queryFields:
+    groupby: groupby
+  row_limit: null
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: histogram
+cache_timeout: null
+uuid: a2ec5256-94b4-43c4-b8c7-b83f70c5d4df
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Life_Expectancy_VS_Rural_402.yaml b/dashboard_export_20220131T165055/charts/Life_Expectancy_VS_Rural_402.yaml
new file mode 100644
index 0000000..1e2c0e2
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Life_Expectancy_VS_Rural_402.yaml
@@ -0,0 +1,50 @@
+slice_name: Life Expectancy VS Rural %
+viz_type: bubble
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator:
+    - TCA
+    - MNP
+    - DMA
+    - MHL
+    - MCO
+    - SXM
+    - CYM
+    - TUV
+    - IMY
+    - KNA
+    - ASM
+    - ADO
+    - AMA
+    - PLW
+    expressionType: SIMPLE
+    filterOptionName: 2745eae5
+    operator: NOT IN
+    subject: country_code
+  compare_lag: '10'
+  compare_suffix: o10Y
+  country_fieldtype: cca3
+  entity: country_name
+  granularity_sqla: year
+  groupby: []
+  limit: 0
+  markup_type: markdown
+  max_bubble_size: '50'
+  row_limit: 50000
+  series: region
+  show_bubbles: true
+  since: '2011-01-01'
+  size: sum__SP_POP_TOTL
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: '2011-01-02'
+  viz_type: bubble
+  x: sum__SP_RUR_TOTL_ZS
+  y: sum__SP_DYN_LE00_IN
+cache_timeout: null
+uuid: 3bd255ed-8d48-4326-afeb-e0a0accd466a
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Location_of_Current_Developers_113.yaml b/dashboard_export_20220131T165055/charts/Location_of_Current_Developers_113.yaml
new file mode 100644
index 0000000..8f97912
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Location_of_Current_Developers_113.yaml
@@ -0,0 +1,61 @@
+slice_name: Location of Current Developers
+viz_type: world_map
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '1'
+    expressionType: SIMPLE
+    filterOptionName: filter_s1jzmdwgeg_p3er4w56uy
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: is_software_dev
+  color_picker:
+    a: 1
+    b: 135
+    g: 122
+    r: 0
+  country_fieldtype: name
+  datasource: 42__table
+  entity: country_live
+  granularity_sqla: time_start
+  linear_color_scheme: superset_seq_1
+  max_bubble_size: '25'
+  metric: count
+  queryFields:
+    entity: groupby
+    metric: metrics
+    secondary_metric: metrics
+  row_limit: 10000
+  secondary_metric:
+    aggregate: COUNT
+    column:
+      column_name: country_live
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 1570
+      is_dttm: false
+      python_date_format: null
+      type: TEXT
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: COUNT(country_live)
+    optionName: metric_980jcnefhlk_ar87s15pwro
+    sqlExpression: null
+  show_bubbles: true
+  slice_id: 3635
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: world_map
+cache_timeout: null
+uuid: 5596e0f6-78a9-465d-8325-7139c794a06a
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Mapbox_Long_Lat_395.yaml b/dashboard_export_20220131T165055/charts/Mapbox_Long_Lat_395.yaml
new file mode 100644
index 0000000..665e759
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Mapbox_Long_Lat_395.yaml
@@ -0,0 +1,17 @@
+slice_name: Mapbox Long/Lat
+viz_type: mapbox
+params:
+  all_columns:
+  - occupancy
+  all_columns_x: LON
+  all_columns_y: LAT
+  granularity_sqla: day
+  mapbox_style: mapbox://styles/mapbox/light-v9
+  row_limit: 500000
+  since: '2014-01-01'
+  until: now
+  viz_type: mapbox
+cache_timeout: null
+uuid: 3d726e13-7a09-4ae9-93ab-1d2858d103ff
+version: 1.0.0
+dataset_uuid: 7512f6bf-7586-4def-817a-cd7df5276187
diff --git a/dashboard_export_20220131T165055/charts/Members_per_Channel_141.yaml b/dashboard_export_20220131T165055/charts/Members_per_Channel_141.yaml
new file mode 100644
index 0000000..c3834b8
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Members_per_Channel_141.yaml
@@ -0,0 +1,28 @@
+slice_name: Members per Channel
+viz_type: treemap
+params:
+  adhoc_filters: []
+  color_scheme: supersetColors
+  datasource: 57__table
+  groupby:
+  - channel_name
+  label_colors: {}
+  metrics:
+  - count
+  number_format: SMART_NUMBER
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  row_limit: null
+  slice_id: 2396
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  treemap_ratio: 1.618033988749895
+  url_params: {}
+  viz_type: treemap
+cache_timeout: null
+uuid: d44e416d-1647-44e4-b442-6da34b44adc4
+version: 1.0.0
+dataset_uuid: 3d9c0054-b31b-4102-92de-b1ef9f9e5e77
diff --git a/dashboard_export_20220131T165055/charts/Messages_per_Channel_116.yaml b/dashboard_export_20220131T165055/charts/Messages_per_Channel_116.yaml
new file mode 100644
index 0000000..44a0756
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Messages_per_Channel_116.yaml
@@ -0,0 +1,91 @@
+slice_name: Messages per Channel
+viz_type: area
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: github-notifications
+    expressionType: SIMPLE
+    filterOptionName: filter_7ud3u2eujnw_1pmeehxvw0b
+    isExtra: false
+    isNew: false
+    operator: '!='
+    sqlExpression: null
+    subject: name
+  annotation_layers: []
+  bottom_margin: auto
+  color_scheme: supersetColors
+  comparison_type: values
+  datasource: 56__table
+  granularity_sqla: ts
+  groupby:
+  - name
+  label_colors:
+    '0': '#1FA8C9'
+    '1': '#454E7C'
+    announcements: '#A868B7'
+    apache-releases: '#666666'
+    beginners: '#666666'
+    commits: '#E04355'
+    community-feedback: '#EFA1AA'
+    contributing: '#8FD3E4'
+    cypress-tests: '#FDE380'
+    dashboard-filters: '#FCC700'
+    dashboard-level-access: '#D1C6BC'
+    dashboards: '#3CCCCB'
+    design: '#1FA8C9'
+    developers: '#9EE5E5'
+    embedd-dashboards: '#ACE1C4'
+    feature-requests: '#454E7C'
+    general: '#3CCCCB'
+    github-notifications: '#E04355'
+    globalnav_search: '#A1A6BD'
+    graduation: '#A1A6BD'
+    helm-k8-deployment: '#FEC0A1'
+    introductions: '#5AC189'
+    jobs: '#FF7F44'
+    localization: '#5AC189'
+    newsletter: '#FF7F44'
+    product_feedback: '#D3B3DA'
+    pull-requests: '#A38F79'
+    superset-champions: '#FCC700'
+    superset_prod_reports: '#A868B7'
+    superset_stage_alerts: '#A38F79'
+    support: '#8FD3E4'
+    visualization_plugins: '#B2B2B2'
+  limit: 10
+  line_interpolation: linear
+  metrics:
+  - count
+  min_periods: 0
+  order_desc: true
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  rich_tooltip: true
+  rolling_periods: 14
+  rolling_type: mean
+  row_limit: 1000
+  show_brush: auto
+  show_controls: false
+  show_legend: true
+  slice_id: 2395
+  stacked_style: stream
+  time_grain_sqla: P1D
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: area
+  x_axis_format: smart_date
+  x_axis_showminmax: true
+  x_ticks_layout: auto
+  y_axis_bounds:
+  - 0
+  - null
+  y_axis_format: SMART_NUMBER
+  y_log_scale: false
+cache_timeout: null
+uuid: b0f11bdf-793f-473f-b7d5-b9265e657896
+version: 1.0.0
+dataset_uuid: 6e533506-fce6-4f6a-b116-d139df6dbdea
diff --git a/dashboard_export_20220131T165055/charts/Most_Dominant_Platforms_145.yaml b/dashboard_export_20220131T165055/charts/Most_Dominant_Platforms_145.yaml
new file mode 100644
index 0000000..68470a8
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Most_Dominant_Platforms_145.yaml
@@ -0,0 +1,62 @@
+slice_name: Most Dominant Platforms
+viz_type: pie
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '25'
+    expressionType: SIMPLE
+    filterOptionName: filter_znxs4o61aod_n5blgxo29r
+    isExtra: false
+    isNew: false
+    operator: <=
+    sqlExpression: null
+    subject: rank
+  color_scheme: supersetColors
+  datasource: 21__table
+  donut: true
+  granularity_sqla: year
+  groupby:
+  - publisher
+  innerRadius: 45
+  label_line: true
+  labels_outside: true
+  metric:
+    aggregate: SUM
+    column:
+      column_name: global_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 887
+      is_dttm: false
+      optionName: _col_Global_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: SUM(Global_Sales)
+    optionName: metric_k2rqz0zqhkf_49hu4kq9h3u
+    sqlExpression: null
+  number_format: SMART_NUMBER
+  outerRadius: 67
+  label_type: key
+  queryFields:
+    groupby: groupby
+    metric: metrics
+  row_limit: null
+  show_labels: true
+  show_legend: false
+  slice_id: 658
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: pie
+cache_timeout: null
+uuid: 1810975a-f6d4-07c3-495c-c3b535d01f21
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/charts/Most_Populated_Countries_399.yaml b/dashboard_export_20220131T165055/charts/Most_Populated_Countries_399.yaml
new file mode 100644
index 0000000..9fb62e1
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Most_Populated_Countries_399.yaml
@@ -0,0 +1,27 @@
+slice_name: Most Populated Countries
+viz_type: table
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  country_fieldtype: cca3
+  entity: country_code
+  granularity_sqla: year
+  groupby:
+  - country_name
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - sum__SP_POP_TOTL
+  row_limit: 50000
+  show_bubbles: true
+  since: '2014-01-01'
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: '2014-01-02'
+  viz_type: table
+cache_timeout: null
+uuid: 562d2675-1bd0-4aaa-b4b1-43f9e7c8a16d
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Multi_Line_427.yaml b/dashboard_export_20220131T165055/charts/Multi_Line_427.yaml
new file mode 100644
index 0000000..f9e6b8e
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Multi_Line_427.yaml
@@ -0,0 +1,18 @@
+slice_name: Multi Line
+viz_type: line_multi
+params:
+  slice_name: Multi Line
+  viz_type: line_multi
+  line_charts:
+  - 400
+  line_charts_2:
+  - 410
+  since: '1970'
+  until: '1995'
+  prefix_metric_with_slice_name: true
+  show_legend: false
+  x_axis_format: '%Y'
+cache_timeout: null
+uuid: 261d1895-02c5-4bd7-ae23-92e36f9406c0
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Names_Sorted_by_Num_in_California_424.yaml b/dashboard_export_20220131T165055/charts/Names_Sorted_by_Num_in_California_424.yaml
new file mode 100644
index 0000000..040acec
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Names_Sorted_by_Num_in_California_424.yaml
@@ -0,0 +1,37 @@
+slice_name: Names Sorted by Num in California
+viz_type: table
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby:
+  - name
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: num
+      type: BIGINT
+    expressionType: SIMPLE
+    label: Births
+    optionName: metric_11
+  row_limit: 50
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  timeseries_limit_metric:
+    aggregate: SUM
+    column:
+      column_name: num_california
+      expression: CASE WHEN state = 'CA' THEN num ELSE 0 END
+    expressionType: SIMPLE
+    label: SUM(num_california)
+  until: now
+  viz_type: table
+cache_timeout: null
+uuid: 2ea9b0d1-3da6-4c62-814b-5bea68f1d57a
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/New_Members_per_Month_105.yaml b/dashboard_export_20220131T165055/charts/New_Members_per_Month_105.yaml
new file mode 100644
index 0000000..f6a0531
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/New_Members_per_Month_105.yaml
@@ -0,0 +1,53 @@
+slice_name: New Members per Month
+viz_type: big_number
+params:
+  adhoc_filters: []
+  color_picker:
+    a: 1
+    b: 135
+    g: 122
+    r: 0
+  compare_lag: 1
+  compare_suffix: MoM
+  datasource: 66__table
+  granularity_sqla: date
+  header_font_size: 0.4
+  metric:
+    aggregate: SUM
+    column:
+      column_name: new_members
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 1849
+      is_dttm: false
+      optionName: _col_New Members
+      python_date_format: null
+      type: BIGINT
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: SUM(New Members)
+    optionName: metric_7pksdivmphp_bicn1fji7en
+    sqlExpression: null
+  queryFields:
+    metric: metrics
+  rolling_type: None
+  show_trend_line: true
+  slice_id: 3055
+  start_y_axis_at_zero: true
+  subheader_font_size: 0.15
+  time_grain_sqla: P1M
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: big_number
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: 92e1d712-bcf9-4d7e-9b94-26cffe502908
+version: 1.0.0
+dataset_uuid: 9dd99cda-ff6b-4575-9a74-684d06e871ab
diff --git a/dashboard_export_20220131T165055/charts/Num_Births_Trend_420.yaml b/dashboard_export_20220131T165055/charts/Num_Births_Trend_420.yaml
new file mode 100644
index 0000000..d07d7bf
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Num_Births_Trend_420.yaml
@@ -0,0 +1,29 @@
+slice_name: Num Births Trend
+viz_type: line
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby: []
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: num
+      type: BIGINT
+    expressionType: SIMPLE
+    label: Births
+    optionName: metric_11
+  row_limit: 50000
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: line
+cache_timeout: null
+uuid: a020c290-8058-47d9-93fd-d059657b1954
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Number_of_Aspiring_Developers_144.yaml b/dashboard_export_20220131T165055/charts/Number_of_Aspiring_Developers_144.yaml
new file mode 100644
index 0000000..8395528
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Number_of_Aspiring_Developers_144.yaml
@@ -0,0 +1,32 @@
+slice_name: Number of Aspiring Developers
+viz_type: big_number_total
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '0'
+    expressionType: SIMPLE
+    filterOptionName: filter_3f8ug0vnqk1_oy0mvl0izdc
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: is_software_dev
+  datasource: 42__table
+  granularity_sqla: time_start
+  header_font_size: 0.4
+  metric: count
+  queryFields:
+    metric: metrics
+  slice_id: 1363
+  subheader_font_size: 0.15
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: big_number_total
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: a0e5329f-224e-6fc8-efd2-d37d0f546ee8
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Number_of_California_Births_422.yaml b/dashboard_export_20220131T165055/charts/Number_of_California_Births_422.yaml
new file mode 100644
index 0000000..6b913bb
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Number_of_California_Births_422.yaml
@@ -0,0 +1,28 @@
+slice_name: Number of California Births
+viz_type: big_number_total
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby: []
+  limit: '25'
+  markup_type: markdown
+  metric:
+    aggregate: SUM
+    column:
+      column_name: num_california
+      expression: CASE WHEN state = 'CA' THEN num ELSE 0 END
+    expressionType: SIMPLE
+    label: SUM(num_california)
+  row_limit: 50000
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: big_number_total
+cache_timeout: null
+uuid: f424afbf-87e3-44d9-a0ef-28cb277e9946
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Number_of_Deals_for_each_Combination_94.yaml b/dashboard_export_20220131T165055/charts/Number_of_Deals_for_each_Combination_94.yaml
new file mode 100644
index 0000000..058e0d4
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Number_of_Deals_for_each_Combination_94.yaml
@@ -0,0 +1,40 @@
+slice_name: Number of Deals (for each Combination)
+viz_type: heatmap
+params:
+  adhoc_filters: []
+  all_columns_x: deal_size
+  all_columns_y: product_line
+  bottom_margin: 100
+  canvas_image_rendering: pixelated
+  datasource: 23__table
+  granularity_sqla: order_date
+  left_margin: 75
+  linear_color_scheme: schemePuBuGn
+  metric: count
+  normalize_across: heatmap
+  normalized: true
+  queryFields:
+    metric: metrics
+  row_limit: null
+  show_legend: true
+  show_perc: true
+  show_values: true
+  slice_id: 2810
+  sort_x_axis: alpha_asc
+  sort_y_axis: alpha_asc
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: heatmap
+  xscale_interval: null
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: SMART_NUMBER
+  yscale_interval: null
+cache_timeout: null
+uuid: bd20fc69-dd51-46c1-99b5-09e37a434bf1
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Number_of_Girls_425.yaml b/dashboard_export_20220131T165055/charts/Number_of_Girls_425.yaml
new file mode 100644
index 0000000..44e7662
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Number_of_Girls_425.yaml
@@ -0,0 +1,29 @@
+slice_name: Number of Girls
+viz_type: big_number_total
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: girl
+    expressionType: SIMPLE
+    operator: ==
+    subject: gender
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby: []
+  limit: '25'
+  markup_type: markdown
+  metric: sum__num
+  row_limit: 50000
+  since: 100 years ago
+  subheader: total female participants
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: big_number_total
+cache_timeout: null
+uuid: 148f120f-38c1-462f-ba04-cde08dbf5466
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Number_of_Members_126.yaml b/dashboard_export_20220131T165055/charts/Number_of_Members_126.yaml
new file mode 100644
index 0000000..728473b
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Number_of_Members_126.yaml
@@ -0,0 +1,23 @@
+slice_name: Number of Members
+viz_type: big_number_total
+params:
+  adhoc_filters: []
+  datasource: 31__table
+  granularity_sqla: updated
+  header_font_size: 0.4
+  metric: count
+  queryFields:
+    metric: metrics
+  subheader: Slack Members
+  subheader_font_size: 0.125
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: big_number_total
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: 7dad983b-e9f6-d2e8-91da-c2262d4e84e8
+version: 1.0.0
+dataset_uuid: 7195db6b-2d17-7619-b7c7-26b15378df8c
diff --git a/dashboard_export_20220131T165055/charts/Overall_Sales_By_Product_Line_150.yaml b/dashboard_export_20220131T165055/charts/Overall_Sales_By_Product_Line_150.yaml
new file mode 100644
index 0000000..36db8c3
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Overall_Sales_By_Product_Line_150.yaml
@@ -0,0 +1,54 @@
+slice_name: Overall Sales (By Product Line)
+viz_type: pie
+params:
+  adhoc_filters: []
+  color_scheme: supersetColors
+  datasource: 23__table
+  donut: true
+  granularity_sqla: order_date
+  groupby:
+  - product_line
+  innerRadius: 41
+  label_line: true
+  labels_outside: true
+  metric:
+    aggregate: SUM
+    column:
+      column_name: sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 917
+      is_dttm: false
+      optionName: _col_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: (Sales)
+    optionName: metric_3sk6pfj3m7i_64h77bs4sly
+    sqlExpression: null
+  number_format: SMART_NUMBER
+  outerRadius: 65
+  label_type: key
+  queryFields:
+    groupby: groupby
+    metric: metrics
+  row_limit: null
+  show_labels: true
+  show_labels_threshold: 2
+  show_legend: false
+  slice_id: 670
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: pie
+cache_timeout: null
+uuid: 09c497e0-f442-1121-c9e7-671e37750424
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Parallel_Coordinates_407.yaml b/dashboard_export_20220131T165055/charts/Parallel_Coordinates_407.yaml
new file mode 100644
index 0000000..b01add9
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Parallel_Coordinates_407.yaml
@@ -0,0 +1,30 @@
+slice_name: Parallel Coordinates
+viz_type: para
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  country_fieldtype: cca3
+  entity: country_code
+  granularity_sqla: year
+  groupby: []
+  limit: 100
+  markup_type: markdown
+  metrics:
+  - sum__SP_POP_TOTL
+  - sum__SP_RUR_TOTL_ZS
+  - sum__SH_DYN_AIDS
+  row_limit: 50000
+  secondary_metric: sum__SP_POP_TOTL
+  series: country_name
+  show_bubbles: true
+  since: '2011-01-01'
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: '2012-01-01'
+  viz_type: para
+cache_timeout: null
+uuid: a384d309-8830-4851-9caf-de45e6da1361
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Participants_408.yaml b/dashboard_export_20220131T165055/charts/Participants_408.yaml
new file mode 100644
index 0000000..0428486
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Participants_408.yaml
@@ -0,0 +1,22 @@
+slice_name: Participants
+viz_type: big_number
+params:
+  compare_lag: '5'
+  compare_suffix: over 5Y
+  granularity_sqla: ds
+  groupby: []
+  limit: '25'
+  markup_type: markdown
+  metric: sum__num
+  row_limit: 50000
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: big_number
+cache_timeout: null
+uuid: 47145d1b-af1c-46f5-a149-135cc61e6afd
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Path_434.yaml b/dashboard_export_20220131T165055/charts/Path_434.yaml
new file mode 100644
index 0000000..3009497
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Path_434.yaml
@@ -0,0 +1,44 @@
+slice_name: Path
+viz_type: deck_path
+params:
+  color_picker:
+    a: 1
+    b: 135
+    g: 122
+    r: 0
+  datasource: 12__table
+  js_columns:
+  - color
+  js_data_mutator: "data => data.map(d => ({\n    ...d,\n    color: colors.hexToRGB(d.extraProps.color)\n\
+    }));"
+  js_onclick_href: ''
+  js_tooltip: ''
+  line_column: path_json
+  line_type: json
+  line_width: 150
+  mapbox_style: mapbox://styles/mapbox/light-v9
+  reverse_long_lat: false
+  row_limit: 5000
+  slice_id: 43
+  time_grain_sqla: null
+  time_range: ' : '
+  viewport:
+    altitude: 1.5
+    bearing: 0
+    height: 1094
+    latitude: 37.73671752604488
+    longitude: -122.18885402582598
+    maxLatitude: 85.05113
+    maxPitch: 60
+    maxZoom: 20
+    minLatitude: -85.05113
+    minPitch: 0
+    minZoom: 0
+    pitch: 0
+    width: 669
+    zoom: 9.51847667620428
+  viz_type: deck_path
+cache_timeout: null
+uuid: 67c75fbb-9825-4747-9be8-42726b56b8b3
+version: 1.0.0
+dataset_uuid: 5e053cd4-54d1-4405-90e0-4a5b1bb25f90
diff --git a/dashboard_export_20220131T165055/charts/Pivot_Table_426.yaml b/dashboard_export_20220131T165055/charts/Pivot_Table_426.yaml
new file mode 100644
index 0000000..7aec644
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Pivot_Table_426.yaml
@@ -0,0 +1,32 @@
+slice_name: Pivot Table
+viz_type: pivot_table
+params:
+  columns:
+  - state
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby:
+  - name
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: num
+      type: BIGINT
+    expressionType: SIMPLE
+    label: Births
+    optionName: metric_11
+  row_limit: 50000
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: pivot_table
+cache_timeout: null
+uuid: 62064044-9a6c-4efc-b89f-48f0a618e6c8
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Pivot_Table_v2_418.yaml b/dashboard_export_20220131T165055/charts/Pivot_Table_v2_418.yaml
new file mode 100644
index 0000000..13d550a
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Pivot_Table_v2_418.yaml
@@ -0,0 +1,27 @@
+slice_name: Pivot Table v2
+viz_type: pivot_table_v2
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby: []
+  groupbyColumns:
+  - state
+  groupbyRows:
+  - name
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - sum__num
+  row_limit: 50000
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: pivot_table_v2
+cache_timeout: null
+uuid: 1d411e94-0bda-4aa1-9511-005d587ba530
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Polygons_432.yaml b/dashboard_export_20220131T165055/charts/Polygons_432.yaml
new file mode 100644
index 0000000..bdb1fbd
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Polygons_432.yaml
@@ -0,0 +1,82 @@
+slice_name: Polygons
+viz_type: deck_polygon
+params:
+  datasource: 11__table
+  extruded: true
+  fill_color_picker:
+    a: 1
+    b: 73
+    g: 65
+    r: 3
+  filled: true
+  granularity_sqla: null
+  js_columns: []
+  js_data_mutator: ''
+  js_onclick_href: ''
+  js_tooltip: ''
+  legend_format: .1s
+  legend_position: tr
+  line_column: contour
+  line_type: json
+  linear_color_scheme: oranges
+  mapbox_style: mapbox://styles/mapbox/light-v9
+  metric:
+    aggregate: SUM
+    column:
+      column_name: population
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 1332
+      is_dttm: false
+      optionName: _col_population
+      python_date_format: null
+      type: BIGINT
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    label: Population
+    optionName: metric_t2v4qbfiz1_w6qgpx4h2p
+    sqlExpression: null
+  multiplier: 0.1
+  point_radius_fixed:
+    type: metric
+    value:
+      aggregate: null
+      column: null
+      expressionType: SQL
+      hasCustomLabel: null
+      label: Density
+      optionName: metric_c5rvwrzoo86_293h6yrv2ic
+      sqlExpression: SUM(population)/SUM(area)
+  reverse_long_lat: false
+  slice_id: 41
+  stroke_color_picker:
+    a: 1
+    b: 135
+    g: 122
+    r: 0
+  stroked: false
+  time_grain_sqla: null
+  time_range: ' : '
+  viewport:
+    altitude: 1.5
+    bearing: 37.89506450385642
+    height: 906
+    latitude: 37.752020331384834
+    longitude: -122.43388541747726
+    maxLatitude: 85.05113
+    maxPitch: 60
+    maxZoom: 20
+    minLatitude: -85.05113
+    minPitch: 0
+    minZoom: 0
+    pitch: 60
+    width: 667
+    zoom: 11.133995608594631
+  viz_type: deck_polygon
+cache_timeout: null
+uuid: 77afa7a1-f3eb-43a5-abc1-7a7d3200370a
+version: 1.0.0
+dataset_uuid: b28c959f-c304-4cb1-8304-5cec8bd544b4
diff --git a/dashboard_export_20220131T165055/charts/Popular_Genres_Across_Platforms_115.yaml b/dashboard_export_20220131T165055/charts/Popular_Genres_Across_Platforms_115.yaml
new file mode 100644
index 0000000..a864bca
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Popular_Genres_Across_Platforms_115.yaml
@@ -0,0 +1,38 @@
+slice_name: Popular Genres Across Platforms
+viz_type: heatmap
+params:
+  adhoc_filters: []
+  all_columns_x: platform
+  all_columns_y: genre
+  bottom_margin: auto
+  canvas_image_rendering: pixelated
+  datasource: 64__table
+  granularity_sqla: year
+  left_margin: auto
+  linear_color_scheme: blue_white_yellow
+  metric: count
+  normalize_across: heatmap
+  queryFields:
+    metric: metrics
+  row_limit: 10000
+  show_legend: true
+  show_perc: true
+  show_values: true
+  sort_x_axis: alpha_asc
+  sort_y_axis: alpha_asc
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: heatmap
+  xscale_interval: null
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: SMART_NUMBER
+  yscale_interval: null
+cache_timeout: null
+uuid: 326fc7e5-b7f1-448e-8a6f-80d0e7ce0b64
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/charts/Preferred_Employment_Style_93.yaml b/dashboard_export_20220131T165055/charts/Preferred_Employment_Style_93.yaml
new file mode 100644
index 0000000..d279e3d
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Preferred_Employment_Style_93.yaml
@@ -0,0 +1,47 @@
+slice_name: Preferred Employment Style
+viz_type: treemap
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '0'
+    expressionType: SIMPLE
+    filterOptionName: filter_s1jzmdwgeg_p3er4w56uy
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: is_software_dev
+  - clause: WHERE
+    comparator: 'NULL'
+    expressionType: SIMPLE
+    filterOptionName: filter_rdlajraxs0f_lgyfv4rvdh
+    isExtra: false
+    isNew: false
+    operator: '!='
+    sqlExpression: null
+    subject: job_pref
+  color_scheme: supersetColors
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby:
+  - job_pref
+  label_colors: {}
+  metrics:
+  - count
+  number_format: SMART_NUMBER
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  row_limit: 10
+  slice_id: 1377
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  treemap_ratio: 1.618033988749895
+  url_params: {}
+  viz_type: treemap
+cache_timeout: null
+uuid: bff88053-ccc4-92f2-d6f5-de83e950e8cd
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Proportion_of_Revenue_by_Product_Line_128.yaml b/dashboard_export_20220131T165055/charts/Proportion_of_Revenue_by_Product_Line_128.yaml
new file mode 100644
index 0000000..dacc95d
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Proportion_of_Revenue_by_Product_Line_128.yaml
@@ -0,0 +1,62 @@
+slice_name: Proportion of Revenue by Product Line
+viz_type: area
+params:
+  adhoc_filters: []
+  annotation_layers: []
+  bottom_margin: auto
+  color_scheme: supersetColors
+  comparison_type: values
+  contribution: true
+  datasource: 23__table
+  granularity_sqla: order_date
+  groupby:
+  - product_line
+  label_colors: {}
+  line_interpolation: linear
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 917
+      is_dttm: false
+      optionName: _col_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: (Sales)
+    optionName: metric_3is69ofceho_6d0ezok7ry6
+    sqlExpression: null
+  order_desc: true
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  rich_tooltip: true
+  rolling_type: None
+  row_limit: null
+  show_brush: auto
+  show_legend: true
+  stacked_style: stack
+  time_grain_sqla: P1M
+  time_range: '2003-01-01T00:00:00 : 2005-06-01T00:00:00'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: area
+  x_axis_format: smart_date
+  x_ticks_layout: auto
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: 08aff161-f60c-4cb3-a225-dc9b1140d2e3
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Publishers_With_Most_Titles_100.yaml b/dashboard_export_20220131T165055/charts/Publishers_With_Most_Titles_100.yaml
new file mode 100644
index 0000000..d7072c2
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Publishers_With_Most_Titles_100.yaml
@@ -0,0 +1,41 @@
+slice_name: Publishers With Most Titles
+viz_type: table
+params:
+  adhoc_filters: []
+  all_columns:
+  - rank
+  - name
+  - global_sales
+  - platform
+  - genre
+  - publisher
+  - year
+  color_pn: false
+  datasource: 21__table
+  granularity_sqla: year
+  groupby: []
+  metrics:
+  - count
+  order_by_cols: []
+  order_desc: true
+  page_length: null
+  percent_metrics: []
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  query_mode: raw
+  row_limit: 10
+  show_cell_bars: false
+  slice_id: 657
+  table_timestamp_format: smart_date
+  time_grain_sqla: P1D
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: table
+cache_timeout: null
+uuid: d20b7324-3b80-24d4-37e2-3bd583b66713
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/charts/Quarterly_Sales_103.yaml b/dashboard_export_20220131T165055/charts/Quarterly_Sales_103.yaml
new file mode 100644
index 0000000..07867fd
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Quarterly_Sales_103.yaml
@@ -0,0 +1,73 @@
+slice_name: Quarterly Sales
+viz_type: bar
+params:
+  adhoc_filters: []
+  annotation_layers: []
+  bottom_margin: auto
+  color_scheme: supersetColors
+  comparison_type: null
+  datasource: 23__table
+  granularity_sqla: order_date
+  groupby: []
+  label_colors:
+    Classic Cars: '#5AC189'
+    Motorcycles: '#666666'
+    Planes: '#FCC700'
+    QuantityOrdered: '#454E7C'
+    SUM(Sales): '#1FA8C9'
+    Ships: '#A868B7'
+    Trains: '#3CCCCB'
+    Trucks and Buses: '#E04355'
+    Vintage Cars: '#FF7F44'
+  left_margin: auto
+  line_interpolation: linear
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 917
+      is_dttm: false
+      optionName: _col_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: SUM(Sales)
+    optionName: metric_tjn8bh6y44_7o4etwsqhal
+    sqlExpression: null
+  order_desc: true
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  rich_tooltip: true
+  rolling_type: null
+  row_limit: 10000
+  show_brush: auto
+  show_legend: false
+  slice_id: 668
+  time_compare: null
+  time_grain_sqla: P3M
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: bar
+  x_axis_format: '%m/%d/%Y'
+  x_axis_label: Quarter starting
+  x_ticks_layout: auto
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: null
+  y_axis_label: Total Sales
+cache_timeout: null
+uuid: 692aca26-a526-85db-c94c-411c91cc1077
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Quarterly_Sales_By_Product_Line_120.yaml b/dashboard_export_20220131T165055/charts/Quarterly_Sales_By_Product_Line_120.yaml
new file mode 100644
index 0000000..89c7a76
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Quarterly_Sales_By_Product_Line_120.yaml
@@ -0,0 +1,76 @@
+slice_name: Quarterly Sales (By Product Line)
+viz_type: bar
+params:
+  adhoc_filters: []
+  annotation_layers: []
+  bar_stacked: true
+  bottom_margin: auto
+  color_scheme: supersetColors
+  comparison_type: null
+  datasource: 23__table
+  granularity_sqla: order_date
+  groupby:
+  - product_line
+  label_colors:
+    Classic Cars: '#5AC189'
+    Motorcycles: '#666666'
+    Planes: '#FCC700'
+    QuantityOrdered: '#454E7C'
+    SUM(Sales): '#1FA8C9'
+    Ships: '#A868B7'
+    Trains: '#3CCCCB'
+    Trucks and Buses: '#E04355'
+    Vintage Cars: '#FF7F44'
+  left_margin: auto
+  line_interpolation: linear
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 917
+      is_dttm: false
+      optionName: _col_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: SUM(Sales)
+    optionName: metric_tjn8bh6y44_7o4etwsqhal
+    sqlExpression: null
+  order_desc: true
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  rich_tooltip: true
+  rolling_type: null
+  row_limit: 10000
+  show_brush: auto
+  show_controls: false
+  show_legend: true
+  slice_id: 2806
+  time_compare: null
+  time_grain_sqla: P3M
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: bar
+  x_axis_format: '%m/%d/%Y'
+  x_axis_label: Quarter starting
+  x_ticks_layout: "45\xB0"
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: null
+  y_axis_label: Revenue ($)
+cache_timeout: null
+uuid: db9609e4-9b78-4a32-87a7-4d9e19d51cd8
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Region_Filter_397.yaml b/dashboard_export_20220131T165055/charts/Region_Filter_397.yaml
new file mode 100644
index 0000000..5fd6197
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Region_Filter_397.yaml
@@ -0,0 +1,38 @@
+slice_name: Region Filter
+viz_type: filter_box
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  country_fieldtype: cca3
+  date_filter: false
+  entity: country_code
+  filter_configs:
+  - asc: false
+    clearable: true
+    column: region
+    key: 2s98dfu
+    metric: sum__SP_POP_TOTL
+    multiple: false
+  - asc: false
+    clearable: true
+    column: country_name
+    key: li3j2lk
+    metric: sum__SP_POP_TOTL
+    multiple: true
+  granularity_sqla: year
+  groupby: []
+  limit: '25'
+  markup_type: markdown
+  row_limit: 50000
+  show_bubbles: true
+  since: '2014-01-01'
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: '2014-01-02'
+  viz_type: filter_box
+cache_timeout: null
+uuid: ee953223-64b6-4a00-8985-82a2a0d5441f
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Relocation_ability_109.yaml b/dashboard_export_20220131T165055/charts/Relocation_ability_109.yaml
new file mode 100644
index 0000000..f9f4339
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Relocation_ability_109.yaml
@@ -0,0 +1,42 @@
+slice_name: "\u2708\uFE0F Relocation ability"
+viz_type: pie
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '0'
+    expressionType: SIMPLE
+    filterOptionName: filter_yccan09xctb_wjwt23qhknf
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: is_software_dev
+  color_scheme: supersetColors
+  datasource: 42__table
+  donut: true
+  granularity_sqla: time_start
+  groupby:
+  - willing_to_relocate
+  innerRadius: 44
+  labels_outside: true
+  metric: count
+  number_format: SMART_NUMBER
+  outerRadius: 69
+  label_type: key
+  queryFields:
+    groupby: groupby
+    metric: metrics
+  row_limit: null
+  show_labels: true
+  show_legend: false
+  slice_id: 1365
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: pie
+cache_timeout: null
+uuid: a6dd2d5a-2cdc-c8ec-f30c-85920f4f8a65
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Revenue_by_Deal_Size_119.yaml b/dashboard_export_20220131T165055/charts/Revenue_by_Deal_Size_119.yaml
new file mode 100644
index 0000000..5fdfc80
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Revenue_by_Deal_Size_119.yaml
@@ -0,0 +1,63 @@
+slice_name: Revenue by Deal Size
+viz_type: bar
+params:
+  adhoc_filters: []
+  annotation_layers: []
+  bar_stacked: true
+  bottom_margin: auto
+  color_scheme: supersetColors
+  comparison_type: values
+  contribution: false
+  datasource: 23__table
+  granularity_sqla: order_date
+  groupby:
+  - deal_size
+  label_colors: {}
+  left_margin: auto
+  line_interpolation: linear
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 917
+      is_dttm: false
+      optionName: _col_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: (Sales)
+    optionName: metric_3is69ofceho_6d0ezok7ry6
+    sqlExpression: null
+  order_desc: true
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  rich_tooltip: true
+  rolling_type: None
+  row_limit: null
+  show_brush: auto
+  show_legend: true
+  time_grain_sqla: P1M
+  time_range: '2003-01-01T00:00:00 : 2005-06-01T00:00:00'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: bar
+  x_axis_format: smart_date
+  x_ticks_layout: auto
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: f065a533-2e13-42b9-bd19-801a21700dff
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Rise__Fall_of_Video_Game_Consoles_125.yaml b/dashboard_export_20220131T165055/charts/Rise__Fall_of_Video_Game_Consoles_125.yaml
new file mode 100644
index 0000000..15fe9ca
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Rise__Fall_of_Video_Game_Consoles_125.yaml
@@ -0,0 +1,119 @@
+slice_name: Rise & Fall of Video Game Consoles
+viz_type: area
+params:
+  adhoc_filters: []
+  annotation_layers: []
+  bottom_margin: auto
+  color_scheme: supersetColors
+  comparison_type: values
+  contribution: false
+  datasource: 21__table
+  granularity_sqla: year
+  groupby:
+  - platform
+  label_colors:
+    '0': '#1FA8C9'
+    '1': '#454E7C'
+    '2600': '#666666'
+    3DO: '#B2B2B2'
+    3DS: '#D1C6BC'
+    Action: '#1FA8C9'
+    Adventure: '#454E7C'
+    DC: '#A38F79'
+    DS: '#8FD3E4'
+    Europe: '#5AC189'
+    Fighting: '#5AC189'
+    GB: '#FDE380'
+    GBA: '#ACE1C4'
+    GC: '#5AC189'
+    GEN: '#3CCCCB'
+    GG: '#EFA1AA'
+    Japan: '#FF7F44'
+    Microsoft Game Studios: '#D1C6BC'
+    Misc: '#FF7F44'
+    N64: '#1FA8C9'
+    NES: '#9EE5E5'
+    NG: '#A1A6BD'
+    Nintendo: '#D3B3DA'
+    North America: '#666666'
+    Other: '#E04355'
+    PC: '#EFA1AA'
+    PCFX: '#FDE380'
+    PS: '#A1A6BD'
+    PS2: '#FCC700'
+    PS3: '#3CCCCB'
+    PS4: '#B2B2B2'
+    PSP: '#FEC0A1'
+    PSV: '#FCC700'
+    Platform: '#666666'
+    Puzzle: '#E04355'
+    Racing: '#FCC700'
+    Role-Playing: '#A868B7'
+    SAT: '#A868B7'
+    SCD: '#8FD3E4'
+    SNES: '#454E7C'
+    Shooter: '#3CCCCB'
+    Simulation: '#A38F79'
+    Sports: '#8FD3E4'
+    Strategy: '#A1A6BD'
+    TG16: '#FEC0A1'
+    Take-Two Interactive: '#9EE5E5'
+    WS: '#ACE1C4'
+    Wii: '#A38F79'
+    WiiU: '#E04355'
+    X360: '#A868B7'
+    XB: '#D3B3DA'
+    XOne: '#FF7F44'
+  line_interpolation: linear
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: global_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 887
+      is_dttm: false
+      optionName: _col_Global_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: SUM(Global_Sales)
+    optionName: metric_ufl75addr8c_oqqhdumirpn
+    sqlExpression: null
+  order_desc: true
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  rich_tooltip: true
+  rolling_type: None
+  row_limit: null
+  show_brush: auto
+  show_legend: false
+  slice_id: 659
+  stacked_style: stream
+  time_grain_sqla: null
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params:
+    preselect_filters: '{"1389": {"platform": ["PS", "PS2", "PS3", "PS4"], "genre":
+      null, "__time_range": "No filter"}}'
+  viz_type: area
+  x_axis_format: smart_date
+  x_axis_label: Year Published
+  x_axis_showminmax: true
+  x_ticks_layout: auto
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: 83b0e2d0-d38b-d980-ed8e-e1c9846361b6
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/charts/Rural_401.yaml b/dashboard_export_20220131T165055/charts/Rural_401.yaml
new file mode 100644
index 0000000..9545ea4
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Rural_401.yaml
@@ -0,0 +1,35 @@
+slice_name: '% Rural'
+viz_type: world_map
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  country_fieldtype: cca3
+  entity: country_code
+  granularity_sqla: year
+  groupby: []
+  limit: '25'
+  markup_type: markdown
+  metric: sum__SP_RUR_TOTL_ZS
+  num_period_compare: '10'
+  row_limit: 50000
+  secondary_metric:
+    aggregate: SUM
+    column:
+      column_name: SP_RUR_TOTL
+      optionName: _col_SP_RUR_TOTL
+      type: DOUBLE
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    label: Rural Population
+  show_bubbles: true
+  since: '2014-01-01'
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: '2014-01-02'
+  viz_type: world_map
+cache_timeout: null
+uuid: 31f8cef3-5c48-4ff2-8133-03eb5209fcfe
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Rural_Breakdown_403.yaml b/dashboard_export_20220131T165055/charts/Rural_Breakdown_403.yaml
new file mode 100644
index 0000000..dcb66df
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Rural_Breakdown_403.yaml
@@ -0,0 +1,36 @@
+slice_name: Rural Breakdown
+viz_type: sunburst
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  country_fieldtype: cca3
+  entity: country_code
+  granularity_sqla: year
+  groupby:
+  - region
+  - country_name
+  limit: '25'
+  markup_type: markdown
+  metric: sum__SP_POP_TOTL
+  row_limit: 50000
+  secondary_metric:
+    aggregate: SUM
+    column:
+      column_name: SP_RUR_TOTL
+      optionName: _col_SP_RUR_TOTL
+      type: DOUBLE
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    label: Rural Population
+  show_bubbles: true
+  since: '2011-01-01'
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: '2011-01-02'
+  viz_type: sunburst
+cache_timeout: null
+uuid: c9a60da8-c036-4165-895c-0b9caec74020
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Scatterplot_428.yaml b/dashboard_export_20220131T165055/charts/Scatterplot_428.yaml
new file mode 100644
index 0000000..2c419f8
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Scatterplot_428.yaml
@@ -0,0 +1,41 @@
+slice_name: Scatterplot
+viz_type: deck_scatter
+params:
+  color_picker:
+    a: 0.82
+    b: 3
+    g: 0
+    r: 205
+  datasource: 5__table
+  granularity_sqla: null
+  groupby: []
+  mapbox_style: mapbox://styles/mapbox/light-v9
+  max_radius: 250
+  min_radius: 1
+  multiplier: 10
+  point_radius_fixed:
+    type: metric
+    value: count
+  point_unit: square_m
+  row_limit: 5000
+  size: count
+  spatial:
+    latCol: LAT
+    lonCol: LON
+    type: latlong
+  time_grain_sqla: null
+  time_range: ' : '
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  viewport:
+    bearing: -4.952916738791771
+    latitude: 37.78926922909199
+    longitude: -122.42613341901688
+    pitch: 4.750411100577438
+    zoom: 12.729132798697304
+  viz_type: deck_scatter
+cache_timeout: null
+uuid: 89227f72-998e-4bbe-8ad3-199d48390dab
+version: 1.0.0
+dataset_uuid: 7512f6bf-7586-4def-817a-cd7df5276187
diff --git a/dashboard_export_20220131T165055/charts/Screen_grid_429.yaml b/dashboard_export_20220131T165055/charts/Screen_grid_429.yaml
new file mode 100644
index 0000000..e784b23
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Screen_grid_429.yaml
@@ -0,0 +1,37 @@
+slice_name: Screen grid
+viz_type: deck_screengrid
+params:
+  color_picker:
+    a: 1
+    b: 0
+    g: 255
+    r: 14
+  datasource: 5__table
+  granularity_sqla: null
+  grid_size: 20
+  groupby: []
+  mapbox_style: mapbox://styles/mapbox/dark-v9
+  point_radius: Auto
+  point_radius_fixed:
+    type: fix
+    value: 2000
+  point_unit: square_m
+  row_limit: 5000
+  size: count
+  spatial:
+    latCol: LAT
+    lonCol: LON
+    type: latlong
+  time_grain_sqla: null
+  time_range: No filter
+  viewport:
+    bearing: -4.952916738791771
+    latitude: 37.76024135844065
+    longitude: -122.41827069521386
+    pitch: 4.750411100577438
+    zoom: 14.161641703941438
+  viz_type: deck_screengrid
+cache_timeout: null
+uuid: 226e06c2-324c-4d77-a27e-d7da9796db9b
+version: 1.0.0
+dataset_uuid: 7512f6bf-7586-4def-817a-cd7df5276187
diff --git a/dashboard_export_20220131T165055/charts/Seasonality_of_Revenue_per_Product_Line_110.yaml b/dashboard_export_20220131T165055/charts/Seasonality_of_Revenue_per_Product_Line_110.yaml
new file mode 100644
index 0000000..e72ed6c
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Seasonality_of_Revenue_per_Product_Line_110.yaml
@@ -0,0 +1,46 @@
+slice_name: Seasonality of Revenue (per Product Line)
+viz_type: horizon
+params:
+  adhoc_filters: []
+  datasource: 23__table
+  granularity_sqla: order_date
+  groupby:
+  - product_line
+  horizon_color_scale: series
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 917
+      is_dttm: false
+      optionName: _col_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: (Sales)
+    optionName: metric_e3kxby3hnjs_nfd4adbcnsn
+    sqlExpression: null
+  order_desc: true
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  row_limit: null
+  series_height: '25'
+  slice_id: 2811
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: horizon
+cache_timeout: null
+uuid: cf0da099-b3ab-4d94-ab62-cf353ac3c611
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Top_10_Boy_Name_Share_417.yaml b/dashboard_export_20220131T165055/charts/Top_10_Boy_Name_Share_417.yaml
new file mode 100644
index 0000000..1564dbd
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Top_10_Boy_Name_Share_417.yaml
@@ -0,0 +1,40 @@
+slice_name: Top 10 Boy Name Share
+viz_type: area
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: boy
+    expressionType: SIMPLE
+    operator: ==
+    subject: gender
+  compare_lag: '10'
+  compare_suffix: o10Y
+  comparison_type: values
+  granularity_sqla: ds
+  groupby:
+  - name
+  limit: 10
+  markup_type: markdown
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: num
+      type: BIGINT
+    expressionType: SIMPLE
+    label: Births
+    optionName: metric_11
+  row_limit: 50000
+  since: 100 years ago
+  stacked_style: expand
+  time_grain_sqla: P1D
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: area
+  x_axis_forma: smart_date
+cache_timeout: null
+uuid: cd68b4eb-c29a-496b-900d-d1c7ab564d94
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Top_10_California_Names_Timeseries_423.yaml b/dashboard_export_20220131T165055/charts/Top_10_California_Names_Timeseries_423.yaml
new file mode 100644
index 0000000..cedfa23
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Top_10_California_Names_Timeseries_423.yaml
@@ -0,0 +1,36 @@
+slice_name: Top 10 California Names Timeseries
+viz_type: line
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby:
+  - name
+  limit: '10'
+  markup_type: markdown
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: num_california
+      expression: CASE WHEN state = 'CA' THEN num ELSE 0 END
+    expressionType: SIMPLE
+    label: SUM(num_california)
+  row_limit: 50000
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  timeseries_limit_metric:
+    aggregate: SUM
+    column:
+      column_name: num_california
+      expression: CASE WHEN state = 'CA' THEN num ELSE 0 END
+    expressionType: SIMPLE
+    label: SUM(num_california)
+  until: now
+  viz_type: line
+cache_timeout: null
+uuid: 07d67f3c-2491-4167-b678-8da67fd9654e
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Top_10_Games_Proportion_of_Sales_in_Markets_135.yaml b/dashboard_export_20220131T165055/charts/Top_10_Games_Proportion_of_Sales_in_Markets_135.yaml
new file mode 100644
index 0000000..14a7d7b
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Top_10_Games_Proportion_of_Sales_in_Markets_135.yaml
@@ -0,0 +1,119 @@
+slice_name: 'Top 10 Games: Proportion of Sales in Markets'
+viz_type: dist_bar
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '10'
+    expressionType: SIMPLE
+    filterOptionName: filter_juemdnqji5_d6fm8tuf4rc
+    isExtra: false
+    isNew: false
+    operator: <=
+    sqlExpression: null
+    subject: rank
+  bar_stacked: true
+  bottom_margin: auto
+  color_scheme: supersetColors
+  columns: []
+  contribution: true
+  datasource: 21__table
+  granularity_sqla: year
+  groupby:
+  - name
+  label_colors: {}
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: na_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 883
+      is_dttm: false
+      optionName: _col_NA_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    isNew: false
+    label: North America
+    optionName: metric_a943v7wg5g_0mm03hrsmpf
+    sqlExpression: null
+  - aggregate: SUM
+    column:
+      column_name: eu_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 884
+      is_dttm: false
+      optionName: _col_EU_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    isNew: false
+    label: Europe
+    optionName: metric_bibau54x0rb_dwrjtqkbyso
+    sqlExpression: null
+  - aggregate: SUM
+    column:
+      column_name: jp_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 885
+      is_dttm: false
+      optionName: _col_JP_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    isNew: false
+    label: Japan
+    optionName: metric_06whpr2oyhw_4l88xxu6zvd
+    sqlExpression: null
+  - aggregate: SUM
+    column:
+      column_name: other_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 886
+      is_dttm: false
+      optionName: _col_Other_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    isNew: false
+    label: Other
+    optionName: metric_pcx05ioxums_ibr16zvi74
+    sqlExpression: null
+  queryFields:
+    columns: groupby
+    groupby: groupby
+    metrics: metrics
+  row_limit: null
+  show_legend: true
+  slice_id: 3546
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: dist_bar
+  x_ticks_layout: staggered
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: a40879d5-653a-42fe-9314-bbe88ad26e92
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/charts/Top_10_Girl_Name_Share_416.yaml b/dashboard_export_20220131T165055/charts/Top_10_Girl_Name_Share_416.yaml
new file mode 100644
index 0000000..70ad5d3
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Top_10_Girl_Name_Share_416.yaml
@@ -0,0 +1,40 @@
+slice_name: Top 10 Girl Name Share
+viz_type: area
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: girl
+    expressionType: SIMPLE
+    operator: ==
+    subject: gender
+  compare_lag: '10'
+  compare_suffix: o10Y
+  comparison_type: values
+  granularity_sqla: ds
+  groupby:
+  - name
+  limit: 10
+  markup_type: markdown
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: num
+      type: BIGINT
+    expressionType: SIMPLE
+    label: Births
+    optionName: metric_11
+  row_limit: 50000
+  since: 100 years ago
+  stacked_style: expand
+  time_grain_sqla: P1D
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: area
+  x_axis_forma: smart_date
+cache_timeout: null
+uuid: 5f36ef35-ee83-438a-b6f1-39cacbfaf030
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Top_15_Languages_Spoken_at_Home_129.yaml b/dashboard_export_20220131T165055/charts/Top_15_Languages_Spoken_at_Home_129.yaml
new file mode 100644
index 0000000..cad4c1c
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Top_15_Languages_Spoken_at_Home_129.yaml
@@ -0,0 +1,43 @@
+slice_name: Top 15 Languages Spoken at Home
+viz_type: table
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: 'NULL'
+    expressionType: SIMPLE
+    filterOptionName: filter_ameaka2efjv_rfv1et5nwng
+    isExtra: false
+    isNew: false
+    operator: '!='
+    sqlExpression: null
+    subject: lang_at_home
+  all_columns: []
+  color_pn: true
+  datasource: 42__table
+  granularity_sqla: time_start
+  groupby:
+  - lang_at_home
+  metrics:
+  - count
+  order_by_cols: []
+  order_desc: true
+  percent_metrics: []
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  query_mode: aggregate
+  row_limit: '15'
+  show_cell_bars: true
+  slice_id: 1386
+  table_timestamp_format: smart_date
+  time_grain_sqla: P1D
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: table
+cache_timeout: null
+uuid: 03a74c97-52fc-cf87-233c-d4275f8c550c
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Top_Timezones_137.yaml b/dashboard_export_20220131T165055/charts/Top_Timezones_137.yaml
new file mode 100644
index 0000000..468fc8b
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Top_Timezones_137.yaml
@@ -0,0 +1,37 @@
+slice_name: Top Timezones
+viz_type: table
+params:
+  adhoc_filters: []
+  align_pn: false
+  all_columns: []
+  color_pn: true
+  datasource: 31__table
+  granularity_sqla: updated
+  groupby:
+  - tz
+  include_search: false
+  metrics:
+  - count
+  order_by_cols: []
+  order_desc: true
+  page_length: 0
+  percent_metrics: []
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  query_mode: aggregate
+  row_limit: 10
+  show_cell_bars: true
+  slice_id: 1908
+  table_timestamp_format: smart_date
+  time_grain_sqla: P1D
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: table
+cache_timeout: null
+uuid: 62b7242e-decc-2d1b-7f80-c62776939d1e
+version: 1.0.0
+dataset_uuid: 7195db6b-2d17-7619-b7c7-26b15378df8c
diff --git a/dashboard_export_20220131T165055/charts/Total_Items_Sold_136.yaml b/dashboard_export_20220131T165055/charts/Total_Items_Sold_136.yaml
new file mode 100644
index 0000000..e3006b9
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Total_Items_Sold_136.yaml
@@ -0,0 +1,41 @@
+slice_name: Total Items Sold
+viz_type: big_number_total
+params:
+  adhoc_filters: []
+  datasource: 23__table
+  granularity_sqla: order_date
+  header_font_size: 0.4
+  metric:
+    aggregate: SUM
+    column:
+      column_name: quantity_ordered
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 914
+      is_dttm: false
+      python_date_format: null
+      type: BIGINT
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: SUM(Sales)
+    optionName: metric_twq59hf4ej_g70qjfmehsq
+    sqlExpression: null
+  queryFields:
+    metric: metrics
+  subheader: ''
+  subheader_font_size: 0.15
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: big_number_total
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: c3d643cd-fd6f-4659-a5b7-59402487a8d0
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Total_Items_Sold_By_Product_Line_96.yaml b/dashboard_export_20220131T165055/charts/Total_Items_Sold_By_Product_Line_96.yaml
new file mode 100644
index 0000000..72dc17b
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Total_Items_Sold_By_Product_Line_96.yaml
@@ -0,0 +1,52 @@
+slice_name: Total Items Sold (By Product Line)
+viz_type: table
+params:
+  adhoc_filters: []
+  all_columns: []
+  color_pn: true
+  datasource: 23__table
+  granularity_sqla: order_date
+  groupby:
+  - product_line
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: quantity_ordered
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 914
+      is_dttm: false
+      optionName: _col_QuantityOrdered
+      python_date_format: null
+      type: BIGINT
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    isNew: false
+    label: '# of Products Sold'
+    optionName: metric_skdbciwba6g_z1r5w1pxlqj
+    sqlExpression: null
+  order_by_cols: []
+  order_desc: true
+  percent_metrics: null
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  query_mode: aggregate
+  row_limit: null
+  show_cell_bars: true
+  slice_id: 2807
+  table_timestamp_format: smart_date
+  time_grain_sqla: P1D
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: table
+cache_timeout: null
+uuid: b8b7ca30-6291-44b0-bc64-ba42e2892b86
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Total_Revenue_133.yaml b/dashboard_export_20220131T165055/charts/Total_Revenue_133.yaml
new file mode 100644
index 0000000..47f6b8f
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Total_Revenue_133.yaml
@@ -0,0 +1,42 @@
+slice_name: Total Revenue
+viz_type: big_number_total
+params:
+  adhoc_filters: []
+  datasource: 23__table
+  granularity_sqla: order_date
+  header_font_size: 0.4
+  metric:
+    aggregate: SUM
+    column:
+      column_name: sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 917
+      is_dttm: false
+      optionName: _col_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: (Sales)
+    optionName: metric_twq59hf4ej_g70qjfmehsq
+    sqlExpression: null
+  queryFields:
+    metric: metrics
+  subheader: ''
+  subheader_font_size: 0.15
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: big_number_total
+  y_axis_format: $,.2f
+cache_timeout: null
+uuid: 7b12a243-88e0-4dc5-ac33-9a840bb0ac5a
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Total_Sales_per_Market_Grouped_by_Genre_142.yaml b/dashboard_export_20220131T165055/charts/Total_Sales_per_Market_Grouped_by_Genre_142.yaml
new file mode 100644
index 0000000..1557fd1
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Total_Sales_per_Market_Grouped_by_Genre_142.yaml
@@ -0,0 +1,168 @@
+slice_name: Total Sales per Market (Grouped by Genre)
+viz_type: dist_bar
+params:
+  adhoc_filters: []
+  bar_stacked: true
+  bottom_margin: auto
+  color_scheme: supersetColors
+  columns: []
+  contribution: false
+  datasource: 21__table
+  granularity_sqla: year
+  groupby:
+  - genre
+  label_colors:
+    '0': '#1FA8C9'
+    '1': '#454E7C'
+    '2600': '#666666'
+    3DO: '#B2B2B2'
+    3DS: '#D1C6BC'
+    Action: '#1FA8C9'
+    Adventure: '#454E7C'
+    DC: '#A38F79'
+    DS: '#8FD3E4'
+    Europe: '#5AC189'
+    Fighting: '#5AC189'
+    GB: '#FDE380'
+    GBA: '#ACE1C4'
+    GC: '#5AC189'
+    GEN: '#3CCCCB'
+    GG: '#EFA1AA'
+    Japan: '#FF7F44'
+    Microsoft Game Studios: '#D1C6BC'
+    Misc: '#FF7F44'
+    N64: '#1FA8C9'
+    NES: '#9EE5E5'
+    NG: '#A1A6BD'
+    Nintendo: '#D3B3DA'
+    North America: '#666666'
+    Other: '#E04355'
+    PC: '#EFA1AA'
+    PCFX: '#FDE380'
+    PS: '#A1A6BD'
+    PS2: '#FCC700'
+    PS3: '#3CCCCB'
+    PS4: '#B2B2B2'
+    PSP: '#FEC0A1'
+    PSV: '#FCC700'
+    Platform: '#666666'
+    Puzzle: '#E04355'
+    Racing: '#FCC700'
+    Role-Playing: '#A868B7'
+    SAT: '#A868B7'
+    SCD: '#8FD3E4'
+    SNES: '#454E7C'
+    Shooter: '#3CCCCB'
+    Simulation: '#A38F79'
+    Sports: '#8FD3E4'
+    Strategy: '#A1A6BD'
+    TG16: '#FEC0A1'
+    Take-Two Interactive: '#9EE5E5'
+    WS: '#ACE1C4'
+    Wii: '#A38F79'
+    WiiU: '#E04355'
+    X360: '#A868B7'
+    XB: '#D3B3DA'
+    XOne: '#FF7F44'
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: na_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 883
+      is_dttm: false
+      optionName: _col_NA_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    isNew: false
+    label: North America
+    optionName: metric_3pl6jwmyd72_p9o4j2xxgyp
+    sqlExpression: null
+  - aggregate: SUM
+    column:
+      column_name: eu_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 884
+      is_dttm: false
+      optionName: _col_EU_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    isNew: false
+    label: Europe
+    optionName: metric_e8rdyfxxjdu_6dgyhf7xcne
+    sqlExpression: null
+  - aggregate: SUM
+    column:
+      column_name: jp_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 885
+      is_dttm: false
+      optionName: _col_JP_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    isNew: false
+    label: Japan
+    optionName: metric_6gesefugzy6_517l3wowdwu
+    sqlExpression: null
+  - aggregate: SUM
+    column:
+      column_name: other_sales
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 886
+      is_dttm: false
+      optionName: _col_Other_Sales
+      python_date_format: null
+      type: DOUBLE PRECISION
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: true
+    isNew: false
+    label: Other
+    optionName: metric_cf6kbre28f_2sg5b5pfq5a
+    sqlExpression: null
+  order_bars: false
+  queryFields:
+    columns: groupby
+    groupby: groupby
+    metrics: metrics
+  row_limit: null
+  show_bar_value: false
+  show_controls: true
+  show_legend: true
+  slice_id: 3548
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params:
+    preselect_filters: '{"1389": {"platform": ["PS", "PS2", "PS3", "PS4"], "genre":
+      null, "__time_range": "No filter"}}'
+  viz_type: dist_bar
+  x_axis_label: Genre
+  x_ticks_layout: flat
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: d8bf948e-46fd-4380-9f9c-a950c34bcc92
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/charts/Treemap_406.yaml b/dashboard_export_20220131T165055/charts/Treemap_406.yaml
new file mode 100644
index 0000000..1455e1a
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Treemap_406.yaml
@@ -0,0 +1,28 @@
+slice_name: Treemap
+viz_type: treemap
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  country_fieldtype: cca3
+  entity: country_code
+  granularity_sqla: year
+  groupby:
+  - region
+  - country_code
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - sum__SP_POP_TOTL
+  row_limit: 50000
+  show_bubbles: true
+  since: '1960-01-01'
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: treemap
+cache_timeout: null
+uuid: 31f0b249-6011-4870-86c9-247e68b20295
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Trends_410.yaml b/dashboard_export_20220131T165055/charts/Trends_410.yaml
new file mode 100644
index 0000000..f9dd258
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Trends_410.yaml
@@ -0,0 +1,32 @@
+slice_name: Trends
+viz_type: line
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  granularity_sqla: ds
+  groupby:
+  - name
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - aggregate: SUM
+    column:
+      column_name: num
+      type: BIGINT
+    expressionType: SIMPLE
+    label: Births
+    optionName: metric_11
+  rich_tooltip: true
+  row_limit: 50000
+  show_legend: true
+  since: 100 years ago
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: line
+cache_timeout: null
+uuid: 5279dcbd-fc7a-4a83-89cb-10a82e3fe91c
+version: 1.0.0
+dataset_uuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
diff --git a/dashboard_export_20220131T165055/charts/Unicode_Cloud_138.yaml b/dashboard_export_20220131T165055/charts/Unicode_Cloud_138.yaml
new file mode 100644
index 0000000..c6673d9
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Unicode_Cloud_138.yaml
@@ -0,0 +1,24 @@
+slice_name: Unicode Cloud
+viz_type: word_cloud
+params:
+  granularity_sqla: dttm
+  groupby: []
+  limit: '100'
+  metric:
+    aggregate: SUM
+    column:
+      column_name: value
+    expressionType: SIMPLE
+    label: Value
+  rotation: square
+  row_limit: 50000
+  series: short_phrase
+  since: 100 years ago
+  size_from: '10'
+  size_to: '70'
+  until: now
+  viz_type: word_cloud
+cache_timeout: null
+uuid: 609e26d8-8e1e-4097-9751-931708e24ee4
+version: 1.0.0
+dataset_uuid: a6771c73-96fc-44c6-8b6e-9d303955ea48
diff --git a/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Approach__Stage_95.yaml b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Approach__Stage_95.yaml
new file mode 100644
index 0000000..6b0ecc7
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Approach__Stage_95.yaml
@@ -0,0 +1,38 @@
+slice_name: Vaccine Candidates per Approach & Stage
+viz_type: heatmap
+params:
+  adhoc_filters: []
+  all_columns_x: clinical_stage
+  all_columns_y: product_category
+  bottom_margin: auto
+  canvas_image_rendering: pixelated
+  datasource: 69__table
+  left_margin: auto
+  linear_color_scheme: schemeYlOrBr
+  metric: count
+  normalize_across: heatmap
+  queryFields:
+    metric: metrics
+  row_limit: 10000
+  show_legend: false
+  show_perc: true
+  show_values: true
+  slice_id: 3962
+  sort_x_axis: alpha_asc
+  sort_y_axis: alpha_asc
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: heatmap
+  xscale_interval: null
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: SMART_NUMBER
+  yscale_interval: null
+cache_timeout: null
+uuid: 0c953c84-0c9a-418d-be9f-2894d2a2cee0
+version: 1.0.0
+dataset_uuid: 974b7a1c-22ea-49cb-9214-97b7dbd511e0
diff --git a/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country_104.yaml b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country_104.yaml
new file mode 100644
index 0000000..447619c
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country_104.yaml
@@ -0,0 +1,46 @@
+slice_name: Vaccine Candidates per Country
+viz_type: world_map
+params:
+  adhoc_filters: []
+  color_picker:
+    a: 1
+    b: 135
+    g: 122
+    r: 0
+  country_fieldtype: name
+  datasource: 14__table
+  entity: country_name
+  linear_color_scheme: schemeYlOrBr
+  max_bubble_size: '25'
+  metric: count
+  row_limit: 10000
+  secondary_metric:
+    aggregate: COUNT
+    column:
+      column_name: country_name
+      description: null
+      expression: null
+      filterable: true
+      groupby: true
+      id: 583
+      is_dttm: false
+      python_date_format: null
+      type: TEXT
+      verbose_name: null
+    expressionType: SIMPLE
+    hasCustomLabel: false
+    isNew: false
+    label: COUNT(Country_Name)
+    optionName: metric_i8otphezfu_5urmjjs7c1
+    sqlExpression: null
+  show_bubbles: true
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: world_map
+cache_timeout: null
+uuid: ddc91df6-fb40-4826-bdca-16b85af1c024
+version: 1.0.0
+dataset_uuid: 974b7a1c-22ea-49cb-9214-97b7dbd511e0
diff --git a/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country_111.yaml b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country_111.yaml
new file mode 100644
index 0000000..6adf278
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country_111.yaml
@@ -0,0 +1,27 @@
+slice_name: Vaccine Candidates per Country
+viz_type: treemap
+params:
+  adhoc_filters: []
+  color_scheme: presetColors
+  datasource: 69__table
+  groupby:
+  - country_name
+  label_colors: {}
+  metrics:
+  - count
+  number_format: SMART_NUMBER
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  row_limit: 10000
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  treemap_ratio: 1.618033988749895
+  url_params: {}
+  viz_type: treemap
+cache_timeout: null
+uuid: e2f5a8a7-feb0-4f79-bc6b-01fe55b98b3c
+version: 1.0.0
+dataset_uuid: 974b7a1c-22ea-49cb-9214-97b7dbd511e0
diff --git a/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country__Stage_121.yaml b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country__Stage_121.yaml
new file mode 100644
index 0000000..d958fb3
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country__Stage_121.yaml
@@ -0,0 +1,27 @@
+slice_name: Vaccine Candidates per Country & Stage
+viz_type: sunburst
+params:
+  adhoc_filters: []
+  color_scheme: supersetColors
+  datasource: 69__table
+  groupby:
+  - product_category
+  - clinical_stage
+  linear_color_scheme: schemeYlOrBr
+  metric: count
+  queryFields:
+    groupby: groupby
+    metric: metrics
+    secondary_metric: metrics
+  row_limit: 10000
+  slice_id: 3964
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: sunburst
+cache_timeout: null
+uuid: f69c556f-15fe-4a82-a8bb-69d5b6954123
+version: 1.0.0
+dataset_uuid: 974b7a1c-22ea-49cb-9214-97b7dbd511e0
diff --git a/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country__Stage_122.yaml b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country__Stage_122.yaml
new file mode 100644
index 0000000..2ef800f
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Country__Stage_122.yaml
@@ -0,0 +1,34 @@
+slice_name: Vaccine Candidates per Country & Stage
+viz_type: heatmap
+params:
+  adhoc_filters: []
+  all_columns_x: clinical_stage
+  all_columns_y: country_name
+  bottom_margin: auto
+  canvas_image_rendering: pixelated
+  datasource: 14__table
+  left_margin: auto
+  linear_color_scheme: schemeYlOrBr
+  metric: count
+  normalize_across: heatmap
+  row_limit: 10000
+  show_legend: true
+  show_perc: true
+  sort_x_axis: alpha_asc
+  sort_y_axis: alpha_asc
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: heatmap
+  xscale_interval: null
+  y_axis_bounds:
+  - null
+  - null
+  y_axis_format: SMART_NUMBER
+  yscale_interval: null
+cache_timeout: null
+uuid: cd111331-d286-4258-9020-c7949a109ed2
+version: 1.0.0
+dataset_uuid: 974b7a1c-22ea-49cb-9214-97b7dbd511e0
diff --git a/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Phase_127.yaml b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Phase_127.yaml
new file mode 100644
index 0000000..b330426
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Phase_127.yaml
@@ -0,0 +1,33 @@
+slice_name: Vaccine Candidates per Phase
+viz_type: pie
+params:
+  adhoc_filters: []
+  color_scheme: supersetColors
+  datasource: 69__table
+  donut: true
+  groupby:
+  - clinical_stage
+  innerRadius: 44
+  label_line: true
+  labels_outside: true
+  metric: count
+  number_format: SMART_NUMBER
+  outerRadius: 61
+  label_type: key
+  queryFields:
+    groupby: groupby
+    metric: metrics
+  row_limit: 10000
+  show_labels: true
+  show_legend: false
+  slice_id: 3957
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: pie
+cache_timeout: null
+uuid: 30b73c65-85e7-455f-bb24-801bb0cdc670
+version: 1.0.0
+dataset_uuid: 974b7a1c-22ea-49cb-9214-97b7dbd511e0
diff --git a/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Phase_134.yaml b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Phase_134.yaml
new file mode 100644
index 0000000..53a1783
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Vaccine_Candidates_per_Phase_134.yaml
@@ -0,0 +1,27 @@
+slice_name: Vaccine Candidates per Phase
+viz_type: dist_bar
+params:
+  adhoc_filters: []
+  bottom_margin: auto
+  color_scheme: SUPERSET_DEFAULT
+  columns: []
+  datasource: 14__table
+  groupby:
+  - clinical_stage
+  label_colors: {}
+  metrics:
+  - count
+  row_limit: 10000
+  show_legend: false
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: dist_bar
+  x_ticks_layout: auto
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: 392f293e-0892-4316-bd41-c927b65606a4
+version: 1.0.0
+dataset_uuid: 974b7a1c-22ea-49cb-9214-97b7dbd511e0
diff --git a/dashboard_export_20220131T165055/charts/Vehicle_Sales_Filter_123.yaml b/dashboard_export_20220131T165055/charts/Vehicle_Sales_Filter_123.yaml
new file mode 100644
index 0000000..3768e90
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Vehicle_Sales_Filter_123.yaml
@@ -0,0 +1,34 @@
+slice_name: Vehicle Sales Filter
+viz_type: filter_box
+params:
+  adhoc_filters: []
+  datasource: 23__table
+  date_filter: true
+  filter_configs:
+  - asc: true
+    clearable: true
+    column: product_line
+    key: 7oUjq15eQ
+    label: Product Line
+    multiple: true
+    searchAllOptions: false
+  - asc: true
+    clearable: true
+    column: deal_size
+    key: c3hO6Eub8
+    label: Deal Size
+    multiple: true
+    searchAllOptions: false
+  granularity_sqla: order_date
+  queryFields: {}
+  slice_id: 671
+  time_range: '2003-01-01T00:00:00 : 2005-06-01T00:00:00'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: filter_box
+cache_timeout: null
+uuid: a5689df7-98fc-7c51-602c-ebd92dc3ec70
+version: 1.0.0
+dataset_uuid: e8623bb9-5e00-f531-506a-19607f5f8005
diff --git a/dashboard_export_20220131T165055/charts/Video_Game_Sales_filter_149.yaml b/dashboard_export_20220131T165055/charts/Video_Game_Sales_filter_149.yaml
new file mode 100644
index 0000000..f4437ba
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Video_Game_Sales_filter_149.yaml
@@ -0,0 +1,42 @@
+slice_name: Video Game Sales filter
+viz_type: filter_box
+params:
+  adhoc_filters: []
+  datasource: 21__table
+  date_filter: true
+  filter_configs:
+  - asc: true
+    clearable: true
+    column: platform
+    key: s3ItH9vhG
+    label: Platform
+    multiple: true
+    searchAllOptions: false
+  - asc: true
+    clearable: true
+    column: genre
+    key: 202hDeMsG
+    label: Genre
+    multiple: true
+    searchAllOptions: false
+  - asc: true
+    clearable: true
+    column: publisher
+    key: 5Os6jsJFK
+    label: Publisher
+    multiple: true
+    searchAllOptions: false
+  granularity_sqla: Year
+  queryFields: {}
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params:
+    preselect_filters: '{"1389": {"platform": ["PS", "PS2", "PS3", "PS4"], "genre":
+      null, "__time_range": "No filter"}}'
+  viz_type: filter_box
+cache_timeout: null
+uuid: fd9ce7ec-ae08-4f71-93e0-7c26b132b2e6
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/charts/Weekly_Messages_152.yaml b/dashboard_export_20220131T165055/charts/Weekly_Messages_152.yaml
new file mode 100644
index 0000000..4d88e03
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Weekly_Messages_152.yaml
@@ -0,0 +1,35 @@
+slice_name: Weekly Messages
+viz_type: big_number
+params:
+  adhoc_filters: []
+  color_picker:
+    a: 1
+    b: 135
+    g: 122
+    r: 0
+  compare_lag: 1
+  compare_suffix: WoW
+  datasource: 34__table
+  granularity_sqla: ts
+  header_font_size: 0.4
+  metric: count
+  queryFields:
+    metric: metrics
+  rolling_type: None
+  show_trend_line: true
+  slice_id: 1905
+  start_y_axis_at_zero: true
+  subheader_font_size: 0.15
+  time_grain_sqla: P1W
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  time_range_fixed: false
+  url_params: {}
+  viz_type: big_number
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: abe2c022-ceee-a60a-e601-ab93f7ee52b1
+version: 1.0.0
+dataset_uuid: e032c69e-716e-d700-eff7-07800d0f9989
diff --git a/dashboard_export_20220131T165055/charts/Weekly_Threads_98.yaml b/dashboard_export_20220131T165055/charts/Weekly_Threads_98.yaml
new file mode 100644
index 0000000..d9cfab6
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Weekly_Threads_98.yaml
@@ -0,0 +1,34 @@
+slice_name: Weekly Threads
+viz_type: big_number
+params:
+  adhoc_filters: []
+  color_picker:
+    a: 1
+    b: 135
+    g: 122
+    r: 0
+  compare_lag: 1
+  compare_suffix: WoW
+  datasource: 35__table
+  granularity_sqla: ts
+  header_font_size: 0.4
+  metric: count
+  queryFields:
+    metric: metrics
+  rolling_type: None
+  show_trend_line: true
+  start_y_axis_at_zero: true
+  subheader_font_size: 0.15
+  time_grain_sqla: P1W
+  time_range: '2020-08-05T00:00:00 : 2020-09-06T00:00:00'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  time_range_fixed: false
+  url_params: {}
+  viz_type: big_number
+  y_axis_format: SMART_NUMBER
+cache_timeout: null
+uuid: 9f742bdd-cac1-468c-3a37-35c9b3cfd5bb
+version: 1.0.0
+dataset_uuid: d7438be6-6078-17dd-cf9a-56f0ef546c80
diff --git a/dashboard_export_20220131T165055/charts/Work_Location_Preference_151.yaml b/dashboard_export_20220131T165055/charts/Work_Location_Preference_151.yaml
new file mode 100644
index 0000000..51e79a6
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Work_Location_Preference_151.yaml
@@ -0,0 +1,42 @@
+slice_name: Work Location Preference
+viz_type: pie
+params:
+  adhoc_filters:
+  - clause: WHERE
+    comparator: '0'
+    expressionType: SIMPLE
+    filterOptionName: filter_qzz67uip1ue_jw3rr6tzo3a
+    isExtra: false
+    isNew: false
+    operator: ==
+    sqlExpression: null
+    subject: is_software_dev
+  color_scheme: supersetColors
+  datasource: 42__table
+  donut: true
+  granularity_sqla: time_start
+  groupby:
+  - job_location_preference
+  innerRadius: 44
+  labels_outside: true
+  metric: count
+  number_format: SMART_NUMBER
+  outerRadius: 69
+  label_type: key
+  queryFields:
+    groupby: groupby
+    metric: metrics
+  row_limit: null
+  show_labels: true
+  show_legend: false
+  slice_id: 1370
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  url_params: {}
+  viz_type: pie
+cache_timeout: null
+uuid: e6b09c28-98cf-785f-4caf-320fd4fca802
+version: 1.0.0
+dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
diff --git a/dashboard_export_20220131T165055/charts/Worlds_Pop_Growth_404.yaml b/dashboard_export_20220131T165055/charts/Worlds_Pop_Growth_404.yaml
new file mode 100644
index 0000000..5c3a632
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Worlds_Pop_Growth_404.yaml
@@ -0,0 +1,27 @@
+slice_name: World's Pop Growth
+viz_type: area
+params:
+  compare_lag: '10'
+  compare_suffix: o10Y
+  country_fieldtype: cca3
+  entity: country_code
+  granularity_sqla: year
+  groupby:
+  - region
+  limit: '25'
+  markup_type: markdown
+  metrics:
+  - sum__SP_POP_TOTL
+  row_limit: 50000
+  show_bubbles: true
+  since: '1960-01-01'
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: now
+  viz_type: area
+cache_timeout: null
+uuid: 2d000220-09b2-49f2-91c2-9734ecce7d5a
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/Worlds_Population_398.yaml b/dashboard_export_20220131T165055/charts/Worlds_Population_398.yaml
new file mode 100644
index 0000000..83c3512
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/Worlds_Population_398.yaml
@@ -0,0 +1,25 @@
+slice_name: World's Population
+viz_type: big_number
+params:
+  compare_lag: '10'
+  compare_suffix: over 10Y
+  country_fieldtype: cca3
+  entity: country_code
+  granularity_sqla: year
+  groupby: []
+  limit: '25'
+  markup_type: markdown
+  metric: sum__SP_POP_TOTL
+  row_limit: 50000
+  show_bubbles: true
+  since: '2000'
+  time_range: '2014-01-01 : 2014-01-02'
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  until: '2014-01-02'
+  viz_type: big_number
+cache_timeout: null
+uuid: 5b26ae8c-5654-4b87-b618-f4953be0853f
+version: 1.0.0
+dataset_uuid: ccb17626-232d-47f3-ad09-0f01792aff4c
diff --git a/dashboard_export_20220131T165055/charts/of_Games_That_Hit_100k_in_Sales_By_Release_Year_147.yaml b/dashboard_export_20220131T165055/charts/of_Games_That_Hit_100k_in_Sales_By_Release_Year_147.yaml
new file mode 100644
index 0000000..f75affc
--- /dev/null
+++ b/dashboard_export_20220131T165055/charts/of_Games_That_Hit_100k_in_Sales_By_Release_Year_147.yaml
@@ -0,0 +1,76 @@
+slice_name: '# of Games That Hit 100k in Sales By Release Year'
+viz_type: treemap
+params:
+  adhoc_filters: []
+  color_scheme: supersetColors
+  datasource: 21__table
+  granularity_sqla: year
+  groupby:
+  - platform
+  label_colors:
+    '2600': '#D1C6BC'
+    3DO: '#A38F79'
+    3DS: '#B2B2B2'
+    Action: '#ACE1C4'
+    Adventure: '#5AC189'
+    COUNT(*): '#1FA8C9'
+    DC: '#666666'
+    DS: '#E04355'
+    Fighting: '#D1C6BC'
+    GB: '#A1A6BD'
+    GBA: '#A868B7'
+    GC: '#D3B3DA'
+    GEN: '#FF7F44'
+    GG: '#8FD3E4'
+    Microsoft Game Studios: '#FCC700'
+    Misc: '#D3B3DA'
+    N64: '#EFA1AA'
+    NES: '#FEC0A1'
+    NG: '#FCC700'
+    Nintendo: '#666666'
+    PC: '#8FD3E4'
+    PCFX: '#A1A6BD'
+    PS: '#FCC700'
+    PS2: '#454E7C'
+    PS3: '#FF7F44'
+    PS4: '#A38F79'
+    PSP: '#3CCCCB'
+    PSV: '#454E7C'
+    Platform: '#FDE380'
+    Puzzle: '#454E7C'
+    Racing: '#9EE5E5'
+    Role-Playing: '#EFA1AA'
+    SAT: '#5AC189'
+    SCD: '#E04355'
+    SNES: '#FDE380'
+    Shooter: '#B2B2B2'
+    Simulation: '#1FA8C9'
+    Sports: '#FEC0A1'
+    Strategy: '#FF7F44'
+    TG16: '#3CCCCB'
+    Take-Two Interactive: '#E04355'
+    WS: '#A868B7'
+    Wii: '#666666'
+    WiiU: '#1FA8C9'
+    X360: '#5AC189'
+    XB: '#ACE1C4'
+    XOne: '#9EE5E5'
+  metrics:
+  - count
+  number_format: SMART_NUMBER
+  queryFields:
+    groupby: groupby
+    metrics: metrics
+  row_limit: 10
+  slice_id: 661
+  time_range: No filter
+  time_range_endpoints:
+  - inclusive
+  - exclusive
+  treemap_ratio: 1.618033988749895
+  url_params: {}
+  viz_type: treemap
+cache_timeout: null
+uuid: 2b69887b-23e3-b46d-d38c-8ea11856c555
+version: 1.0.0
+dataset_uuid: 53d47c0c-c03d-47f0-b9ac-81225f808283
diff --git a/dashboard_export_20220131T165055/dashboards/COVID_Vaccine_Dashboard.yaml b/dashboard_export_20220131T165055/dashboards/COVID_Vaccine_Dashboard.yaml
new file mode 100644
index 0000000..013d346
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/COVID_Vaccine_Dashboard.yaml
@@ -0,0 +1,317 @@
+dashboard_title: COVID Vaccine Dashboard
+description: null
+css: ''
+slug: null
+uuid: f4065089-110a-41fa-8dd7-9ce98a65e250
+position:
+  CHART-63bEuxjDMJ:
+    children: []
+    id: CHART-63bEuxjDMJ
+    meta:
+      chartId: 104
+      height: 72
+      sliceName: Vaccine Candidates per Country
+      sliceNameOverride: Map of Vaccine Candidates
+      uuid: ddc91df6-fb40-4826-bdca-16b85af1c024
+      width: 12
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    - ROW-zvw7luvEL
+    type: CHART
+  CHART-F-fkth0Dnv:
+    children: []
+    id: CHART-F-fkth0Dnv
+    meta:
+      chartId: 111
+      height: 60
+      sliceName: Vaccine Candidates per Country
+      sliceNameOverride: Treemap of Vaccine Candidates per Country
+      uuid: e2f5a8a7-feb0-4f79-bc6b-01fe55b98b3c
+      width: 8
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    - ROW-xSeNAspgw
+    type: CHART
+  CHART-RjD_ygqtwH:
+    children: []
+    id: CHART-RjD_ygqtwH
+    meta:
+      chartId: 127
+      height: 72
+      sliceName: Vaccine Candidates per Phase
+      sliceNameOverride: Vaccine Candidates per Phase
+      uuid: 30b73c65-85e7-455f-bb24-801bb0cdc670
+      width: 3
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    - ROW-zvw7luvEL
+    type: CHART
+  CHART-aGfmWtliqA:
+    children: []
+    id: CHART-aGfmWtliqA
+    meta:
+      chartId: 134
+      height: 72
+      sliceName: Vaccine Candidates per Phase
+      uuid: 392f293e-0892-4316-bd41-c927b65606a4
+      width: 5
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    - ROW-zvw7luvEL
+    type: CHART
+  CHART-j4hUvP5dDD:
+    children: []
+    id: CHART-j4hUvP5dDD
+    meta:
+      chartId: 95
+      height: 82
+      sliceName: Vaccine Candidates per Approach & Stage
+      sliceNameOverride: Heatmap of Aproaches & Clinical Stages
+      uuid: 0c953c84-0c9a-418d-be9f-2894d2a2cee0
+      width: 4
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    - ROW-dieUdkeUw
+    type: CHART
+  CHART-dCUpAcPsji:
+    children: []
+    id: CHART-dCUpAcPsji
+    meta:
+      chartId: 122
+      height: 72
+      sliceName: Vaccine Candidates per Country & Stage
+      sliceNameOverride: Heatmap of Countries & Clinical Stages
+      uuid: cd111331-d286-4258-9020-c7949a109ed2
+      width: 4
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    - ROW-dieUdkeUw
+    type: CHART
+  CHART-eirDduqb1A:
+    children: []
+    id: CHART-eirDduqb1A
+    meta:
+      chartId: 139
+      height: 60
+      sliceName: Filtering Vaccines
+      sliceNameOverride: Filter Box of Vaccines
+      uuid: c29381ce-0e99-4cf3-bf0f-5f55d6b94176
+      width: 4
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    - ROW-xSeNAspgw
+    type: CHART
+  DASHBOARD_VERSION_KEY: v2
+  GRID_ID:
+    children: []
+    id: GRID_ID
+    parents:
+    - ROOT_ID
+    type: GRID
+  HEADER_ID:
+    id: HEADER_ID
+    meta:
+      text: COVID Vaccine Dashboard
+    type: HEADER
+  MARKDOWN-VjQQ5SFj5v:
+    children: []
+    id: MARKDOWN-VjQQ5SFj5v
+    meta:
+      code: '# COVID-19 Vaccine Dashboard
+
+
+        Everywhere you look, you see negative news about COVID-19. This is to be expected;
+        it''''s been a brutal year and this disease is no joke. This dashboard hopes
+        to use visualization to inject some optimism about the coming return to normalcy
+        we enjoyed before 2020! There''''s lots to be optimistic about:
+
+
+        - the sheer volume of attempts to fund the R&D needed to produce and bring
+        an effective vaccine to market
+
+        - the large number of countries involved in at least one vaccine candidate
+        (and the diversity of economic status of these countries)
+
+        - the diversity of vaccine approaches taken
+
+        - the fact that 2 vaccines have already been approved (and a hundreds of thousands
+        of patients have already been vaccinated)
+
+
+        ### The Dataset
+
+
+        This dashboard is powered by data maintained by the Millken Institute ([link
+        to dataset](https://airtable.com/shrSAi6t5WFwqo3GM/tblEzPQS5fnc0FHYR/viwDBH7b6FjmIBX5x?blocks=bipZFzhJ7wHPv7x9z)).
+        We researched each vaccine candidate and added our own best guesses for the
+        country responsible for each vaccine effort.
+
+
+        _Note that this dataset was last updated on 07/2021_.
+
+
+        '
+      height: 72
+      width: 4
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    - ROW-zhOlQLQnB
+    type: MARKDOWN
+  CHART-fYo7IyvKZQ:
+    children: []
+    id: CHART-fYo7IyvKZQ
+    meta:
+      chartId: 121
+      height: 72
+      sliceName: Vaccine Candidates per Country & Stage
+      sliceNameOverride: Sunburst of Country & Clinical Stages
+      uuid: f69c556f-15fe-4a82-a8bb-69d5b6954123
+      width: 4
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    - ROW-dieUdkeUw
+    type: CHART
+  ROOT_ID:
+    children:
+    - TABS-wUKya7eQ0Z
+    id: ROOT_ID
+    type: ROOT
+  ROW-zhOlQLQnB:
+    children:
+    - MARKDOWN-VjQQ5SFj5v
+    - CHART-RjD_ygqtwH
+    - CHART-aGfmWtliqA
+    id: ROW-zhOlQLQnB
+    meta:
+      '0': ROOT_ID
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    type: ROW
+  ROW-xSeNAspgw:
+    children:
+    - CHART-eirDduqb1A
+    - CHART-F-fkth0Dnv
+    id: ROW-xSeNAspgw
+    meta:
+      '0': ROOT_ID
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    type: ROW
+  ROW-dieUdkeUw:
+    children:
+    - CHART-dCUpAcPsji
+    - CHART-fYo7IyvKZQ
+    - CHART-j4hUvP5dDD
+    id: ROW-dieUdkeUw
+    meta:
+      '0': ROOT_ID
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    type: ROW
+  ROW-zvw7luvEL:
+    children:
+    - CHART-63bEuxjDMJ
+    id: ROW-zvw7luvEL
+    meta:
+      '0': ROOT_ID
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    - TAB-BCIJF4NvgQ
+    type: ROW
+  TAB-BCIJF4NvgQ:
+    children:
+    - ROW-zhOlQLQnB
+    - ROW-xSeNAspgw
+    - ROW-zvw7luvEL
+    - ROW-dieUdkeUw
+    id: TAB-BCIJF4NvgQ
+    meta:
+      text: Overview
+    parents:
+    - ROOT_ID
+    - TABS-wUKya7eQ0Z
+    type: TAB
+  TABS-wUKya7eQ0Z:
+    children:
+    - TAB-BCIJF4NvgQ
+    id: TABS-wUKya7eQ0Z
+    meta: {}
+    parents:
+    - ROOT_ID
+    type: TABS
+metadata:
+  timed_refresh_immune_slices: []
+  expanded_slices: {}
+  refresh_frequency: 0
+  default_filters: '{}'
+  color_scheme: supersetColors
+  label_colors:
+    '0': '#D3B3DA'
+    '1': '#9EE5E5'
+    0. Pre-clinical: '#1FA8C9'
+    2. Phase II or Combined I/II: '#454E7C'
+    1. Phase I: '#5AC189'
+    3. Phase III: '#FF7F44'
+    4. Authorized: '#666666'
+    root: '#1FA8C9'
+    Protein subunit: '#454E7C'
+    Phase II: '#5AC189'
+    Pre-clinical: '#FF7F44'
+    Phase III: '#666666'
+    Phase I: '#E04355'
+    Phase I/II: '#FCC700'
+    Inactivated virus: '#A868B7'
+    Virus-like particle: '#3CCCCB'
+    Replicating bacterial vector: '#A38F79'
+    DNA-based: '#8FD3E4'
+    RNA-based vaccine: '#A1A6BD'
+    Authorized: '#ACE1C4'
+    Non-replicating viral vector: '#FEC0A1'
+    Replicating viral vector: '#B2B2B2'
+    Unknown: '#EFA1AA'
+    Live attenuated virus: '#FDE380'
+    COUNT(*): '#D1C6BC'
+  filter_scopes:
+    '139':
+      Country_Name:
+        scope:
+        - ROOT_ID
+        immune: []
+      Product_Category:
+        scope:
+        - ROOT_ID
+        immune: []
+      Clinical Stage:
+        scope:
+        - ROOT_ID
+        immune: []
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/dashboards/FCC_New_Coder_Survey_2018.yaml b/dashboard_export_20220131T165055/dashboards/FCC_New_Coder_Survey_2018.yaml
new file mode 100644
index 0000000..614c4be
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/FCC_New_Coder_Survey_2018.yaml
@@ -0,0 +1,763 @@
+dashboard_title: FCC New Coder Survey 2018
+description: null
+css: ''
+slug: null
+uuid: 5b12b583-8204-08e9-392c-422209c29787
+position:
+  CHART--0GPGmD-pO:
+    children: []
+    id: CHART--0GPGmD-pO
+    meta:
+      chartId: 131
+      height: 48
+      sliceName: 'Current Developers: Is this your first development job?'
+      sliceNameOverride: Is this your first development job?
+      uuid: bfe5a8e6-146f-ef59-5e6c-13d519b236a8
+      width: 2
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    - ROW-b7USYEngT
+    type: CHART
+  CHART--w_Br1tPP3:
+    children: []
+    id: CHART--w_Br1tPP3
+    meta:
+      chartId: 109
+      height: 51
+      sliceName: "\u2708\uFE0F Relocation ability"
+      uuid: a6dd2d5a-2cdc-c8ec-f30c-85920f4f8a65
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    - ROW-DR80aHJA2c
+    type: CHART
+  CHART-0-zzTwBINh:
+    children: []
+    id: CHART-0-zzTwBINh
+    meta:
+      chartId: 102
+      height: 49
+      sliceName: Last Year Income Distribution
+      uuid: a2ec5256-94b4-43c4-b8c7-b83f70c5d4df
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    - ROW-b7USYEngT
+    type: CHART
+  CHART-37fu7fO6Z0:
+    children: []
+    id: CHART-37fu7fO6Z0
+    meta:
+      chartId: 140
+      height: 69
+      sliceName: Degrees vs Income
+      uuid: 02f546ae-1bf4-bd26-8bc2-14b9279c8a62
+      width: 7
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    - ROW-kNjtGVFpp
+    type: CHART
+  CHART-5QwNlSbXYU:
+    children: []
+    id: CHART-5QwNlSbXYU
+    meta:
+      chartId: 106
+      height: 69
+      sliceName: Commute Time
+      uuid: 097c05c9-2dd2-481d-813d-d6c0c12b4a3d
+      width: 5
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    - ROW-kNjtGVFpp
+    type: CHART
+  CHART-FKuVqq4kaA:
+    children: []
+    id: CHART-FKuVqq4kaA
+    meta:
+      chartId: 151
+      height: 50
+      sliceName: Work Location Preference
+      sliceNameOverride: Work Location Preference
+      uuid: e6b09c28-98cf-785f-4caf-320fd4fca802
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    - ROW-DR80aHJA2c
+    type: CHART
+  CHART-JnpdZOhVer:
+    children: []
+    id: CHART-JnpdZOhVer
+    meta:
+      chartId: 107
+      height: 50
+      sliceName: "\U0001F393 Highest degree held"
+      uuid: 9f7d2b9c-6b3a-69f9-f03e-d3a141514639
+      width: 2
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    - ROW--BIzjz9F0
+    - COLUMN-IEKAo_QJlz
+    type: CHART
+  CHART-LjfhrUkEef:
+    children: []
+    id: CHART-LjfhrUkEef
+    meta:
+      chartId: 99
+      height: 68
+      sliceName: First Time Developer & Commute Time
+      uuid: 067c4a1e-ae03-4c0c-8e2a-d2c0f4bf43c3
+      width: 5
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    - ROW-s3l4os7YY
+    type: CHART
+  CHART-Q3pbwsH3id:
+    children: []
+    id: CHART-Q3pbwsH3id
+    meta:
+      chartId: 97
+      height: 50
+      sliceName: Are you an ethnic minority in your city?
+      sliceNameOverride: Minority Status (in their city)
+      uuid: def07750-b5c0-0b69-6228-cb2330916166
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-mOvr_xWm1
+    type: CHART
+  CHART-QVql08s5Bv:
+    children: []
+    id: CHART-QVql08s5Bv
+    meta:
+      chartId: 112
+      height: 50
+      sliceName: First Time Developer?
+      uuid: edc75073-8f33-4123-a28d-cd6dfb33cade
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    - ROW-b7USYEngT
+    type: CHART
+  CHART-UtSaz4pfV6:
+    children: []
+    id: CHART-UtSaz4pfV6
+    meta:
+      chartId: 118
+      height: 50
+      sliceName: Age distribution of respondents
+      uuid: 5f1ea868-604e-f69d-a241-5daa83ff33be
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-UsW-_RPAb
+    - COLUMN-OJ5spdMmNh
+    type: CHART
+  CHART-VvFbGxi3X_:
+    children: []
+    id: CHART-VvFbGxi3X_
+    meta:
+      chartId: 129
+      height: 62
+      sliceName: Top 15 Languages Spoken at Home
+      uuid: 03a74c97-52fc-cf87-233c-d4275f8c550c
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-UsW-_RPAb
+    - COLUMN-OJ5spdMmNh
+    type: CHART
+  CHART-XHncHuS5pZ:
+    children: []
+    id: CHART-XHncHuS5pZ
+    meta:
+      chartId: 144
+      height: 41
+      sliceName: Number of Aspiring Developers
+      sliceNameOverride: What type of work would you prefer?
+      uuid: a0e5329f-224e-6fc8-efd2-d37d0f546ee8
+      width: 2
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    - ROW-DR80aHJA2c
+    type: CHART
+  CHART-YSzS5GOOLf:
+    children: []
+    id: CHART-YSzS5GOOLf
+    meta:
+      chartId: 143
+      height: 54
+      sliceName: Ethnic Minority & Gender
+      uuid: 4880e4f4-b701-4be0-86f3-e7e89432e83b
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-mOvr_xWm1
+    type: CHART
+  CHART-ZECnzPz8Bi:
+    children: []
+    id: CHART-ZECnzPz8Bi
+    meta:
+      chartId: 113
+      height: 74
+      sliceName: Location of Current Developers
+      uuid: 5596e0f6-78a9-465d-8325-7139c794a06a
+      width: 7
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    - ROW-s3l4os7YY
+    type: CHART
+  CHART-aytwlT4GAq:
+    children: []
+    id: CHART-aytwlT4GAq
+    meta:
+      chartId: 130
+      height: 50
+      sliceName: Breakdown of Developer Type
+      uuid: b8386be8-f44e-6535-378c-2aa2ba461286
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-y-GwJPgxLr
+    type: CHART
+  CHART-d6vjW6rC6V:
+    children: []
+    id: CHART-d6vjW6rC6V
+    meta:
+      chartId: 124
+      height: 54
+      sliceName: Filter Segments
+      sliceNameOverride: Filter By
+      uuid: 6420629a-ce74-2c6b-ef7d-b2e78baa3cfe
+      width: 5
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-y-GwJPgxLr
+    type: CHART
+  CHART-fLpTSAHpAO:
+    children: []
+    id: CHART-fLpTSAHpAO
+    meta:
+      chartId: 146
+      height: 118
+      sliceName: Country of Citizenship
+      uuid: 2ba66056-a756-d6a3-aaec-0c243fb7062e
+      width: 9
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-UsW-_RPAb
+    type: CHART
+  CHART-lQVSAw0Or3:
+    children: []
+    id: CHART-lQVSAw0Or3
+    meta:
+      chartId: 132
+      height: 100
+      sliceName: How do you prefer to work?
+      sliceNameOverride: Preferred Employment Style vs Degree
+      uuid: cb8998ab-9f93-4f0f-4e4b-3bfe4b0dea9d
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    - ROW--BIzjz9F0
+    type: CHART
+  CHART-o-JPAWMZK-:
+    children: []
+    id: CHART-o-JPAWMZK-
+    meta:
+      chartId: 148
+      height: 50
+      sliceName: Gender
+      uuid: 0f6b447c-828c-e71c-87ac-211bc412b214
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-mOvr_xWm1
+    type: CHART
+  CHART-v22McUFMtx:
+    children: []
+    id: CHART-v22McUFMtx
+    meta:
+      chartId: 108
+      height: 52
+      sliceName: How much do you expect to earn? ($0 - 100k)
+      sliceNameOverride: "\U0001F4B2Expected Income (excluding outliers)"
+      uuid: 6d0ceb30-2008-d19c-d285-cf77dc764433
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    - ROW--BIzjz9F0
+    - COLUMN-IEKAo_QJlz
+    type: CHART
+  CHART-wxWVtlajRF:
+    children: []
+    id: CHART-wxWVtlajRF
+    meta:
+      chartId: 93
+      height: 104
+      sliceName: Preferred Employment Style
+      uuid: bff88053-ccc4-92f2-d6f5-de83e950e8cd
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    - ROW--BIzjz9F0
+    type: CHART
+  COLUMN-IEKAo_QJlz:
+    children:
+    - CHART-JnpdZOhVer
+    - CHART-v22McUFMtx
+    id: COLUMN-IEKAo_QJlz
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    - ROW--BIzjz9F0
+    type: COLUMN
+  COLUMN-OJ5spdMmNh:
+    children:
+    - CHART-VvFbGxi3X_
+    - CHART-UtSaz4pfV6
+    id: COLUMN-OJ5spdMmNh
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-UsW-_RPAb
+    type: COLUMN
+  DASHBOARD_VERSION_KEY: v2
+  GRID_ID:
+    children:
+    - TABS-L-d9eyOE-b
+    id: GRID_ID
+    parents:
+    - ROOT_ID
+    type: GRID
+  HEADER_ID:
+    id: HEADER_ID
+    meta:
+      text: FCC New Coder Survey 2018
+    type: HEADER
+  MARKDOWN-BUmyHM2s0x:
+    children: []
+    id: MARKDOWN-BUmyHM2s0x
+    meta:
+      code: '# Aspiring Developers
+
+
+        The mission of FreeCodeCamp is to "help people learn to code for free". With
+        this in mind, it''s no surprise that ~83% of this survey''s respondents fall
+        into the **Aspiring Developer** category.
+
+
+        In this tab, we use visualization to explore:
+
+
+        - Interest in relocating for work
+
+        - Preferences around work location & style
+
+        - Distribution of expected income
+
+        - Distribution of highest degree held
+
+        - Heatmap of highest degree held vs employment style preference'
+      height: 50
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    - ROW-DR80aHJA2c
+    type: MARKDOWN
+  MARKDOWN-NQmSPDOtpl:
+    children: []
+    id: MARKDOWN-NQmSPDOtpl
+    meta:
+      code: '# Current Developers
+
+
+        While majority of the students on FCC are Aspiring developers, there''s a
+        nontrivial minority that''s there to continue leveling up their skills (17%
+        of the survey respondents).
+
+
+        Based on how respondents self-identified in the start of the survey, they
+        were asked different questions. In this tab, we use visualizations to explore:
+
+
+        - The buckets of commute team these developers encounter
+
+        - The proportion of developers whose current job is their first developer
+        job
+
+        - Distribution of last year''s income
+
+        - The geographic distribution of these developers
+
+        - The overlap between commute time and if their current job is their first
+        developer job
+
+        - Potential link between highest degree earned and last year''s income'
+      height: 50
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    - ROW-b7USYEngT
+    type: MARKDOWN
+  MARKDOWN-__u6CsUyfh:
+    children: []
+    id: MARKDOWN-__u6CsUyfh
+    meta:
+      code: '## FreeCodeCamp New Coder Survey 2018
+
+
+        Every year, FCC surveys its user base (mostly budding softwware developers)
+        to learn more about their interests, backgrounds, goals, job status, and socioeconomic
+        features. This dashboard visualizes survey data from the 2018 survey.
+
+
+        - [Survey link](https://freecodecamp.typeform.com/to/S3UeD9)
+
+        - [Dataset](https://github.com/freeCodeCamp/2018-new-coder-survey)
+
+        - [FCC Blog Post](https://www.freecodecamp.org/news/we-asked-20-000-people-who-they-are-and-how-theyre-learning-to-code-fff5d668969/)'
+      height: 45
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-y-GwJPgxLr
+    type: MARKDOWN
+  MARKDOWN-zc2mWxZeox:
+    children: []
+    id: MARKDOWN-zc2mWxZeox
+    meta:
+      code: "# Demographics\n\nFreeCodeCamp is a completely-online community of people\
+        \ learning to code and consists of aspiring & current developers from all\
+        \ over the world. That doesn't necessarily mean that acccess to these types\
+        \ of opportunities are evenly distributed. \n\nThe following charts can begin\
+        \ to help us understand:\n\n- the original citizenship of the survey respondents\n\
+        - minority representation among both aspiring and current developers\n- their\
+        \ age distribution\n- household languages"
+      height: 52
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    - ROW-mOvr_xWm1
+    type: MARKDOWN
+  ROOT_ID:
+    children:
+    - GRID_ID
+    id: ROOT_ID
+    type: ROOT
+  ROW--BIzjz9F0:
+    children:
+    - COLUMN-IEKAo_QJlz
+    - CHART-lQVSAw0Or3
+    - CHART-wxWVtlajRF
+    id: ROW--BIzjz9F0
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    type: ROW
+  ROW-DR80aHJA2c:
+    children:
+    - MARKDOWN-BUmyHM2s0x
+    - CHART-XHncHuS5pZ
+    - CHART--w_Br1tPP3
+    - CHART-FKuVqq4kaA
+    id: ROW-DR80aHJA2c
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-YT6eNksV-
+    type: ROW
+  ROW-UsW-_RPAb:
+    children:
+    - COLUMN-OJ5spdMmNh
+    - CHART-fLpTSAHpAO
+    id: ROW-UsW-_RPAb
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    type: ROW
+  ROW-b7USYEngT:
+    children:
+    - MARKDOWN-NQmSPDOtpl
+    - CHART--0GPGmD-pO
+    - CHART-QVql08s5Bv
+    - CHART-0-zzTwBINh
+    id: ROW-b7USYEngT
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    type: ROW
+  ROW-kNjtGVFpp:
+    children:
+    - CHART-5QwNlSbXYU
+    - CHART-37fu7fO6Z0
+    id: ROW-kNjtGVFpp
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    type: ROW
+  ROW-mOvr_xWm1:
+    children:
+    - MARKDOWN-zc2mWxZeox
+    - CHART-Q3pbwsH3id
+    - CHART-o-JPAWMZK-
+    - CHART-YSzS5GOOLf
+    id: ROW-mOvr_xWm1
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    type: ROW
+  ROW-s3l4os7YY:
+    children:
+    - CHART-LjfhrUkEef
+    - CHART-ZECnzPz8Bi
+    id: ROW-s3l4os7YY
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-l_9I0aNYZ
+    type: ROW
+  ROW-y-GwJPgxLr:
+    children:
+    - MARKDOWN-__u6CsUyfh
+    - CHART-aytwlT4GAq
+    - CHART-d6vjW6rC6V
+    id: ROW-y-GwJPgxLr
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    - TAB-AsMaxdYL_t
+    type: ROW
+  TAB-AsMaxdYL_t:
+    children:
+    - ROW-y-GwJPgxLr
+    - ROW-mOvr_xWm1
+    - ROW-UsW-_RPAb
+    id: TAB-AsMaxdYL_t
+    meta:
+      text: Overview
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    type: TAB
+  TAB-YT6eNksV-:
+    children:
+    - ROW-DR80aHJA2c
+    - ROW--BIzjz9F0
+    id: TAB-YT6eNksV-
+    meta:
+      text: "\U0001F680 Aspiring Developers"
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    type: TAB
+  TAB-l_9I0aNYZ:
+    children:
+    - ROW-b7USYEngT
+    - ROW-kNjtGVFpp
+    - ROW-s3l4os7YY
+    id: TAB-l_9I0aNYZ
+    meta:
+      text: "\U0001F4BB Current Developers"
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - TABS-L-d9eyOE-b
+    type: TAB
+  TABS-L-d9eyOE-b:
+    children:
+    - TAB-AsMaxdYL_t
+    - TAB-YT6eNksV-
+    - TAB-l_9I0aNYZ
+    id: TABS-L-d9eyOE-b
+    meta: {}
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    type: TABS
+metadata:
+  timed_refresh_immune_slices: []
+  expanded_slices: {}
+  refresh_frequency: 0
+  default_filters: '{}'
+  color_scheme: supersetColors
+  filter_scopes:
+    '124':
+      Ethnic Minority:
+        scope:
+        - TAB-AsMaxdYL_t
+        immune: []
+      gender:
+        scope:
+        - ROOT_ID
+        immune: []
+      Developer Type:
+        scope:
+        - ROOT_ID
+        immune: []
+      lang_at_home:
+        scope:
+        - ROOT_ID
+        immune: []
+      country_live:
+        scope:
+        - ROOT_ID
+        immune: []
+  label_colors:
+    '0': '#FCC700'
+    '1': '#A868B7'
+    '15': '#3CCCCB'
+    '30': '#A38F79'
+    '45': '#8FD3E4'
+    age: '#1FA8C9'
+    Yes,: '#1FA8C9'
+    Female: '#454E7C'
+    Prefer: '#5AC189'
+    No,: '#FF7F44'
+    Male: '#666666'
+    Prefer not to say: '#E04355'
+    Ph.D.: '#FCC700'
+    associate's degree: '#A868B7'
+    bachelor's degree: '#3CCCCB'
+    high school diploma or equivalent (GED): '#A38F79'
+    master's degree (non-professional): '#8FD3E4'
+    no high school (secondary school): '#A1A6BD'
+    professional degree (MBA, MD, JD, etc.): '#ACE1C4'
+    some college credit, no degree: '#FEC0A1'
+    some high school: '#B2B2B2'
+    trade, technical, or vocational training: '#EFA1AA'
+    No, not an ethnic minority: '#1FA8C9'
+    Yes, an ethnic minority: '#454E7C'
+    <NULL>: '#5AC189'
+    'Yes': '#FF7F44'
+    'No': '#666666'
+    last_yr_income: '#E04355'
+    More: '#A1A6BD'
+    Less: '#ACE1C4'
+    I: '#FEC0A1'
+    expected_earn: '#B2B2B2'
+    'Yes: Willing To': '#EFA1AA'
+    'No: Not Willing to': '#FDE380'
+    No Answer: '#D3B3DA'
+    In an Office (with Other Developers): '#9EE5E5'
+    No Preference: '#D1C6BC'
+    From Home: '#1FA8C9'
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/dashboards/Misc_Charts.yaml b/dashboard_export_20220131T165055/dashboards/Misc_Charts.yaml
new file mode 100644
index 0000000..4c00177
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/Misc_Charts.yaml
@@ -0,0 +1,218 @@
+dashboard_title: Misc Charts
+description: null
+css: null
+slug: misc_charts
+uuid: 86381873-2be1-4cd4-8f48-3d7853fc6590
+position:
+  CHART-BkeVbh8ANQ:
+    children: []
+    id: CHART-BkeVbh8ANQ
+    meta:
+      chartId: 423
+      height: 34
+      sliceName: Multi Line
+      width: 8
+      uuid: 07d67f3c-2491-4167-b678-8da67fd9654e
+    type: CHART
+  CHART-H1HYNzEANX:
+    children: []
+    id: CHART-H1HYNzEANX
+    meta:
+      chartId: 395
+      height: 50
+      sliceName: Energy Sankey
+      width: 6
+      uuid: 3d726e13-7a09-4ae9-93ab-1d2858d103ff
+    type: CHART
+  CHART-HJOYVMV0E7:
+    children: []
+    id: CHART-HJOYVMV0E7
+    meta:
+      chartId: 419
+      height: 63
+      sliceName: Mapbox Long/Lat
+      width: 6
+      uuid: 2fd3d10e-1d9c-4323-a93f-0b23ce402c40
+    type: CHART
+  CHART-S1WYNz4AVX:
+    children: []
+    id: CHART-S1WYNz4AVX
+    meta:
+      chartId: 422
+      height: 25
+      sliceName: Parallel Coordinates
+      width: 4
+      uuid: f424afbf-87e3-44d9-a0ef-28cb277e9946
+    type: CHART
+  CHART-r19KVMNCE7:
+    children: []
+    id: CHART-r19KVMNCE7
+    meta:
+      chartId: 421
+      height: 34
+      sliceName: Calendar Heatmap multiformat 0
+      width: 4
+      uuid: ca75b49f-4dc5-4b70-b8bd-1203752673c5
+    type: CHART
+  CHART-rJ4K4GV04Q:
+    children: []
+    id: CHART-rJ4K4GV04Q
+    meta:
+      chartId: 396
+      height: 63
+      sliceName: Energy Force Layout
+      width: 6
+      uuid: d6502f9d-46f7-45e2-8824-926c43c3ca79
+    type: CHART
+  CHART-rkgF4G4A4X:
+    children: []
+    id: CHART-rkgF4G4A4X
+    meta:
+      chartId: 420
+      height: 25
+      sliceName: Birth in France by department in 2016
+      width: 8
+      uuid: a020c290-8058-47d9-93fd-d059657b1954
+    type: CHART
+  CHART-rywK4GVR4X:
+    children: []
+    id: CHART-rywK4GVR4X
+    meta:
+      chartId: 407
+      height: 50
+      sliceName: Heatmap
+      width: 6
+      uuid: a384d309-8830-4851-9caf-de45e6da1361
+    type: CHART
+  COLUMN-ByUFVf40EQ:
+    children:
+    - CHART-rywK4GVR4X
+    - CHART-HJOYVMV0E7
+    id: COLUMN-ByUFVf40EQ
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 6
+    type: COLUMN
+  COLUMN-rkmYVGN04Q:
+    children:
+    - CHART-rJ4K4GV04Q
+    - CHART-H1HYNzEANX
+    id: COLUMN-rkmYVGN04Q
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 6
+    type: COLUMN
+  GRID_ID:
+    children:
+    - ROW-SytNzNA4X
+    - ROW-S1MK4M4A4X
+    - ROW-HkFFEzVRVm
+    - ROW-N-AH5YSNQP
+    id: GRID_ID
+    type: GRID
+  HEADER_ID:
+    id: HEADER_ID
+    meta:
+      text: Misc Charts
+    type: HEADER
+  ROOT_ID:
+    children:
+    - GRID_ID
+    id: ROOT_ID
+    type: ROOT
+  ROW-HkFFEzVRVm:
+    children:
+    - CHART-r19KVMNCE7
+    - CHART-BkeVbh8ANQ
+    id: ROW-HkFFEzVRVm
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+  ROW-S1MK4M4A4X:
+    children:
+    - COLUMN-rkmYVGN04Q
+    - COLUMN-ByUFVf40EQ
+    id: ROW-S1MK4M4A4X
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+  ROW-SytNzNA4X:
+    children:
+    - CHART-rkgF4G4A4X
+    - CHART-S1WYNz4AVX
+    id: ROW-SytNzNA4X
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+  DASHBOARD_VERSION_KEY: v2
+  ROW-N-AH5YSNQP:
+    children:
+    - CHART-VS0OIRVC
+    - CHART-1L0D8KFA
+    - CHART-5HOOXWGW
+    - CHART-MAZORVT1
+    id: ROW-N-AH5YSNQP
+    meta:
+      '0': ROOT_ID
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+    parents:
+    - ROOT_ID
+    - GRID_ID
+  CHART-VS0OIRVC:
+    children: []
+    id: CHART-VS0OIRVC
+    meta:
+      chartId: 425
+      height: 50
+      sliceName: Number of Girls
+      uuid: 148f120f-38c1-462f-ba04-cde08dbf5466
+      width: 4
+    type: CHART
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-N-AH5YSNQP
+  CHART-1L0D8KFA:
+    children: []
+    id: CHART-1L0D8KFA
+    meta:
+      chartId: 424
+      height: 50
+      sliceName: Names Sorted by Num in California
+      uuid: 2ea9b0d1-3da6-4c62-814b-5bea68f1d57a
+      width: 4
+    type: CHART
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-N-AH5YSNQP
+  CHART-5HOOXWGW:
+    children: []
+    id: CHART-5HOOXWGW
+    meta:
+      chartId: 426
+      height: 50
+      sliceName: Pivot Table
+      uuid: 62064044-9a6c-4efc-b89f-48f0a618e6c8
+      width: 4
+    type: CHART
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-N-AH5YSNQP
+  CHART-MAZORVT1:
+    children: []
+    id: CHART-MAZORVT1
+    meta:
+      chartId: 427
+      height: 50
+      sliceName: Multi Line
+      uuid: 261d1895-02c5-4bd7-ae23-92e36f9406c0
+      width: 4
+    type: CHART
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-N-AH5YSNQP
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/dashboards/Sales_Dashboard.yaml b/dashboard_export_20220131T165055/dashboards/Sales_Dashboard.yaml
new file mode 100644
index 0000000..9a57520
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/Sales_Dashboard.yaml
@@ -0,0 +1,399 @@
+dashboard_title: Sales Dashboard
+description: null
+css: ''
+slug: null
+uuid: 04f79081-fb49-7bac-7f14-cc76cd2ad93b
+position:
+  CHART-1NOOLm5YPs:
+    children: []
+    id: CHART-1NOOLm5YPs
+    meta:
+      chartId: 136
+      height: 25
+      sliceName: Total Items Sold
+      sliceNameOverride: Total Products Sold
+      uuid: c3d643cd-fd6f-4659-a5b7-59402487a8d0
+      width: 2
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    - ROW-Tyv02UA_6W
+    - COLUMN-8Rp54B6ikC
+    type: CHART
+  CHART-AYpv8gFi_q:
+    children: []
+    id: CHART-AYpv8gFi_q
+    meta:
+      chartId: 94
+      height: 91
+      sliceName: Number of Deals (for each Combination)
+      uuid: bd20fc69-dd51-46c1-99b5-09e37a434bf1
+      width: 3
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-4fthLQmdX
+    - ROW-0l1WcDzW3
+    type: CHART
+  CHART-KKT9BsnUst:
+    children: []
+    id: CHART-KKT9BsnUst
+    meta:
+      chartId: 120
+      height: 59
+      sliceName: Quarterly Sales (By Product Line)
+      sliceNameOverride: Quarterly Revenue (By Product Line)
+      uuid: db9609e4-9b78-4a32-87a7-4d9e19d51cd8
+      width: 7
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    - ROW-oAtmu5grZ
+    type: CHART
+  CHART-OJ9aWDmn1q:
+    children: []
+    id: CHART-OJ9aWDmn1q
+    meta:
+      chartId: 128
+      height: 91
+      sliceName: Proportion of Revenue by Product Line
+      sliceNameOverride: Proportion of Monthly Revenue by Product Line
+      uuid: 08aff161-f60c-4cb3-a225-dc9b1140d2e3
+      width: 6
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-4fthLQmdX
+    - ROW-0l1WcDzW3
+    type: CHART
+  CHART-YFg-9wHE7s:
+    children: []
+    id: CHART-YFg-9wHE7s
+    meta:
+      chartId: 110
+      height: 63
+      sliceName: Seasonality of Revenue (per Product Line)
+      uuid: cf0da099-b3ab-4d94-ab62-cf353ac3c611
+      width: 6
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-4fthLQmdX
+    - ROW-E7MDSGfnm
+    type: CHART
+  CHART-_LMKI0D3tj:
+    children: []
+    id: CHART-_LMKI0D3tj
+    meta:
+      chartId: 119
+      height: 62
+      sliceName: Revenue by Deal SIze
+      sliceNameOverride: Monthly Revenue by Deal SIze
+      uuid: f065a533-2e13-42b9-bd19-801a21700dff
+      width: 6
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-4fthLQmdX
+    - ROW-E7MDSGfnm
+    type: CHART
+  CHART-id4RGv80N-:
+    children: []
+    id: CHART-id4RGv80N-
+    meta:
+      chartId: 96
+      height: 40
+      sliceName: Total Items Sold (By Product Line)
+      sliceNameOverride: Total Products Sold (By Product Line)
+      uuid: b8b7ca30-6291-44b0-bc64-ba42e2892b86
+      width: 2
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    - ROW-oAtmu5grZ
+    - COLUMN-G6_2DvG8aK
+    type: CHART
+  CHART-iyvXMcqHt9:
+    children: []
+    id: CHART-iyvXMcqHt9
+    meta:
+      chartId: 123
+      height: 39
+      sliceName: Filter
+      uuid: a5689df7-98fc-7c51-602c-ebd92dc3ec70
+      width: 2
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-4fthLQmdX
+    - ROW-0l1WcDzW3
+    - COLUMN-jlNWyWCfTC
+    type: CHART
+  CHART-j24u8ve41b:
+    children: []
+    id: CHART-j24u8ve41b
+    meta:
+      chartId: 150
+      height: 59
+      sliceName: Overall Sales (By Product Line)
+      sliceNameOverride: Total Revenue (By Product Line)
+      uuid: 09c497e0-f442-1121-c9e7-671e37750424
+      width: 3
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    - ROW-oAtmu5grZ
+    type: CHART
+  CHART-lFanAaYKBK:
+    children: []
+    id: CHART-lFanAaYKBK
+    meta:
+      chartId: 133
+      height: 26
+      sliceName: Total Revenue
+      uuid: 7b12a243-88e0-4dc5-ac33-9a840bb0ac5a
+      width: 3
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    - ROW-Tyv02UA_6W
+    - COLUMN-8Rp54B6ikC
+    type: CHART
+  CHART-vomBOiI7U9:
+    children: []
+    id: CHART-vomBOiI7U9
+    meta:
+      chartId: 103
+      height: 53
+      sliceName: Quarterly Sales
+      sliceNameOverride: Quarterly Revenue
+      uuid: 692aca26-a526-85db-c94c-411c91cc1077
+      width: 7
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    - ROW-Tyv02UA_6W
+    type: CHART
+  COLUMN-8Rp54B6ikC:
+    children:
+    - CHART-lFanAaYKBK
+    - CHART-1NOOLm5YPs
+    id: COLUMN-8Rp54B6ikC
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 2
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    - ROW-Tyv02UA_6W
+    type: COLUMN
+  COLUMN-G6_2DvG8aK:
+    children:
+    - CHART-id4RGv80N-
+    id: COLUMN-G6_2DvG8aK
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 2
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    - ROW-oAtmu5grZ
+    type: COLUMN
+  COLUMN-jlNWyWCfTC:
+    children:
+    - MARKDOWN-HrzsMmvGQo
+    - CHART-iyvXMcqHt9
+    id: COLUMN-jlNWyWCfTC
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 3
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-4fthLQmdX
+    - ROW-0l1WcDzW3
+    type: COLUMN
+  DASHBOARD_VERSION_KEY: v2
+  GRID_ID:
+    children: []
+    id: GRID_ID
+    parents:
+    - ROOT_ID
+    type: GRID
+  HEADER_ID:
+    id: HEADER_ID
+    meta:
+      text: Sales Dashboard
+    type: HEADER
+  MARKDOWN--AtDSWnapE:
+    children: []
+    id: MARKDOWN--AtDSWnapE
+    meta:
+      code: "# \U0001F697 Vehicle Sales Dashboard \U0001F3CD\n\nThis example dashboard\
+        \ provides insight into the business operations of vehicle seller. The dataset\
+        \ powering this dashboard can be found [here on Kaggle](https://www.kaggle.com/kyanyoga/sample-sales-data).\n\
+        \n### Timeline\n\nThe dataset contains data on all orders from the 2003 and\
+        \ 2004 fiscal years, and some orders from 2005.\n\n### Products Sold\n\nThis\
+        \ shop mainly sells the following products:\n\n- \U0001F697 Classic Cars\n\
+        - \U0001F3CE\uFE0F Vintage Cars\n- \U0001F3CD\uFE0F Motorcycles\n- \U0001F69A\
+        \ Trucks & Buses \U0001F68C\n- \U0001F6E9\uFE0F Planes\n- \U0001F6A2 Ships\n\
+        - \U0001F688 Trains"
+      height: 53
+      width: 3
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    - ROW-Tyv02UA_6W
+    type: MARKDOWN
+  MARKDOWN-HrzsMmvGQo:
+    children: []
+    id: MARKDOWN-HrzsMmvGQo
+    meta:
+      code: "# \U0001F50D Filter Box\n\nDashboard filters are a powerful way to enable\
+        \ teams to dive deeper into their business operations data. This filter box\
+        \ helps focus the charts along the following variables:\n\n- Time Range: Focus\
+        \ in on a specific time period (e.g. a holiday or quarter)\n- Product Line:\
+        \ Choose 1 or more product lines to see relevant sales data\n- Deal Size:\
+        \ Zoom in on small, medium, and / or large sales deals\n\nThe filter box below\
+        \ \U0001F447 is configured to only apply to the charts in this tab (**Exploratory**).\
+        \ You can customize the charts that this filter box applies to by:\n\n- entering\
+        \ Edit mode in this dashboard\n- selecting the `...` in the top right corner\n\
+        - selecting the **Set filter mapping** button"
+      height: 50
+      width: 3
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-4fthLQmdX
+    - ROW-0l1WcDzW3
+    - COLUMN-jlNWyWCfTC
+    type: MARKDOWN
+  ROOT_ID:
+    children:
+    - TABS-e5Ruro0cjP
+    id: ROOT_ID
+    type: ROOT
+  ROW-0l1WcDzW3:
+    children:
+    - COLUMN-jlNWyWCfTC
+    - CHART-OJ9aWDmn1q
+    - CHART-AYpv8gFi_q
+    id: ROW-0l1WcDzW3
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-4fthLQmdX
+    type: ROW
+  ROW-E7MDSGfnm:
+    children:
+    - CHART-YFg-9wHE7s
+    - CHART-_LMKI0D3tj
+    id: ROW-E7MDSGfnm
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-4fthLQmdX
+    type: ROW
+  ROW-Tyv02UA_6W:
+    children:
+    - COLUMN-8Rp54B6ikC
+    - CHART-vomBOiI7U9
+    - MARKDOWN--AtDSWnapE
+    id: ROW-Tyv02UA_6W
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    type: ROW
+  ROW-oAtmu5grZ:
+    children:
+    - COLUMN-G6_2DvG8aK
+    - CHART-KKT9BsnUst
+    - CHART-j24u8ve41b
+    id: ROW-oAtmu5grZ
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    - TAB-d-E0Zc1cTH
+    type: ROW
+  TAB-4fthLQmdX:
+    children:
+    - ROW-0l1WcDzW3
+    - ROW-E7MDSGfnm
+    id: TAB-4fthLQmdX
+    meta:
+      text: "\U0001F9ED Exploratory"
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    type: TAB
+  TAB-d-E0Zc1cTH:
+    children:
+    - ROW-Tyv02UA_6W
+    - ROW-oAtmu5grZ
+    id: TAB-d-E0Zc1cTH
+    meta:
+      text: "\U0001F3AF Sales Overview"
+    parents:
+    - ROOT_ID
+    - TABS-e5Ruro0cjP
+    type: TAB
+  TABS-e5Ruro0cjP:
+    children:
+    - TAB-d-E0Zc1cTH
+    - TAB-4fthLQmdX
+    id: TABS-e5Ruro0cjP
+    meta: {}
+    parents:
+    - ROOT_ID
+    type: TABS
+metadata:
+  timed_refresh_immune_slices: []
+  expanded_slices: {}
+  refresh_frequency: 0
+  default_filters: '{"123": {"__time_range": "No filter"}}'
+  filter_scopes:
+    '123':
+      ProductLine:
+        scope:
+        - TAB-4fthLQmdX
+        immune: []
+      DealSize:
+        scope:
+        - ROOT_ID
+        immune: []
+      __time_range:
+        scope:
+        - ROOT_ID
+        immune: []
+  color_scheme: supersetColors
+  label_colors:
+    Medium: '#1FA8C9'
+    Small: '#454E7C'
+    Large: '#5AC189'
+    SUM(SALES): '#1FA8C9'
+    Classic Cars: '#454E7C'
+    Vintage Cars: '#5AC189'
+    Motorcycles: '#FF7F44'
+    Trucks and Buses: '#666666'
+    Planes: '#E04355'
+    Ships: '#FCC700'
+    Trains: '#A868B7'
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/dashboards/Slack_Dashboard.yaml b/dashboard_export_20220131T165055/dashboards/Slack_Dashboard.yaml
new file mode 100644
index 0000000..5c5c6f8
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/Slack_Dashboard.yaml
@@ -0,0 +1,259 @@
+dashboard_title: Slack Dashboard
+description: null
+css: null
+slug: null
+uuid: 9726d8b0-222f-eb2c-034a-02b9f51ef5fd
+position:
+  CHART-EYIBwyUiHc:
+    children: []
+    id: CHART-EYIBwyUiHc
+    meta:
+      chartId: 141
+      height: 70
+      sliceName: Members per Channel
+      uuid: d44e416d-1647-44e4-b442-6da34b44adc4
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-PgcMF2PpB
+    type: CHART
+  CHART-FwpJA_o1-n:
+    children: []
+    id: CHART-FwpJA_o1-n
+    meta:
+      chartId: 105
+      height: 44
+      sliceName: New Members per Month
+      uuid: 92e1d712-bcf9-4d7e-9b94-26cffe502908
+      width: 2
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-aseZBdP1v
+    type: CHART
+  CHART-JhE-Y0xxgi:
+    children: []
+    id: CHART-JhE-Y0xxgi
+    meta:
+      chartId: 137
+      height: 44
+      sliceName: Top Timezones
+      sliceNameOverride: Top Timezones for Members
+      uuid: 62b7242e-decc-2d1b-7f80-c62776939d1e
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-aseZBdP1v
+    type: CHART
+  CHART-RbxP2Dl7Ad:
+    children: []
+    id: CHART-RbxP2Dl7Ad
+    meta:
+      chartId: 152
+      height: 44
+      sliceName: Weekly Messages
+      uuid: abe2c022-ceee-a60a-e601-ab93f7ee52b1
+      width: 2
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-aseZBdP1v
+    type: CHART
+  CHART-cj9KtCNRq3:
+    children: []
+    id: CHART-cj9KtCNRq3
+    meta:
+      chartId: 126
+      height: 19
+      sliceName: Number of Members
+      uuid: 7dad983b-e9f6-d2e8-91da-c2262d4e84e8
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-aseZBdP1v
+    - COLUMN-4bvhV9jxDI
+    type: CHART
+  CHART-ej0FpkKxzj:
+    children: []
+    id: CHART-ej0FpkKxzj
+    meta:
+      chartId: 101
+      height: 69
+      sliceName: Cross Channel Relationship
+      uuid: 6cb43397-5c62-4f32-bde2-95344c412b5a
+      width: 5
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-PgcMF2PpB
+    type: CHART
+  CHART-f42-kMWQPd:
+    children: []
+    id: CHART-f42-kMWQPd
+    meta:
+      chartId: 114
+      height: 68
+      sliceName: Cross Channel Relationship
+      uuid: f2a8731b-3d8c-4d86-9d33-7c0a3e64d21c
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-PgcMF2PpB
+    type: CHART
+  CHART-tMLHDtzb67:
+    children: []
+    id: CHART-tMLHDtzb67
+    meta:
+      chartId: 116
+      height: 85
+      sliceName: Messages per Channel
+      uuid: b0f11bdf-793f-473f-b7d5-b9265e657896
+      width: 12
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-y62Rf2K3m
+    type: CHART
+  CHART-vIvrauAMxV:
+    children: []
+    id: CHART-vIvrauAMxV
+    meta:
+      chartId: 98
+      height: 44
+      sliceName: Weekly Threads
+      uuid: 9f742bdd-cac1-468c-3a37-35c9b3cfd5bb
+      width: 2
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-aseZBdP1v
+    type: CHART
+  COLUMN-4bvhV9jxDI:
+    children:
+    - MARKDOWN--8u3tfVF49
+    - CHART-cj9KtCNRq3
+    id: COLUMN-4bvhV9jxDI
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 2
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-aseZBdP1v
+    type: COLUMN
+  DASHBOARD_VERSION_KEY: v2
+  GRID_ID:
+    children:
+    - ROW-aseZBdP1v
+    - ROW-y62Rf2K3m
+    - ROW-PgcMF2PpB
+    id: GRID_ID
+    parents:
+    - ROOT_ID
+    type: GRID
+  HEADER_ID:
+    id: HEADER_ID
+    meta:
+      text: Slack Dashboard
+    type: HEADER
+  MARKDOWN--8u3tfVF49:
+    children: []
+    id: MARKDOWN--8u3tfVF49
+    meta:
+      code: <iframe src="https://cdn.brandfolder.io/5H442O3W/at/pl546j-7le8zk-838dm2/Slack_RGB.svg"
+        class="iframe" scrolling="no"></iframe>
+      height: 23
+      width: 3
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-aseZBdP1v
+    - COLUMN-4bvhV9jxDI
+    type: MARKDOWN
+  ROOT_ID:
+    children:
+    - GRID_ID
+    id: ROOT_ID
+    type: ROOT
+  ROW-PgcMF2PpB:
+    children:
+    - CHART-EYIBwyUiHc
+    - CHART-f42-kMWQPd
+    - CHART-ej0FpkKxzj
+    id: ROW-PgcMF2PpB
+    meta:
+      '0': ROOT_ID
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    type: ROW
+  ROW-aseZBdP1v:
+    children:
+    - COLUMN-4bvhV9jxDI
+    - CHART-vIvrauAMxV
+    - CHART-RbxP2Dl7Ad
+    - CHART-FwpJA_o1-n
+    - CHART-JhE-Y0xxgi
+    id: ROW-aseZBdP1v
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    type: ROW
+  ROW-y62Rf2K3m:
+    children:
+    - CHART-tMLHDtzb67
+    id: ROW-y62Rf2K3m
+    meta:
+      '0': ROOT_ID
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    type: ROW
+metadata:
+  timed_refresh_immune_slices: []
+  expanded_slices: {}
+  refresh_frequency: 0
+  default_filters: '{}'
+  color_scheme: supersetColors
+  label_colors:
+    '0': '#1FA8C9'
+    '1': '#454E7C'
+    introductions: '#5AC189'
+    jobs: '#FF7F44'
+    apache-releases: '#666666'
+    commits: '#E04355'
+    dashboard-filters: '#FCC700'
+    announcements: '#A868B7'
+    general: '#3CCCCB'
+    superset_stage_alerts: '#A38F79'
+    contributing: '#8FD3E4'
+    graduation: '#A1A6BD'
+    embedd-dashboards: '#ACE1C4'
+    helm-k8-deployment: '#FEC0A1'
+    visualization_plugins: '#B2B2B2'
+    community-feedback: '#EFA1AA'
+    cypress-tests: '#FDE380'
+    product_feedback: '#D3B3DA'
+    developers: '#9EE5E5'
+    dashboard-level-access: '#D1C6BC'
+    design: '#1FA8C9'
+    feature-requests: '#454E7C'
+    localization: '#5AC189'
+    newsletter: '#FF7F44'
+    beginners: '#666666'
+    github-notifications: '#E04355'
+    superset-champions: '#FCC700'
+    superset_prod_reports: '#A868B7'
+    dashboards: '#3CCCCB'
+    pull-requests: '#A38F79'
+    support: '#8FD3E4'
+    globalnav_search: '#A1A6BD'
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/dashboards/USA_Births_Names.yaml b/dashboard_export_20220131T165055/dashboards/USA_Births_Names.yaml
new file mode 100644
index 0000000..491a432
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/USA_Births_Names.yaml
@@ -0,0 +1,260 @@
+dashboard_title: USA Births Names
+description: null
+css: null
+slug: births
+uuid: 6b7c2752-42a6-4526-940e-f1bcc0992b12
+position:
+  CHART-6GdlekVise:
+    children: []
+    id: CHART-6GdlekVise
+    meta:
+      chartId: 416
+      height: 50
+      sliceName: Top 10 Girl Name Share
+      width: 5
+      uuid: 5f36ef35-ee83-438a-b6f1-39cacbfaf030
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-eh0w37bWbR
+    type: CHART
+  CHART-6n9jxb30JG:
+    children: []
+    id: CHART-6n9jxb30JG
+    meta:
+      chartId: 411
+      height: 36
+      sliceName: Genders by State
+      width: 5
+      uuid: 794f4c0e-5829-42c7-913c-003929127444
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW--EyBZQlDi
+    type: CHART
+  CHART-Jj9qh1ol-N:
+    children: []
+    id: CHART-Jj9qh1ol-N
+    meta:
+      chartId: 415
+      height: 50
+      sliceName: Boy Name Cloud
+      width: 4
+      uuid: 0a91c85e-4d4a-40ce-a73c-e4e71ade33ca
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-kzWtcvo8R1
+    type: CHART
+  CHART-ODvantb_bF:
+    children: []
+    id: CHART-ODvantb_bF
+    meta:
+      chartId: 417
+      height: 50
+      sliceName: Top 10 Boy Name Share
+      width: 5
+      uuid: cd68b4eb-c29a-496b-900d-d1c7ab564d94
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-kzWtcvo8R1
+    type: CHART
+  CHART-PAXUUqwmX9:
+    children: []
+    id: CHART-PAXUUqwmX9
+    meta:
+      chartId: 409
+      height: 34
+      sliceName: Genders
+      width: 3
+      uuid: 171971c0-ef1b-493b-8af3-b6a61ca05593
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-2n0XgiHDgs
+    type: CHART
+  CHART-_T6n_K9iQN:
+    children: []
+    id: CHART-_T6n_K9iQN
+    meta:
+      chartId: 410
+      height: 36
+      sliceName: Trends
+      width: 7
+      uuid: 5279dcbd-fc7a-4a83-89cb-10a82e3fe91c
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW--EyBZQlDi
+    type: CHART
+  CHART-eNY0tcE_ic:
+    children: []
+    id: CHART-eNY0tcE_ic
+    meta:
+      chartId: 408
+      height: 34
+      sliceName: Participants
+      width: 3
+      uuid: 47145d1b-af1c-46f5-a149-135cc61e6afd
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-2n0XgiHDgs
+    type: CHART
+  CHART-g075mMgyYb:
+    children: []
+    id: CHART-g075mMgyYb
+    meta:
+      chartId: 412
+      height: 50
+      sliceName: Girls
+      width: 3
+      uuid: b190f11e-95d9-4174-b089-874796c40f45
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-eh0w37bWbR
+    type: CHART
+  CHART-n-zGGE6S1y:
+    children: []
+    id: CHART-n-zGGE6S1y
+    meta:
+      chartId: 413
+      height: 50
+      sliceName: Girl Name Cloud
+      width: 4
+      uuid: 135d8bcc-6e0d-45de-8831-7ec36c5602b2
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-eh0w37bWbR
+    type: CHART
+  CHART-vJIPjmcbD3:
+    children: []
+    id: CHART-vJIPjmcbD3
+    meta:
+      chartId: 414
+      height: 50
+      sliceName: Boys
+      width: 3
+      uuid: 29b46b35-d468-4988-915e-2b586879b76a
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-kzWtcvo8R1
+    type: CHART
+  DASHBOARD_VERSION_KEY: v2
+  GRID_ID:
+    children:
+    - ROW-2n0XgiHDgs
+    - ROW--EyBZQlDi
+    - ROW-eh0w37bWbR
+    - ROW-kzWtcvo8R1
+    - ROW-N-6TRA2R9B
+    id: GRID_ID
+    parents:
+    - ROOT_ID
+    type: GRID
+  HEADER_ID:
+    id: HEADER_ID
+    meta:
+      text: Births
+    type: HEADER
+  MARKDOWN-zaflB60tbC:
+    children: []
+    id: MARKDOWN-zaflB60tbC
+    meta:
+      code: <div style="text-align:center">  <h1>Birth Names Dashboard</h1>  <img
+        src="/static/assets/images/babies.png" style="width:50%;"></div>
+      height: 34
+      width: 6
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-2n0XgiHDgs
+    type: MARKDOWN
+  ROOT_ID:
+    children:
+    - GRID_ID
+    id: ROOT_ID
+    type: ROOT
+  ROW--EyBZQlDi:
+    children:
+    - CHART-_T6n_K9iQN
+    - CHART-6n9jxb30JG
+    id: ROW--EyBZQlDi
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    type: ROW
+  ROW-2n0XgiHDgs:
+    children:
+    - CHART-eNY0tcE_ic
+    - MARKDOWN-zaflB60tbC
+    - CHART-PAXUUqwmX9
+    id: ROW-2n0XgiHDgs
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    type: ROW
+  ROW-eh0w37bWbR:
+    children:
+    - CHART-g075mMgyYb
+    - CHART-n-zGGE6S1y
+    - CHART-6GdlekVise
+    id: ROW-eh0w37bWbR
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    type: ROW
+  ROW-kzWtcvo8R1:
+    children:
+    - CHART-vJIPjmcbD3
+    - CHART-Jj9qh1ol-N
+    - CHART-ODvantb_bF
+    id: ROW-kzWtcvo8R1
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    type: ROW
+  ROW-N-6TRA2R9B:
+    children:
+    - CHART-9NPIPTJO
+    id: ROW-N-6TRA2R9B
+    meta:
+      '0': ROOT_ID
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+    parents:
+    - ROOT_ID
+    - GRID_ID
+  CHART-9NPIPTJO:
+    children: []
+    id: CHART-9NPIPTJO
+    meta:
+      chartId: 418
+      height: 50
+      sliceName: Pivot Table v2
+      uuid: 1d411e94-0bda-4aa1-9511-005d587ba530
+      width: 4
+    type: CHART
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-N-6TRA2R9B
+metadata:
+  label_colors:
+    Girls: '#FF69B4'
+    Boys: '#ADD8E6'
+    girl: '#FF69B4'
+    boy: '#ADD8E6'
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/dashboards/Unicode_Test.yaml b/dashboard_export_20220131T165055/dashboards/Unicode_Test.yaml
new file mode 100644
index 0000000..a42ad22
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/Unicode_Test.yaml
@@ -0,0 +1,36 @@
+dashboard_title: Unicode Test
+description: null
+css: null
+slug: unicode-test
+uuid: 6b2de44e-7db1-4264-bfc1-ac3c00d42fad
+position:
+  CHART-Hkx6154FEm:
+    children: []
+    id: CHART-Hkx6154FEm
+    meta:
+      chartId: 138
+      height: 30
+      sliceName: slice 1
+      width: 4
+      uuid: 609e26d8-8e1e-4097-9751-931708e24ee4
+    type: CHART
+  GRID_ID:
+    children:
+    - ROW-SyT19EFEQ
+    id: GRID_ID
+    type: GRID
+  ROOT_ID:
+    children:
+    - GRID_ID
+    id: ROOT_ID
+    type: ROOT
+  ROW-SyT19EFEQ:
+    children:
+    - CHART-Hkx6154FEm
+    id: ROW-SyT19EFEQ
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+  DASHBOARD_VERSION_KEY: v2
+metadata: {}
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/dashboards/Video_Game_Sales.yaml b/dashboard_export_20220131T165055/dashboards/Video_Game_Sales.yaml
new file mode 100644
index 0000000..90d29a2
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/Video_Game_Sales.yaml
@@ -0,0 +1,427 @@
+dashboard_title: Video Game Sales
+description: null
+css: ''
+slug: null
+uuid: c7bc10f4-6a2d-7569-caae-bbc91864ee11
+position:
+  CHART-1L7NIcXvVN:
+    children: []
+    id: CHART-1L7NIcXvVN
+    meta:
+      chartId: 117
+      height: 79
+      sliceName: Games per Genre over time
+      uuid: 0f8976aa-7bb4-40c7-860b-64445a51aaaf
+      width: 6
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-2_QXp8aNq
+    - ROW-fjg6YQBkH
+    type: CHART
+  CHART-7mKdnU7OUJ:
+    children: []
+    id: CHART-7mKdnU7OUJ
+    meta:
+      chartId: 153
+      height: 80
+      sliceName: Games per Genre
+      uuid: 0499bdec-0837-44f3-ae8a-8c670de81afd
+      width: 3
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-2_QXp8aNq
+    - ROW-yP9SB89PZ
+    type: CHART
+  CHART-8OG3UJX-Tn:
+    children: []
+    id: CHART-8OG3UJX-Tn
+    meta:
+      chartId: 147
+      height: 54
+      sliceName: '# of Games That Hit 100k in Sales By Release Year'
+      sliceNameOverride: 'Top 10 Consoles, by # of Hit Games'
+      uuid: 2b69887b-23e3-b46d-d38c-8ea11856c555
+      width: 6
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    - ROW-7kAf1blYU
+    type: CHART
+  CHART-W02beJK7ms:
+    children: []
+    id: CHART-W02beJK7ms
+    meta:
+      chartId: 100
+      height: 54
+      sliceName: Publishers With Most Titles
+      sliceNameOverride: Top 10 Games (by Global Sales)
+      uuid: d20b7324-3b80-24d4-37e2-3bd583b66713
+      width: 3
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    - ROW-7kAf1blYU
+    type: CHART
+  CHART-XFag0yZdLk:
+    children: []
+    id: CHART-XFag0yZdLk
+    meta:
+      chartId: 145
+      height: 54
+      sliceName: Most Dominant Platforms
+      sliceNameOverride: Publishers of Top 25 Games
+      uuid: 1810975a-f6d4-07c3-495c-c3b535d01f21
+      width: 3
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    - ROW-7kAf1blYU
+    type: CHART
+  CHART-XRvRfsMsaQ:
+    children: []
+    id: CHART-XRvRfsMsaQ
+    meta:
+      chartId: 135
+      height: 62
+      sliceName: 'Top 10 Games: Proportion of Sales in Markets'
+      uuid: a40879d5-653a-42fe-9314-bbe88ad26e92
+      width: 6
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    - ROW-NuR8GFQTO
+    type: CHART
+  CHART-XVIYTeubZh:
+    children: []
+    id: CHART-XVIYTeubZh
+    meta:
+      chartId: 154
+      height: 80
+      sliceName: Games
+      uuid: 2a5e562b-ab37-1b9b-1de3-1be4335c8e83
+      width: 5
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-2_QXp8aNq
+    - ROW-yP9SB89PZ
+    type: CHART
+  CHART-_sx22yawJO:
+    children: []
+    id: CHART-_sx22yawJO
+    meta:
+      chartId: 115
+      height: 62
+      sliceName: Popular Genres Across Platforms
+      uuid: 326fc7e5-b7f1-448e-8a6f-80d0e7ce0b64
+      width: 6
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    - ROW-NuR8GFQTO
+    type: CHART
+  CHART-nYns6xr4Ft:
+    children: []
+    id: CHART-nYns6xr4Ft
+    meta:
+      chartId: 142
+      height: 79
+      sliceName: Total Sales per Market (Grouped by Genre)
+      uuid: d8bf948e-46fd-4380-9f9c-a950c34bcc92
+      width: 6
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-2_QXp8aNq
+    - ROW-fjg6YQBkH
+    type: CHART
+  CHART-uP9GF0z0rT:
+    children: []
+    id: CHART-uP9GF0z0rT
+    meta:
+      chartId: 149
+      height: 45
+      sliceName: Filter
+      uuid: fd9ce7ec-ae08-4f71-93e0-7c26b132b2e6
+      width: 4
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-2_QXp8aNq
+    - ROW-yP9SB89PZ
+    - COLUMN-F53B1OSMcz
+    type: CHART
+  CHART-wt6ZO8jRXZ:
+    children: []
+    id: CHART-wt6ZO8jRXZ
+    meta:
+      chartId: 125
+      height: 72
+      sliceName: Rise & Fall of Video Game Consoles
+      sliceNameOverride: Global Sales per Console
+      uuid: 83b0e2d0-d38b-d980-ed8e-e1c9846361b6
+      width: 12
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    - ROW-XT1DsNA_V
+    type: CHART
+  COLUMN-F53B1OSMcz:
+    children:
+    - MARKDOWN-7K5cBNy7qu
+    - CHART-uP9GF0z0rT
+    id: COLUMN-F53B1OSMcz
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 4
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-2_QXp8aNq
+    - ROW-yP9SB89PZ
+    type: COLUMN
+  DASHBOARD_VERSION_KEY: v2
+  GRID_ID:
+    children: []
+    id: GRID_ID
+    parents:
+    - ROOT_ID
+    type: GRID
+  HEADER_ID:
+    id: HEADER_ID
+    meta:
+      text: Video Game Sales
+    type: HEADER
+  MARKDOWN-7K5cBNy7qu:
+    children: []
+    id: MARKDOWN-7K5cBNy7qu
+    meta:
+      code: "# \U0001F93F Explore Trends\n\nDive into data on popular video games\
+        \ using the following dimensions:\n\n- Year\n- Platform\n- Publisher\n- Genre\n\
+        \nTo use the **Filter Games** box below, select values for each dimension\
+        \ you want to zoom in on and then click **Apply**. \n\nThe filter criteria\
+        \ you set in this Filter-box will apply to *all* charts in this tab."
+      height: 33
+      width: 4
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-2_QXp8aNq
+    - ROW-yP9SB89PZ
+    - COLUMN-F53B1OSMcz
+    type: MARKDOWN
+  MARKDOWN-JOZKOjVc3a:
+    children: []
+    id: MARKDOWN-JOZKOjVc3a
+    meta:
+      code: "## \U0001F3AEVideo Game Sales\n\nThis dashboard visualizes sales & platform\
+        \ data on video games that sold more than 100k copies. The data was last updated\
+        \ in early 2017.\n\n[Original dataset](https://www.kaggle.com/gregorut/videogamesales)"
+      height: 18
+      width: 12
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    - ROW-0F99WDC-sz
+    type: MARKDOWN
+  ROOT_ID:
+    children:
+    - TABS-97PVJa11D_
+    id: ROOT_ID
+    type: ROOT
+  ROW-0F99WDC-sz:
+    children:
+    - MARKDOWN-JOZKOjVc3a
+    id: ROW-0F99WDC-sz
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    type: ROW
+  ROW-7kAf1blYU:
+    children:
+    - CHART-W02beJK7ms
+    - CHART-XFag0yZdLk
+    - CHART-8OG3UJX-Tn
+    id: ROW-7kAf1blYU
+    meta:
+      '0': ROOT_ID
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    type: ROW
+  ROW-NuR8GFQTO:
+    children:
+    - CHART-_sx22yawJO
+    - CHART-XRvRfsMsaQ
+    id: ROW-NuR8GFQTO
+    meta:
+      '0': ROOT_ID
+      '1': TABS-97PVJa11D_
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    type: ROW
+  ROW-XT1DsNA_V:
+    children:
+    - CHART-wt6ZO8jRXZ
+    id: ROW-XT1DsNA_V
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-lg-5ymUDgm
+    type: ROW
+  ROW-fjg6YQBkH:
+    children:
+    - CHART-1L7NIcXvVN
+    - CHART-nYns6xr4Ft
+    id: ROW-fjg6YQBkH
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-2_QXp8aNq
+    type: ROW
+  ROW-yP9SB89PZ:
+    children:
+    - COLUMN-F53B1OSMcz
+    - CHART-XVIYTeubZh
+    - CHART-7mKdnU7OUJ
+    id: ROW-yP9SB89PZ
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    - TAB-2_QXp8aNq
+    type: ROW
+  TAB-2_QXp8aNq:
+    children:
+    - ROW-yP9SB89PZ
+    - ROW-fjg6YQBkH
+    id: TAB-2_QXp8aNq
+    meta:
+      text: "\U0001F93F Explore Trends"
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    type: TAB
+  TAB-lg-5ymUDgm:
+    children:
+    - ROW-0F99WDC-sz
+    - ROW-XT1DsNA_V
+    - ROW-7kAf1blYU
+    - ROW-NuR8GFQTO
+    id: TAB-lg-5ymUDgm
+    meta:
+      text: Overview
+    parents:
+    - ROOT_ID
+    - TABS-97PVJa11D_
+    type: TAB
+  TABS-97PVJa11D_:
+    children:
+    - TAB-lg-5ymUDgm
+    - TAB-2_QXp8aNq
+    id: TABS-97PVJa11D_
+    meta: {}
+    parents:
+    - ROOT_ID
+    type: TABS
+metadata:
+  timed_refresh_immune_slices: []
+  expanded_slices: {}
+  refresh_frequency: 0
+  default_filters: '{"149": {"Platform": ["PS", "PS2", "PS3", "XB", "X360"], "__time_range":
+    "No filter"}}'
+  color_scheme: supersetColors
+  filter_scopes:
+    '149':
+      Platform:
+        scope:
+        - TAB-2_QXp8aNq
+        immune: []
+      Genre:
+        scope:
+        - ROOT_ID
+        immune: []
+      Publisher:
+        scope:
+        - ROOT_ID
+        immune: []
+      __time_range:
+        scope:
+        - ROOT_ID
+        immune: []
+  label_colors:
+    '0': '#1FA8C9'
+    '1': '#454E7C'
+    '2600': '#666666'
+    Europe: '#5AC189'
+    Japan: '#FF7F44'
+    North America: '#666666'
+    Other: '#E04355'
+    PS2: '#FCC700'
+    X360: '#A868B7'
+    PS3: '#3CCCCB'
+    Wii: '#A38F79'
+    DS: '#8FD3E4'
+    PS: '#A1A6BD'
+    GBA: '#ACE1C4'
+    PSP: '#FEC0A1'
+    PS4: '#B2B2B2'
+    PC: '#EFA1AA'
+    GB: '#FDE380'
+    XB: '#D3B3DA'
+    NES: '#9EE5E5'
+    3DS: '#D1C6BC'
+    N64: '#1FA8C9'
+    SNES: '#454E7C'
+    GC: '#5AC189'
+    XOne: '#FF7F44'
+    WiiU: '#E04355'
+    PSV: '#FCC700'
+    SAT: '#A868B7'
+    GEN: '#3CCCCB'
+    DC: '#A38F79'
+    SCD: '#8FD3E4'
+    NG: '#A1A6BD'
+    WS: '#ACE1C4'
+    TG16: '#FEC0A1'
+    3DO: '#B2B2B2'
+    GG: '#EFA1AA'
+    PCFX: '#FDE380'
+    Nintendo: '#D3B3DA'
+    Take-Two Interactive: '#9EE5E5'
+    Microsoft Game Studios: '#D1C6BC'
+    Action: '#1FA8C9'
+    Adventure: '#454E7C'
+    Fighting: '#5AC189'
+    Misc: '#FF7F44'
+    Platform: '#666666'
+    Puzzle: '#E04355'
+    Racing: '#FCC700'
+    Role-Playing: '#A868B7'
+    Shooter: '#3CCCCB'
+    Simulation: '#A38F79'
+    Sports: '#8FD3E4'
+    Strategy: '#A1A6BD'
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/dashboards/World_Banks_Data.yaml b/dashboard_export_20220131T165055/dashboards/World_Banks_Data.yaml
new file mode 100644
index 0000000..0ce6cce
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/World_Banks_Data.yaml
@@ -0,0 +1,193 @@
+dashboard_title: World Bank's Data
+description: null
+css: null
+slug: world_health
+uuid: 57bd8ca6-4fc8-4290-bc57-3afd78ee8e08
+position:
+  CHART-36bfc934:
+    children: []
+    id: CHART-36bfc934
+    meta:
+      chartId: 397
+      height: 25
+      sliceName: Region Filter
+      width: 2
+      uuid: ee953223-64b6-4a00-8985-82a2a0d5441f
+    type: CHART
+  CHART-37982887:
+    children: []
+    id: CHART-37982887
+    meta:
+      chartId: 398
+      height: 25
+      sliceName: World's Population
+      width: 2
+      uuid: 5b26ae8c-5654-4b87-b618-f4953be0853f
+    type: CHART
+  CHART-17e0f8d8:
+    children: []
+    id: CHART-17e0f8d8
+    meta:
+      chartId: 399
+      height: 92
+      sliceName: Most Populated Countries
+      width: 3
+      uuid: 562d2675-1bd0-4aaa-b4b1-43f9e7c8a16d
+    type: CHART
+  CHART-2ee52f30:
+    children: []
+    id: CHART-2ee52f30
+    meta:
+      chartId: 400
+      height: 38
+      sliceName: Growth Rate
+      width: 6
+      uuid: d59fd56b-2106-42f4-b938-c7a0e8d68549
+    type: CHART
+  CHART-2d5b6871:
+    children: []
+    id: CHART-2d5b6871
+    meta:
+      chartId: 401
+      height: 52
+      sliceName: '% Rural'
+      width: 7
+      uuid: 31f8cef3-5c48-4ff2-8133-03eb5209fcfe
+    type: CHART
+  CHART-0fd0d252:
+    children: []
+    id: CHART-0fd0d252
+    meta:
+      chartId: 402
+      height: 50
+      sliceName: Life Expectancy VS Rural %
+      width: 8
+      uuid: 3bd255ed-8d48-4326-afeb-e0a0accd466a
+    type: CHART
+  CHART-97f4cb48:
+    children: []
+    id: CHART-97f4cb48
+    meta:
+      chartId: 403
+      height: 38
+      sliceName: Rural Breakdown
+      width: 3
+      uuid: c9a60da8-c036-4165-895c-0b9caec74020
+    type: CHART
+  CHART-b5e05d6f:
+    children: []
+    id: CHART-b5e05d6f
+    meta:
+      chartId: 404
+      height: 50
+      sliceName: World's Pop Growth
+      width: 4
+      uuid: 2d000220-09b2-49f2-91c2-9734ecce7d5a
+    type: CHART
+  CHART-e76e9f5f:
+    children: []
+    id: CHART-e76e9f5f
+    meta:
+      chartId: 405
+      height: 50
+      sliceName: Box plot
+      width: 4
+      uuid: a680d1cf-357e-4903-a7a1-d0a60c5080c5
+    type: CHART
+  CHART-a4808bba:
+    children: []
+    id: CHART-a4808bba
+    meta:
+      chartId: 406
+      height: 50
+      sliceName: Treemap
+      width: 8
+      uuid: 31f0b249-6011-4870-86c9-247e68b20295
+    type: CHART
+  CHART-3nc0d8sk:
+    children: []
+    id: CHART-3nc0d8sk
+    meta:
+      chartId: 407
+      height: 50
+      sliceName: Treemap
+      width: 8
+      uuid: a384d309-8830-4851-9caf-de45e6da1361
+    type: CHART
+  COLUMN-071bbbad:
+    children:
+    - ROW-1e064e3c
+    - ROW-afdefba9
+    id: COLUMN-071bbbad
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 9
+    type: COLUMN
+  COLUMN-fe3914b8:
+    children:
+    - CHART-36bfc934
+    - CHART-37982887
+    id: COLUMN-fe3914b8
+    meta:
+      background: BACKGROUND_TRANSPARENT
+      width: 2
+    type: COLUMN
+  GRID_ID:
+    children:
+    - ROW-46632bc2
+    - ROW-3fa26c5d
+    - ROW-812b3f13
+    id: GRID_ID
+    type: GRID
+  HEADER_ID:
+    id: HEADER_ID
+    meta:
+      text: World's Bank Data
+    type: HEADER
+  ROOT_ID:
+    children:
+    - GRID_ID
+    id: ROOT_ID
+    type: ROOT
+  ROW-1e064e3c:
+    children:
+    - COLUMN-fe3914b8
+    - CHART-2d5b6871
+    id: ROW-1e064e3c
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+  ROW-3fa26c5d:
+    children:
+    - CHART-b5e05d6f
+    - CHART-0fd0d252
+    id: ROW-3fa26c5d
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+  ROW-46632bc2:
+    children:
+    - COLUMN-071bbbad
+    - CHART-17e0f8d8
+    id: ROW-46632bc2
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+  ROW-812b3f13:
+    children:
+    - CHART-a4808bba
+    - CHART-e76e9f5f
+    id: ROW-812b3f13
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+  ROW-afdefba9:
+    children:
+    - CHART-2ee52f30
+    - CHART-97f4cb48
+    id: ROW-afdefba9
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+  DASHBOARD_VERSION_KEY: v2
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/dashboards/deck.gl_Demo.yaml b/dashboard_export_20220131T165055/dashboards/deck.gl_Demo.yaml
new file mode 100644
index 0000000..2e18da8
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/deck.gl_Demo.yaml
@@ -0,0 +1,120 @@
+dashboard_title: deck.gl Demo
+description: null
+css: null
+slug: deck
+uuid: e5a02a9e-f49f-4d9c-be66-5ee3bac29fb4
+position:
+  CHART-3afd9d70:
+    meta:
+      chartId: 428
+      width: 6
+      height: 50
+      uuid: 89227f72-998e-4bbe-8ad3-199d48390dab
+    type: CHART
+    id: CHART-3afd9d70
+    children: []
+  CHART-2ee7fa5e:
+    meta:
+      chartId: 429
+      width: 6
+      height: 50
+      uuid: 226e06c2-324c-4d77-a27e-d7da9796db9b
+    type: CHART
+    id: CHART-2ee7fa5e
+    children: []
+  CHART-201f7715:
+    meta:
+      chartId: 430
+      width: 6
+      height: 50
+      uuid: 9f721a60-adc2-4a57-a755-6c478ca3c17c
+    type: CHART
+    id: CHART-201f7715
+    children: []
+  CHART-d02f6c40:
+    meta:
+      chartId: 431
+      width: 6
+      height: 50
+      uuid: 94926910-7aa6-4dbf-af64-1d105e9c8479
+    type: CHART
+    id: CHART-d02f6c40
+    children: []
+  CHART-2673431d:
+    meta:
+      chartId: 432
+      width: 6
+      height: 50
+      uuid: 77afa7a1-f3eb-43a5-abc1-7a7d3200370a
+    type: CHART
+    id: CHART-2673431d
+    children: []
+  CHART-85265a60:
+    meta:
+      chartId: 433
+      width: 6
+      height: 50
+      uuid: be92d763-dbaa-4d75-9873-c123ac796d9e
+    type: CHART
+    id: CHART-85265a60
+    children: []
+  CHART-2b87513c:
+    meta:
+      chartId: 434
+      width: 6
+      height: 50
+      uuid: 67c75fbb-9825-4747-9be8-42726b56b8b3
+    type: CHART
+    id: CHART-2b87513c
+    children: []
+  GRID_ID:
+    type: GRID
+    id: GRID_ID
+    children:
+    - ROW-a7b16cb5
+    - ROW-72c218a5
+    - ROW-957ba55b
+    - ROW-af041bdd
+  HEADER_ID:
+    meta:
+      text: deck.gl Demo
+    type: HEADER
+    id: HEADER_ID
+  ROOT_ID:
+    type: ROOT
+    id: ROOT_ID
+    children:
+    - GRID_ID
+  ROW-72c218a5:
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+    id: ROW-72c218a5
+    children:
+    - CHART-d02f6c40
+    - CHART-201f7715
+  ROW-957ba55b:
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+    id: ROW-957ba55b
+    children:
+    - CHART-2673431d
+    - CHART-85265a60
+  ROW-a7b16cb5:
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+    id: ROW-a7b16cb5
+    children:
+    - CHART-3afd9d70
+    - CHART-2ee7fa5e
+  ROW-af041bdd:
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    type: ROW
+    id: ROW-af041bdd
+    children:
+    - CHART-2b87513c
+  DASHBOARD_VERSION_KEY: v2
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/dashboards/savedash.yaml b/dashboard_export_20220131T165055/dashboards/savedash.yaml
new file mode 100644
index 0000000..9977d95
--- /dev/null
+++ b/dashboard_export_20220131T165055/dashboards/savedash.yaml
@@ -0,0 +1,140 @@
+dashboard_title: savedash
+description: null
+css: ''
+slug: null
+uuid: 3295bec8-64b2-4c9e-9eb4-0d3e83c09ab3
+position:
+  CHART-50JwiJxIVX:
+    children: []
+    id: CHART-50JwiJxIVX
+    meta:
+      chartId: 416
+      height: 50
+      sliceName: Top 10 Girl Name Share
+      uuid: 5f36ef35-ee83-438a-b6f1-39cacbfaf030
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-FAtabOG4lj
+    type: CHART
+  CHART-EW7jawFtkL:
+    children: []
+    id: CHART-EW7jawFtkL
+    meta:
+      chartId: 414
+      height: 50
+      sliceName: Boys
+      uuid: 29b46b35-d468-4988-915e-2b586879b76a
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-8Hf91GcAz_
+    type: CHART
+  CHART-F0Ho3Ybakr:
+    children: []
+    id: CHART-F0Ho3Ybakr
+    meta:
+      chartId: 417
+      height: 50
+      sliceName: Top 10 Boy Name Share
+      uuid: cd68b4eb-c29a-496b-900d-d1c7ab564d94
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-8Hf91GcAz_
+    type: CHART
+  CHART-F5xgmk3M1S:
+    children: []
+    id: CHART-F5xgmk3M1S
+    meta:
+      chartId: 412
+      height: 50
+      sliceName: Girls
+      uuid: b190f11e-95d9-4174-b089-874796c40f45
+      width: 4
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    - ROW-FAtabOG4lj
+    type: CHART
+  DASHBOARD_VERSION_KEY: v2
+  GRID_ID:
+    children:
+    - ROW-8Hf91GcAz_
+    - ROW-FAtabOG4lj
+    id: GRID_ID
+    parents:
+    - ROOT_ID
+    type: GRID
+  HEADER_ID:
+    id: HEADER_ID
+    meta:
+      text: savedash
+    type: HEADER
+  ROOT_ID:
+    children:
+    - GRID_ID
+    id: ROOT_ID
+    type: ROOT
+  ROW-8Hf91GcAz_:
+    children:
+    - CHART-EW7jawFtkL
+    - CHART-F0Ho3Ybakr
+    id: ROW-8Hf91GcAz_
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    type: ROW
+  ROW-FAtabOG4lj:
+    children:
+    - CHART-F5xgmk3M1S
+    - CHART-50JwiJxIVX
+    id: ROW-FAtabOG4lj
+    meta:
+      background: BACKGROUND_TRANSPARENT
+    parents:
+    - ROOT_ID
+    - GRID_ID
+    type: ROW
+metadata:
+  show_native_filters: true
+  color_scheme: ''
+  refresh_frequency: 0
+  expanded_slices: {}
+  label_colors: {}
+  timed_refresh_immune_slices: []
+  default_filters: '{}'
+  chart_configuration: {}
+  native_filter_configuration:
+  - id: NATIVE_FILTER-rufBFuy42
+    controlValues:
+      multiSelect: true
+      enableEmptyFilter: false
+      defaultToFirstItem: false
+      inverseSelection: false
+      searchAllOptions: false
+    name: state_filter
+    filterType: filter_select
+    targets:
+    - column:
+        name: state
+      datasetUuid: 3e7cf55e-e0af-49cb-a01e-6698a1ca6cf7
+    defaultDataMask:
+      extraFormData: {}
+      filterState: {}
+      ownState: {}
+    cascadeParentIds: []
+    scope:
+      rootPath:
+      - ROOT_ID
+      excluded:
+      - 417
+      - 412
+    type: NATIVE_FILTER
+    description: ''
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/databases/examples.yaml b/dashboard_export_20220131T165055/databases/examples.yaml
new file mode 100644
index 0000000..5b0167d
--- /dev/null
+++ b/dashboard_export_20220131T165055/databases/examples.yaml
@@ -0,0 +1,15 @@
+database_name: examples
+sqlalchemy_uri: postgresql://postgres:XXXXXXXXXX@localhost:5432/hugh
+cache_timeout: null
+expose_in_sqllab: true
+allow_run_async: false
+allow_ctas: false
+allow_cvas: false
+allow_file_upload: false
+extra:
+  metadata_params: {}
+  engine_params: {}
+  metadata_cache_timeout: {}
+  schemas_allowed_for_file_upload: []
+uuid: a2dc77af-e654-49bb-b321-40f6b559a1ee
+version: 1.0.0
diff --git a/dashboard_export_20220131T165055/datasets/examples/FCC_2018_Survey.yaml b/dashboard_export_20220131T165055/datasets/examples/FCC_2018_Survey.yaml
new file mode 100644
index 0000000..3dcb899
--- /dev/null
+++ b/dashboard_export_20220131T165055/datasets/examples/FCC_2018_Survey.yaml
@@ -0,0 +1,1774 @@
+table_name: FCC 2018 Survey
+main_dttm_col: null
+description: null
+default_endpoint: null
+offset: 0
+cache_timeout: null
+schema: public
+sql: ''
+params: null
+template_params: null
+filter_select_enabled: true
+fetch_values_predicate: null
+extra: null
+uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
+metrics:
+- metric_name: count
+  verbose_name: COUNT(*)
+  metric_type: null
+  expression: COUNT(*)
+  description: null
+  d3format: null
+  extra: null
+  warning_text: null
+columns:
+- column_name: highest_degree_earned
+  verbose_name: Highest Degree Earned
+  is_dttm: false
+  is_active: null
+  type: STRING
+  groupby: true
+  filterable: true
+  expression: "CASE \n  WHEN school_degree = 'no high school (secondary school)' THEN\
+    \ 'A. No high school (secondary school)'\n  WHEN school_degree =  'some high school'\
+    \ THEN 'B. Some high school'\n  WHEN school_degree = 'high school diploma or equivalent\
+    \ (GED)' THEN 'C. High school diploma or equivalent (GED)'\n  WHEN school_degree\
+    \ = 'associate''s degree' THEN 'D. Associate''s degree'\n  WHEN school_degree\
+    \ = 'some college credit, no degree' THEN 'E. Some college credit, no degree'\n\
+    \  WHEN school_degree = 'bachelor''s degree' THEN 'F. Bachelor''s degree'\n  WHEN\
+    \ school_degree = 'trade, technical, or vocational training' THEN 'G. Trade, technical,\
+    \ or vocational training'\n  WHEN school_degree = 'master''s degree (non-professional)'\
+    \ THEN 'H. Master''s degree (non-professional)'\n  WHEN school_degree = 'Ph.D.'\
+    \ THEN 'I. Ph.D.'\n  WHEN school_degree = 'professional degree (MBA, MD, JD, etc.)'\
+    \ THEN 'J. Professional degree (MBA, MD, JD, etc.)'\nEND"
+  description: Highest Degree Earned
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_location_preference
+  verbose_name: Job Location Preference
+  is_dttm: false
+  is_active: null
+  type: null
+  groupby: true
+  filterable: true
+  expression: "case \nwhen job_lctn_pref is Null then 'No Answer' \nwhen job_lctn_pref\
+    \ = 'from home' then 'From Home'\nwhen job_lctn_pref = 'no preference' then 'No\
+    \ Preference'\nwhen job_lctn_pref = 'in an office with other developers' then\
+    \ 'In an Office (with Other Developers)'\nelse job_lctn_pref\nend "
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: ethnic_minority
+  verbose_name: Ethnic Minority
+  is_dttm: null
+  is_active: null
+  type: STRING
+  groupby: true
+  filterable: true
+  expression: "CASE \nWHEN is_ethnic_minority = 0 THEN 'No, not an ethnic minority'\
+    \ \nWHEN is_ethnic_minority = 1 THEN 'Yes, an ethnic minority' \nELSE 'No Answer'\n\
+    END"
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: willing_to_relocate
+  verbose_name: Willing To Relocate
+  is_dttm: false
+  is_active: null
+  type: STRING
+  groupby: true
+  filterable: true
+  expression: "CASE \nWHEN job_relocate = 0 THEN 'No: Not Willing to' \nWHEN job_relocate\
+    \ = 1 THEN 'Yes: Willing To'\nELSE 'No Answer'\nEND"
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: developer_type
+  verbose_name: Developer Type
+  is_dttm: false
+  is_active: null
+  type: STRING
+  groupby: true
+  filterable: true
+  expression: CASE WHEN is_software_dev = 0 THEN 'Aspiring Developer' WHEN is_software_dev
+    = 1 THEN 'Currently A Developer' END
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: first_time_developer
+  verbose_name: First Time Developer
+  is_dttm: false
+  is_active: null
+  type: null
+  groupby: true
+  filterable: true
+  expression: "CASE \nWHEN is_first_dev_job = 0 THEN 'No' \nWHEN is_first_dev_job\
+    \ = 1 THEN 'Yes' \nELSE 'No Answer'\nEND"
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: calc_first_time_dev
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: STRING
+  groupby: true
+  filterable: true
+  expression: CASE WHEN is_first_dev_job = 0 THEN 'No' WHEN is_first_dev_job = 1 THEN
+    'Yes' END
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_codingtuts360
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: is_recv_disab_bnft
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_qa_engn
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: has_high_spd_ntnet
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: is_first_dev_job
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_ux_engn
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: bootcamp_have_loan
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_js_jabber
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_datasci
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_dataengn
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_khan_acdm
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: has_finance_depends
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: has_served_military
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_backend
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_teacher
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: months_job_search
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: student_debt_has
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: student_debt_amt
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_gamedev
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_code_wars
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: do_finance_support
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: last_yr_income
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: is_software_dev
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: money_for_learning
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: home_mrtg_has
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_mobile
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_infosec
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_fllstck
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_frntend
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_devops
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_intr_projm
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_css_tricks
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_cs_dojo
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: is_ethnic_minority
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_mit_ocw
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: is_self_employed
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: home_mrtg_owe
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_engn_truth
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: bootcamp_attend
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_derekbanas
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_learncodeacdm
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_changelog
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_hackerrank
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_devtea
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_sedaily
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_seradio
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_gamejam
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_geekspeak
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_talkpythonme
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_hanselmnts
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_syntaxfm
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_shoptalk
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_mozillahacks
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_codingblcks
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_codenewbie
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: bootcamp_recommend
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_railsbrdg
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: bootcamp_finished
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_rubyrogues
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: job_relocate
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: debt_amt
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_codeacdm
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_fcc
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_codepenrd
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_fullstckrd
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_hackthn
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_udacity
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_ltcwm
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_coursera
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_djangogrls
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_startupwknd
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_progthrwdwn
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: expected_earn
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_egghead
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_railsgrls
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: has_children
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: podcast_frnthppyhr
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_codingtrain
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_lynda
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_pluralsght
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: hours_learning
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_simplilearn
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_wkndbtcmp
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_fcc
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_fcc
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_coderdojo
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_nodeschl
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_womenwc
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_confs
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_fcc
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_girldevit
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_meetup
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: codeevnt_workshps
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_frntendmstr
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: num_children
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_udemy
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_edx
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_mdn
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_treehouse
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_computerphile
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_funfunfunct
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: rsrc_so
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_googledevs
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_devtips
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_simpleprog
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: yt_lvluptuts
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: DOUBLE PRECISION
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: time_start
+  verbose_name: null
+  is_dttm: true
+  is_active: null
+  type: DATETIME
+  groupby: true
+  filterable: true
+  expression: null
+  description: null
+  python_date_format: null
+  extra:
+    warning_markdown: null
+- column_name: time_total_sec
+  verbose_name: null
+  is_dttm: false
+  is_active: null
+  type: BIGINT
+  groupby: true
+  filterable: true
+  expression: null
... 145936 lines suppressed ...