|
9 | 9 | full_data2019=pd.read_csv('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/survey_results_sample_2019.csv') |
10 | 10 | full_df2020 = pd.read_csv('https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/survey_results_sample_2020.csv') |
11 | 11 | df2019 = 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') |
14 | 14 | df2020 = data[(data['SalaryUSD'] < 200000)] |
15 | 15 |
|
16 | 16 | # Changes made in df2021 and df2022: |
|
0 commit comments