Closed epogrebnyak closed 2 years ago
in the function get_data()
or in line with _df = get_data()
assignment, run in the cycle and change "name" field
in the function
get_data()
or in line with_df = get_data()
assignment, run in the cycle and change "name" field
Not quite, we just neet to sort the ouptut around here:
It is not a good idea to modify _df for the purposes of 'Links' section as it may affect other plots.
Broader concept is model vs view - when changing representation must work on view (data transforamtion), not the model (data source).
https://share.streamlit.io/epogrebnyak/ssg-dataset/main#links