Skip to content

Commit 469fd07

Browse files
authored
Merge pull request #428 from tanvi0909/fix/file-path
Update file path
2 parents ae85283 + be71e61 commit 469fd07

File tree

2 files changed

+128
-128
lines changed

2 files changed

+128
-128
lines changed

stack_overflow_programming_language_analysis/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Load and preprocess data using st.cache
1414
st.cache_data(hash_funcs={pd.DataFrame: lambda _: None})
1515
def load_data():
16-
df = pd.read_csv('TotalQuestions.csv', parse_dates=['Month'])
16+
df = pd.read_csv('stack_overflow_dataset_programming_language.csv', parse_dates=['Month'])
1717
df.set_index('Month', inplace=True)
1818
return df
1919

stack_overflow_programming_language_analysis/stack_overflow_bar_race.ipynb

+127-127
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)