<samp id="e4iaa"><tbody id="e4iaa"></tbody></samp>
<ul id="e4iaa"></ul>
<blockquote id="e4iaa"><tfoot id="e4iaa"></tfoot></blockquote>
    • <samp id="e4iaa"><tbody id="e4iaa"></tbody></samp>
      <ul id="e4iaa"></ul>
      <samp id="e4iaa"><tbody id="e4iaa"></tbody></samp><ul id="e4iaa"></ul>
      <ul id="e4iaa"></ul>
      <th id="e4iaa"><menu id="e4iaa"></menu></th>

      COMP 315代寫、Java程序語(yǔ)言代做

      時(shí)間:2024-03-12  來(lái)源:  作者: 我要糾錯(cuò)



      Assignment 1: Javascript
      COMP 315: Cloud Computing for E-Commerce
      March 5, 2024
      1 Introduction
      A common task in cloud computing is data cleaning, which is the process of taking an initial data set that may
      contain erroneous or incomplete data, and removing or fixing those elements before formatting the data in a
      suitable manner. In this assignment, you will be tested on your knowledge of JavaScript by implementing a set
      of functions that perform data cleaning operations on a dataset.
      2 Objectives
      By the end of this assignment, you will:
      • Gain proficiency in using JavaScript for data manipulation.
      • Be able to implement various data cleaning procedures, and understand the significance of them.
      • Have developed problem-solving skills through practical application.
      3 Problem description
      For this task, you have been provided with a raw dataset of user information. You must carry out the following
      series of operations:
      • Set up a Javascript class in the manner described in Section 4.
      • Convert the data into the appropriate format, as highlighted in Section 5
      • Fix erroneous values where possible e.g. age being a typed value instead of a number, age being a real
      number instead of an integer, etc; as specified in Section 6.
      • Produce functions that carry out the queries specified in Section 7.
      Data name Note
      Title This value may be either: Mr, Mrs, Miss, Ms, Dr, or left blank.
      First name Each individual must have one. The first character is capitalised and the rest are lower
      case, with the exception of the first character after a hyphen.
      Middle name This may be left blank.
      Surname Each individual must have one.
      Date of birth This must be in the format of DD/MM/YYYY.
      Age All data were collected on 26/02/2024, and the age values should reflect this.
      Email The format should be [first name].[surname]@example.com. If two individuals have the
      same address then an ID is added to differentiate them eg john.smith1, john.smith2, etc
      Table 1: The attributes that should be stored for each user
      1
      4 Initial setup
      Create a Javascript file called Data P rocessing.js. Create a class within that file called Data P rocessing.
      Write a function within that class called load CSV that takes in the filename of a csv file as an input, eg
      load CSV (”User Details”). The resulting data should be saved locally within the class as a global variable
      called raw user data. Write a function called format data, which will have no variables are a parameter. The
      functionality of this method is described in Section 5. Write a function called clean data, which will also have
      no parameters. The functionality of this method is similarly described in Section 6.
      5 Format data
      Within the function format data, the data stored within raw user data should be processed and output to
      a global variable called formatted user data. The data are initially provided in the CSV format, with the
      delimiter being the ’,’ character. The first column of the data is the title and full name of the user. The second
      and third columns are the date of birth, and age of the user, respectively. Finally, the fourth column is the
      email of the user. Ensure that the dataset is converted into the appropriate format, outlined in Table 1. This
      data should be saved in the JSON format (you may use any built in JavaScript method for this). The key for
      each of the values should be names shown in the ’Data name’ column, however converted to lower case with an
      underscore instead of a space character eg ’first name’.
      6 Data cleaning
      Within the function clean data, the data cleaning tasks should be carried out, loading the data stored in
      formatted user data. All of this code may be written within the clean data function, or may be handled by
      a series of functions that are called within this class. The latter option is generally considered better practice.
      Examine the data in order to determine which values are in the incorrect format or where values may be missing.
      If a value is in the incorrect format then it must be converted to be in the correct format. If a value is missing or
      incorrect, then an attempt should be made to fill in that data given the other values. The cleaned data should
      be saved into the global variable cleaned user data.
      7 Queries
      Often, once the data has been processed, we perform a series of data analysis tasks on the cleaned data. Each
      of these queries are outlined in Table 2. Write a function with the name given in the ’Function name’ column,
      that carries out the query given in the corresponding ’Query description’. The answer should be returned by
      the function, and not stored locally or globally.
      Function name Query description
      most common surname What is the most common surname name?
      average age What is the average age of the users, given the values stored in the ’age’ column?
      This should be a real number to 3 significant figures.
      youngest dr Return all of the information about the youngest individual in the dataset with
      the title Dr.
      most common month What is the most common month for individuals in the data set?
      percentage titles What percentage of the dataset has each of the titles? Return this in the form
      of an array, following the order specified in the ’Title’ row of Table 1. This
      should included the blank title, and the percentage should be rounded to the
      請(qǐng)加QQ:99515681  郵箱:99515681@qq.com   WX:codehelp 

      標(biāo)簽:

      掃一掃在手機(jī)打開當(dāng)前頁(yè)
    • 上一篇:ACS61012代寫、MATLAB編程語(yǔ)言代做
    • 下一篇:IEMS 5730代做、c++,Java語(yǔ)言編程代寫
    • 無(wú)相關(guān)信息
      昆明生活資訊

      昆明圖文信息
      蝴蝶泉(4A)-大理旅游
      蝴蝶泉(4A)-大理旅游
      油炸竹蟲
      油炸竹蟲
      酸筍煮魚(雞)
      酸筍煮魚(雞)
      竹筒飯
      竹筒飯
      香茅草烤魚
      香茅草烤魚
      檸檬烤魚
      檸檬烤魚
      昆明西山國(guó)家級(jí)風(fēng)景名勝區(qū)
      昆明西山國(guó)家級(jí)風(fēng)景名勝區(qū)
      昆明旅游索道攻略
      昆明旅游索道攻略
    • 幣安app官網(wǎng)下載 幣安app官網(wǎng)下載

      關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責(zé)聲明 | 幫助中心 | 友情鏈接 |

      Copyright © 2023 kmw.cc Inc. All Rights Reserved. 昆明網(wǎng) 版權(quán)所有
      ICP備06013414號(hào)-3 公安備 42010502001045

      主站蜘蛛池模板: 亚洲中文字幕无码永久在线| 亚洲AV无码成人精品区大在线| 亚洲AV无码乱码国产麻豆穿越| 无码人妻久久久一区二区三区| 白嫩少妇激情无码| 无码色偷偷亚洲国内自拍| 亚洲爆乳无码专区| 永久免费无码网站在线观看| 国产精品无码午夜福利| 亚洲国产成人精品无码久久久久久综合| 亚洲av日韩av无码黑人| 亚洲成A人片在线观看无码不卡 | 无码av免费一区二区三区| 亚洲Av无码乱码在线观看性色| 69堂人成无码免费视频果冻传媒| 日韩人妻无码一区二区三区综合部| 亚洲AⅤ永久无码精品AA| 亚洲中文字幕无码av| 日本精品人妻无码免费大全| 亚洲精品无码av片| 久久久无码精品亚洲日韩蜜臀浪潮| 人妻无码久久一区二区三区免费| 国产AV天堂无码一区二区三区| 亚洲人成人伊人成综合网无码| 久久精品中文字幕无码| 亚洲级αV无码毛片久久精品| 无码激情做a爰片毛片AV片| 特级无码a级毛片特黄| 国产成人无码AV片在线观看 | 久久亚洲中文无码咪咪爱| 久久亚洲AV成人无码| 亚洲AV日韩AV无码污污网站| 无码人妻精品一二三区免费 | 免费无码又爽又刺激一高潮| 免费无码又爽又刺激毛片| 无码人妻精品一区二区三区不卡 | 亚洲AV综合色区无码二区爱AV| 日韩精品少妇无码受不了| 无码精品人妻一区二区三区免费看| 亚洲精品无码成人AAA片| 亚洲AV无码欧洲AV无码网站|