mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-01 22:13:01 +00:00
.
This commit is contained in:
@ -21,7 +21,6 @@ data_year_filter_year = st.sidebar.multiselect(
|
|||||||
default = data_year['Year'].unique()
|
default = data_year['Year'].unique()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
data_year_selection = data_year.query(
|
data_year_selection = data_year.query(
|
||||||
'Year == @data_year_filter_year'
|
'Year == @data_year_filter_year'
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user