mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(examples): Modernize example data loading with Parquet and YAML configs (#36538)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
params:
|
||||
adhoc_filters: []
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
column: age
|
||||
datasource: 42__table
|
||||
groupby: []
|
||||
label_colors: {}
|
||||
link_length: '25'
|
||||
row_limit: 10000
|
||||
slice_id: 1380
|
||||
url_params: {}
|
||||
viz_type: histogram_v2
|
||||
x_axis_title: age
|
||||
y_axis_title: count
|
||||
query_context: null
|
||||
slice_name: Age distribution of respondents
|
||||
uuid: 5f1ea868-604e-f69d-a241-5daa83ff33be
|
||||
version: 1.0.0
|
||||
viz_type: histogram_v2
|
||||
@@ -0,0 +1,52 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
params:
|
||||
adhoc_filters: []
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
datasource: 42__table
|
||||
donut: true
|
||||
granularity_sqla: time_start
|
||||
groupby:
|
||||
- ethnic_minority
|
||||
innerRadius: 44
|
||||
label_line: true
|
||||
label_type: key
|
||||
labels_outside: true
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 69
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
row_limit: 10000
|
||||
show_labels: true
|
||||
show_legend: false
|
||||
slice_id: 1383
|
||||
time_range: No filter
|
||||
url_params: {}
|
||||
viz_type: pie
|
||||
query_context: null
|
||||
slice_name: Are you an ethnic minority in your city?
|
||||
uuid: def07750-b5c0-0b69-6228-cb2330916166
|
||||
version: 1.0.0
|
||||
viz_type: pie
|
||||
@@ -0,0 +1,52 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
params:
|
||||
adhoc_filters: []
|
||||
all_columns: []
|
||||
annotation_layers: []
|
||||
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
|
||||
url_params: {}
|
||||
viz_type: table
|
||||
query_context: null
|
||||
slice_name: Breakdown of Developer Type
|
||||
uuid: b8386be8-f44e-6535-378c-2aa2ba461286
|
||||
version: 1.0.0
|
||||
viz_type: table
|
||||
@@ -0,0 +1,63 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
datasource: 42__table
|
||||
granularity_sqla: time_start
|
||||
groupby:
|
||||
- communite_time
|
||||
label_colors: {}
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metrics: metrics
|
||||
row_limit: null
|
||||
time_range: No filter
|
||||
treemap_ratio: 1.618033988749895
|
||||
url_params: {}
|
||||
viz_type: treemap_v2
|
||||
query_context: null
|
||||
slice_name: Commute Time
|
||||
uuid: 097c05c9-2dd2-481d-813d-d6c0c12b4a3d
|
||||
version: 1.0.0
|
||||
viz_type: treemap_v2
|
||||
@@ -0,0 +1,70 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
params:
|
||||
adhoc_filters: []
|
||||
annotation_layers: []
|
||||
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
|
||||
url_params: {}
|
||||
viz_type: world_map
|
||||
query_context: null
|
||||
slice_name: Country of Citizenship
|
||||
uuid: 2ba66056-a756-d6a3-aaec-0c243fb7062e
|
||||
version: 1.0.0
|
||||
viz_type: world_map
|
||||
@@ -0,0 +1,68 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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
|
||||
annotation_layers: []
|
||||
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
|
||||
url_params: {}
|
||||
viz_type: big_number_total
|
||||
y_axis_format: SMART_NUMBER
|
||||
query_context: null
|
||||
slice_name: 'Current Developers: Is this your first development job?'
|
||||
uuid: bfe5a8e6-146f-ef59-5e6c-13d519b236a8
|
||||
version: 1.0.0
|
||||
viz_type: big_number_total
|
||||
@@ -0,0 +1,84 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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
|
||||
annotation_layers: []
|
||||
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
|
||||
url_params: {}
|
||||
viz_type: box_plot
|
||||
whiskerOptions: Tukey
|
||||
x_ticks_layout: 45°
|
||||
query_context: null
|
||||
slice_name: Degrees vs Income
|
||||
uuid: 02f546ae-1bf4-bd26-8bc2-14b9279c8a62
|
||||
version: 1.0.0
|
||||
viz_type: box_plot
|
||||
@@ -0,0 +1,61 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
datasource: 42__table
|
||||
granularity_sqla: time_start
|
||||
label_colors: {}
|
||||
metric: count
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
row_limit: null
|
||||
source: ethnic_minority
|
||||
target: gender
|
||||
time_range: No filter
|
||||
url_params: {}
|
||||
viz_type: sankey_v2
|
||||
query_context: null
|
||||
slice_name: Ethnic Minority & Gender
|
||||
uuid: 4880e4f4-b701-4be0-86f3-e7e89432e83b
|
||||
version: 1.0.0
|
||||
viz_type: sankey_v2
|
||||
@@ -0,0 +1,60 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
datasource: 42__table
|
||||
donut: true
|
||||
granularity_sqla: time_start
|
||||
groupby:
|
||||
- first_time_developer
|
||||
innerRadius: 43
|
||||
label_type: key
|
||||
labels_outside: true
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 69
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
row_limit: null
|
||||
show_labels: true
|
||||
show_legend: false
|
||||
slice_id: 3632
|
||||
time_range: No filter
|
||||
url_params: {}
|
||||
viz_type: pie
|
||||
query_context: null
|
||||
slice_name: First Time Developer?
|
||||
uuid: edc75073-8f33-4123-a28d-cd6dfb33cade
|
||||
version: 1.0.0
|
||||
viz_type: pie
|
||||
@@ -0,0 +1,70 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
datasource: 42__table
|
||||
granularity_sqla: time_start
|
||||
label_colors: {}
|
||||
metric: count
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
row_limit: 10000
|
||||
source: first_time_developer
|
||||
target: communite_time
|
||||
time_range: No filter
|
||||
url_params: {}
|
||||
viz_type: sankey_v2
|
||||
query_context: null
|
||||
slice_name: First Time Developer & Commute Time
|
||||
uuid: 067c4a1e-ae03-4c0c-8e2a-d2c0f4bf43c3
|
||||
version: 1.0.0
|
||||
viz_type: sankey_v2
|
||||
52
superset/examples/fcc_new_coder_survey/charts/Gender.yaml
Normal file
52
superset/examples/fcc_new_coder_survey/charts/Gender.yaml
Normal file
@@ -0,0 +1,52 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
params:
|
||||
adhoc_filters: []
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
datasource: 42__table
|
||||
donut: true
|
||||
granularity_sqla: time_start
|
||||
groupby:
|
||||
- gender
|
||||
innerRadius: 44
|
||||
label_line: true
|
||||
label_type: key
|
||||
labels_outside: true
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 69
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
row_limit: 10000
|
||||
show_labels: true
|
||||
show_legend: false
|
||||
slice_id: 1385
|
||||
time_range: No filter
|
||||
url_params: {}
|
||||
viz_type: pie
|
||||
query_context: null
|
||||
slice_name: Gender
|
||||
uuid: 0f6b447c-828c-e71c-87ac-211bc412b214
|
||||
version: 1.0.0
|
||||
viz_type: pie
|
||||
@@ -0,0 +1,79 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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: []
|
||||
annotation_layers: []
|
||||
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
|
||||
url_params: {}
|
||||
viz_type: table
|
||||
query_context: null
|
||||
slice_name: Highest degree held
|
||||
uuid: 9f7d2b9c-6b3a-69f9-f03e-d3a141514639
|
||||
version: 1.0.0
|
||||
viz_type: table
|
||||
@@ -0,0 +1,82 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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
|
||||
annotation_layers: []
|
||||
bottom_margin: auto
|
||||
datasource: 42__table
|
||||
granularity_sqla: time_start
|
||||
groupby: school_degree
|
||||
left_margin: auto
|
||||
linear_color_scheme: blue_white_yellow
|
||||
metric: count
|
||||
normalize_across: heatmap_v2
|
||||
queryFields:
|
||||
metric: metrics
|
||||
row_limit: null
|
||||
show_legend: true
|
||||
show_percentage: true
|
||||
slice_id: 1367
|
||||
sort_x_axis: alpha_asc
|
||||
sort_y_axis: alpha_asc
|
||||
time_range: No filter
|
||||
url_params: {}
|
||||
value_bounds:
|
||||
- null
|
||||
- null
|
||||
viz_type: heatmap_v2
|
||||
x_axis: job_pref
|
||||
xscale_interval: null
|
||||
y_axis_format: SMART_NUMBER
|
||||
yscale_interval: null
|
||||
query_context: null
|
||||
slice_name: How do you prefer to work?
|
||||
uuid: cb8998ab-9f93-4f0f-4e4b-3bfe4b0dea9d
|
||||
version: 1.0.0
|
||||
viz_type: heatmap_v2
|
||||
@@ -0,0 +1,56 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
column: expected_earn
|
||||
datasource: 42__table
|
||||
groupby: []
|
||||
link_length: '10'
|
||||
row_limit: null
|
||||
slice_id: 1366
|
||||
url_params: {}
|
||||
viz_type: histogram_v2
|
||||
query_context: null
|
||||
slice_name: How much do you expect to earn? ($0 - 100k)
|
||||
uuid: 6d0ceb30-2008-d19c-d285-cf77dc764433
|
||||
version: 1.0.0
|
||||
viz_type: histogram_v2
|
||||
@@ -0,0 +1,56 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
column: last_yr_income
|
||||
datasource: 42__table
|
||||
groupby: []
|
||||
label_colors: {}
|
||||
link_length: '10'
|
||||
row_limit: null
|
||||
url_params: {}
|
||||
viz_type: histogram_v2
|
||||
query_context: null
|
||||
slice_name: Last Year Income Distribution
|
||||
uuid: a2ec5256-94b4-43c4-b8c7-b83f70c5d4df
|
||||
version: 1.0.0
|
||||
viz_type: histogram_v2
|
||||
@@ -0,0 +1,79 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
params:
|
||||
adhoc_filters:
|
||||
- clause: WHERE
|
||||
comparator: '1'
|
||||
expressionType: SIMPLE
|
||||
filterOptionName: filter_s1jzmdwgeg_p3er4w56uy
|
||||
isExtra: false
|
||||
isNew: false
|
||||
operator: ==
|
||||
sqlExpression: null
|
||||
subject: is_software_dev
|
||||
annotation_layers: []
|
||||
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
|
||||
url_params: {}
|
||||
viz_type: world_map
|
||||
query_context: null
|
||||
slice_name: Location of Current Developers
|
||||
uuid: 5596e0f6-78a9-465d-8325-7139c794a06a
|
||||
version: 1.0.0
|
||||
viz_type: world_map
|
||||
@@ -0,0 +1,50 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
params:
|
||||
adhoc_filters:
|
||||
- clause: WHERE
|
||||
comparator: '0'
|
||||
expressionType: SIMPLE
|
||||
filterOptionName: filter_3f8ug0vnqk1_oy0mvl0izdc
|
||||
isExtra: false
|
||||
isNew: false
|
||||
operator: ==
|
||||
sqlExpression: null
|
||||
subject: is_software_dev
|
||||
annotation_layers: []
|
||||
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
|
||||
url_params: {}
|
||||
viz_type: big_number_total
|
||||
y_axis_format: SMART_NUMBER
|
||||
query_context: null
|
||||
slice_name: Number of Aspiring Developers
|
||||
uuid: a0e5329f-224e-6fc8-efd2-d37d0f546ee8
|
||||
version: 1.0.0
|
||||
viz_type: big_number_total
|
||||
@@ -0,0 +1,64 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
datasource: 42__table
|
||||
granularity_sqla: time_start
|
||||
groupby:
|
||||
- job_pref
|
||||
label_colors: {}
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metrics: metrics
|
||||
row_limit: 10
|
||||
slice_id: 1377
|
||||
time_range: No filter
|
||||
treemap_ratio: 1.618033988749895
|
||||
url_params: {}
|
||||
viz_type: treemap_v2
|
||||
query_context: null
|
||||
slice_name: Preferred Employment Style
|
||||
uuid: bff88053-ccc4-92f2-d6f5-de83e950e8cd
|
||||
version: 1.0.0
|
||||
viz_type: treemap_v2
|
||||
@@ -0,0 +1,60 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
params:
|
||||
adhoc_filters:
|
||||
- clause: WHERE
|
||||
comparator: '0'
|
||||
expressionType: SIMPLE
|
||||
filterOptionName: filter_yccan09xctb_wjwt23qhknf
|
||||
isExtra: false
|
||||
isNew: false
|
||||
operator: ==
|
||||
sqlExpression: null
|
||||
subject: is_software_dev
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
datasource: 42__table
|
||||
donut: true
|
||||
granularity_sqla: time_start
|
||||
groupby:
|
||||
- willing_to_relocate
|
||||
innerRadius: 44
|
||||
label_type: key
|
||||
labels_outside: true
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 69
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
row_limit: null
|
||||
show_labels: true
|
||||
show_legend: false
|
||||
slice_id: 1365
|
||||
time_range: No filter
|
||||
url_params: {}
|
||||
viz_type: pie
|
||||
query_context: null
|
||||
slice_name: ✈️ Relocation ability
|
||||
uuid: a6dd2d5a-2cdc-c8ec-f30c-85920f4f8a65
|
||||
version: 1.0.0
|
||||
viz_type: pie
|
||||
@@ -0,0 +1,61 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
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: []
|
||||
annotation_layers: []
|
||||
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
|
||||
url_params: {}
|
||||
viz_type: table
|
||||
query_context: null
|
||||
slice_name: Top 15 Languages Spoken at Home
|
||||
uuid: 03a74c97-52fc-cf87-233c-d4275f8c550c
|
||||
version: 1.0.0
|
||||
viz_type: table
|
||||
@@ -0,0 +1,60 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
cache_timeout: null
|
||||
certification_details: null
|
||||
certified_by: null
|
||||
dataset_uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
|
||||
description: null
|
||||
params:
|
||||
adhoc_filters:
|
||||
- clause: WHERE
|
||||
comparator: '0'
|
||||
expressionType: SIMPLE
|
||||
filterOptionName: filter_qzz67uip1ue_jw3rr6tzo3a
|
||||
isExtra: false
|
||||
isNew: false
|
||||
operator: ==
|
||||
sqlExpression: null
|
||||
subject: is_software_dev
|
||||
annotation_layers: []
|
||||
color_scheme: supersetColors
|
||||
datasource: 42__table
|
||||
donut: true
|
||||
granularity_sqla: time_start
|
||||
groupby:
|
||||
- job_location_preference
|
||||
innerRadius: 44
|
||||
label_type: key
|
||||
labels_outside: true
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 69
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
row_limit: null
|
||||
show_labels: true
|
||||
show_legend: false
|
||||
slice_id: 1370
|
||||
time_range: No filter
|
||||
url_params: {}
|
||||
viz_type: pie
|
||||
query_context: null
|
||||
slice_name: Work Location Preference
|
||||
uuid: e6b09c28-98cf-785f-4caf-320fd4fca802
|
||||
version: 1.0.0
|
||||
viz_type: pie
|
||||
749
superset/examples/fcc_new_coder_survey/dashboard.yaml
Normal file
749
superset/examples/fcc_new_coder_survey/dashboard.yaml
Normal file
@@ -0,0 +1,749 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
certification_details: ''
|
||||
certified_by: ''
|
||||
css: ''
|
||||
dashboard_title: FCC New Coder Survey 2018
|
||||
description: null
|
||||
metadata:
|
||||
chart_configuration: {}
|
||||
color_scheme: supersetColors
|
||||
color_scheme_domain: []
|
||||
cross_filters_enabled: false
|
||||
default_filters: '{}'
|
||||
expanded_slices: {}
|
||||
global_chart_configuration: {}
|
||||
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'
|
||||
map_label_colors: {}
|
||||
native_filter_configuration: []
|
||||
refresh_frequency: 0
|
||||
shared_label_colors: []
|
||||
timed_refresh_immune_slices: []
|
||||
position:
|
||||
CHART--0GPGmD-pO:
|
||||
children: []
|
||||
id: CHART--0GPGmD-pO
|
||||
meta:
|
||||
chartId: 86
|
||||
height: 56
|
||||
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: 76
|
||||
height: 51
|
||||
sliceName: ✈️ 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: 75
|
||||
height: 55
|
||||
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: 85
|
||||
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: 81
|
||||
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: 77
|
||||
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: 68
|
||||
height: 50
|
||||
sliceName: 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: 78
|
||||
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: 74
|
||||
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: 84
|
||||
height: 56
|
||||
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: 82
|
||||
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: 71
|
||||
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: 79
|
||||
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: 80
|
||||
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: 72
|
||||
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: 69
|
||||
height: 30
|
||||
sliceName: Breakdown of Developer Type
|
||||
uuid: b8386be8-f44e-6535-378c-2aa2ba461286
|
||||
width: 6
|
||||
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: 87
|
||||
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: 83
|
||||
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: 70
|
||||
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: 67
|
||||
height: 52
|
||||
sliceName: How much do you expect to earn? ($0 - 100k)
|
||||
sliceNameOverride: 💲Expected 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: 73
|
||||
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: 56
|
||||
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 software 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: 30
|
||||
width: 6
|
||||
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 access 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
|
||||
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: 🚀 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: 💻 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
|
||||
published: true
|
||||
slug: null
|
||||
uuid: 5b12b583-8204-08e9-392c-422209c29787
|
||||
version: 1.0.0
|
||||
BIN
superset/examples/fcc_new_coder_survey/data.parquet
Normal file
BIN
superset/examples/fcc_new_coder_survey/data.parquet
Normal file
Binary file not shown.
1760
superset/examples/fcc_new_coder_survey/dataset.yaml
Normal file
1760
superset/examples/fcc_new_coder_survey/dataset.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user