Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This task should be done on a dataset from the stackexchange database dump, any dataset will do. Create a single Jupyter/IPython notebook (see the Artefacts
This task should be done on a dataset from the stackexchange database dump, any dataset will do.
Create a single Jupyter/IPython notebook (see the Artefacts section below for all the requirements), where you perform what follows. 1. Convert all the data tables (Badges, Comments, PostHistory, PostLinks, Posts, Tags, Users, Votes) from XML to CSV, using custom code that you write yourself. Ideally, you should write a Python function that takes a single input file name (.xml) and output file name (.csv) and performs the conversion of a single dataset. 2. Load the CSV files as pandas data frames. 3. Create at least five nontrivial data visualisations and/or tables, at least three of which are based on the extraction of information from text (e.g., tags, keywords, locations, etc.). 4. Draw insightful and interesting conclusions. Do not forget to reflect on the potential data privacy and ethics issues that arise during the data analysis process. The PDF version of the report must be at least 10 pages long (not including the data conversion/import part). Make it aesthetic and interesting to readStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started