https://github.com/prsdm/text-data-analysis-and-data-ethics
https://github.com/prsdm/text-data-analysis-and-data-ethics
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prsdm/text-data-analysis-and-data-ethics
- Owner: prsdm
- Created: 2023-02-10T17:47:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T17:58:59.000Z (over 3 years ago)
- Last Synced: 2025-02-28T22:40:26.411Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text-Analysis-and-Data-Ethics
## Acadamic Project
### Introduction
1. Reddit data that has been pre-processed and analysed which contains Covid-related subreddits as well as randomly selected subreddits
2. Discussion of the Data Ethics Framework.
### About Datasets
The csv dataset you are provided contains one row per post, and has information about three entities: posts, users and subreddits. The column names are self-explanatory: columns starting with the prefix user_ describe users, those starting with the prefix subr_ describe subreddits, the subreddit column is the subreddit name, and the rest of the columns are post attributes ( author, posted_at, title and post text - the selftext column-, number of comments - num_comments, score, etc.).
### Programming Language
* Python (Pandas, NumPy, NLTK, Datetime, literal_eval, etc.)