Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ st.markdown('<div class="plot-container">', unsafe_allow_html=True)
|
|
| 218 |
st.markdown("## Project Details")
|
| 219 |
st.markdown("""
|
| 220 |
1) Data Source:
|
| 221 |
-
The data for this project was collected using the Reddit API through the `praw` library. The subreddit **r/AskReddit** was selected as it is one of the most popular discussion forums on Reddit. Posts were fetched from the 'hot' section, which highlights trending discussions. Key fields such as post titles, scores, number of comments, upvote ratios, and timestamps were extracted for analysis.
|
| 222 |
|
| 223 |
2) Data Preprocessing and Handling Missing Values:
|
| 224 |
- **Data Cleaning**: Since the data was directly fetched from the Reddit API, minimal preprocessing was needed. Missing or null values were not explicitly handled in this project as they did not significantly impact the visualizations or analysis.
|
|
|
|
| 218 |
st.markdown("## Project Details")
|
| 219 |
st.markdown("""
|
| 220 |
1) Data Source:
|
| 221 |
+
- The data for this project was collected using the Reddit API through the `praw` library. The subreddit **r/AskReddit** was selected as it is one of the most popular discussion forums on Reddit. Posts were fetched from the 'hot' section, which highlights trending discussions. Key fields such as post titles, scores, number of comments, upvote ratios, and timestamps were extracted for analysis.
|
| 222 |
|
| 223 |
2) Data Preprocessing and Handling Missing Values:
|
| 224 |
- **Data Cleaning**: Since the data was directly fetched from the Reddit API, minimal preprocessing was needed. Missing or null values were not explicitly handled in this project as they did not significantly impact the visualizations or analysis.
|