File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818full_data2019 = pd .read_csv ('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/survey_results_sample_2019.csv' )
1919full_df2020 = pd .read_csv ('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/survey_results_sample_2020.csv' )
2020df2019 = pd .read_csv ('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/df2019.csv' )
21- df2021 = pd .read_csv ('df2021.csv' )
22- df2022 = pd .read_csv ('df2022.csv' )
21+ df2021 = pd .read_csv ('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/ df2021.csv' )
22+ df2022 = pd .read_csv ('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/ df2022.csv' )
2323
2424# Filter the 2020 dataframe
2525df2020 = df [df ['SalaryUSD' ] < 200000 ]
Original file line number Diff line number Diff line change 99full_data2019 = pd .read_csv ('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/survey_results_sample_2019.csv' )
1010full_df2020 = pd .read_csv ('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/survey_results_sample_2020.csv' )
1111df2019 = pd .read_csv ('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/df2019.csv' )
12- df2021 = pd .read_csv ('df2021.csv' )
13- df2022 = pd .read_csv ('df2022.csv' )
12+ df2021 = pd .read_csv ('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/ df2021.csv' )
13+ df2022 = pd .read_csv ('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/ df2022.csv' )
1414df2020 = data [(data ['SalaryUSD' ] < 200000 )]
1515
1616# Changes made in df2021 and df2022:
You can’t perform that action at this time.
0 commit comments