Each student needs to identify an analytical question, collect data, process and analyze data, and interpret the results. The report should include the following aspects: Problem statement Please identify a topic/problem you are interested in. In the report, please discuss the background information of the topic, what it is, why it is important, and what motivates you to study the topic. Data sources and collection Please collect the relevant data online. Google data search can be used. In the report, please discuss about the data you collected, where does it come from, what features do you want to use for analysis, why those features are relevant to your question. Data analysis and visualization Explain how you analyze the data – which statistics you used and why it may help you get information. Pick the proper charts to visualize your data. The charts should be relevant to your topic. Discuss the type of charts you choose, how you make it and why it is useful. Using dashboard to summarize the result and interpretation. Make a Google Data Studio project (one or multiple pages) to display the numbers/charts you used for analysis. Make a clear story line to link your analytical results to your topic. Discuss about the information delivered by each number/chart. Conclusion Conclude your findings by answering the quesiton: what did you get from the dataset after analyzing it. Reference Please feel free to send me your topic and dataset if you are not sure whether it is good for analysis. Submission Guildeline: The paper should be 5-8 pages long (excluding title page, table of contents, reference and your Google Data Studio dashboard), 1.5 spacing, font size 12pt, with at least 5 references.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

