代做INFS5710 Information Technology Infrastructure for Business Analytics Assessment 3代写Python编程

INFS5710 Information Technology Infrastructure for Business Analytics

Assessment 3

Project Statement

(Due by 4 PM on Tuesday, 12 November 2024 via Moodle)

•    This project accounts for 25% of the total marks for this course.

•    The deliverable is a PowerPoint file with speaker notes.

The New York City taxi system is one of the most iconic and extensive in the world. Yellow taxis are traditional cabs that can pick up passengers anywhere in the five boroughs of New York City. The New   York City Taxi and Limousine Commission (TLC) regulates the taxi industry, ensuring safety, reliability, and fair pricing. Yellow taxis operate under a medallion system, where each taxi must have a medallion (aspecial license) to operate. These medallions are limited in number and can be expensive. The modern yellow taxis have GPS, credit card payment systems, and digital meters. Many also have screens that provide information and entertainment to passengers. Efforts have been made to increase the number of wheelchair-accessible taxis, making the system more inclusive.

The TLC provides detailed trip data, which includes information such as pick-up and drop-off locations, trip distances, fares, and payment methods. This data is valuable for analysing trends, optimizing routes, and understanding passenger behaviour.

Ref:Exploratory Data Analysis Of New York City Yellow Taxi Data (nycdatascience.com)

NYC Yellow Taxi Data

The manager of the Yellow Taxi company has hired you to analyse the data. The New York City Taxi and Limousine Commission (TLC Trip Record Data—TLC (nyc.gov)) generates many data. However, for this    assignment, we only use a one-month sample dataset from theNYC Taxi Fare Dataset (kaggle.com) website. Note: Do not download the data file directly from the website.

Note: You are not allowed to contact collaborators on the website or anyone with experience with the taxi data for assistance. You and your fellow group members must do all the work. However, you can research how taxi operators, taxi data's background, and soon. The taxi model is different from car sharing, such as Uber.

The websiteNYC Taxi Fare Dataset (kaggle.com)has some basic statistics that you can view. One of the contributors used Python to do the data analysis. It was found that more passengers paid with cards than with cash. All the analyses performed on the cards and cash were done correctly. Nevertheless, the explanation and recommendations are not exciting. It is seen that more passengers use cards than cash to pay. To investigate further, I would have explored from which locations or taxi zones passengers use cash or cards to pay. Alternatively, I would have explored the time of the day or the day of the week. I believe you can do a better job than this contributor.

One recommendation by this contributor is to “encoinkurage customers to pay with credit cards to capitaliseon the potential for generating more revenue for taxi drivers.” If you look carefully at the tip amount for cash, it is zero because it is not recorded. Conversely, every transaction, including the tips  using credit cards, is recorded. It is common that, in cash business, not all income, such as tips, is reported to the Internal Revenue Service or IRS (government tax department). Thus, the “dishonest” taxi drivers have no incentive to encourage customers to pay with credit cards.

You can find other analyses done by contributors related to the taxi data, such as Unraveling NYC Yellow Taxi Patterns: An In-depth Exploratory Data Analysis  | by Haonan Zhong  | Medium. Copying the same analysis will not get you a mark as the results have been shown. However, you can get some ideas from the analysis and then expand from there.

The original dataset downloaded from theNYC Taxi Fare Dataset website (kaggle.com)is reasonably clean but has 65 thousand missing data. After removing the missing data, the dataset now encompasses records of approximately 6.34 million taxi trips. The number of missing record is roughly 1% of the total number of rows, so the impact is minimal.

The metadata can be found on the websiteTLC Trip Record Data—TLC (nyc.gov). There, you can also see the taxi zone maps and lookup tables. Please note that more columns have been added recently, so the last column is not in your downloaded dataset.

Other factors that might impact the data, which you have to do some research and find the data yourself, include:

(a)  Weather data: The weather might play an important role in this project. For example, you might  want to explore if weather (e.g., temperature) impacts taxi rides. If, after analysing the data, you  find weather has no impact on the number of passengers using the taxi when you think it should  be based on the literature or previous historical data (say, for example), you need to explain why that is not the case.

(b)  Holiday data: Holidays are another factor that could influence taxi rides. You can easily search for the dates of federal holidays in the US.

(c)   Location (taxi zones) data: Another factor that could influence taxi rides is location.

Tasks

In this project, you are expected to manage and clean the collected data; some columns may contain missing data, different formatting, and incomplete information. On the surface, the data is relatively  clean. 65,000 missing rows have been excluded. You have roughly 6.34 million taxi trips.

These insights will help to understand taxi hire in New York City.

(1)  Entity Relationship Model

Before proceeding with data analysis, you must download the data (see next (2) for instructions). Based  on the initial downloaded table, you create a normalised entity-relationship model/diagram (ERM/ERD). It is imperative to model all the necessary tables for your analysis, encompassing primary and foreign keys and attributes. If you want to use data from the downloaded table, such as weather, you need to include it in the model. You have to justify the creation of your model.

Due to the dataset size, you do not have to implement individual tables. However, if you feel more comfortable with individual tables, you are most welcome to do so. You will not be penalised for taking this step.

(2)  Import Data

A few steps exist to import the data from the downloaded file into the SAS Enterprise Guide. Ensure that the data are created in a SAS dataset file; this is your responsibility and part of the assessment.

(a)  Download file

Firstly, you can download the file TaxiFareDatasetMod.csv from this link:Group Assignment Yellow Taxi Data, under the Group Assignment channel in Teams. The file is about 500Mb, and you might want download when you are at the university.

It is highly recommended that you put the downloaded file in the same folder as your Orion/OrionDB datasets.

(b)  File Import

The option to import the downloaded file into the SAS Enterprise Guide is File > Import Data on the Menu. You will have to find the folder containing your downloaded file,e.g., in your Orion/OrionDB folder.

Note: the screenshots might look different from yours.

(c)   Define your library

The SAS dataset file will be created in the folder defined as your library. You must find the folder where you want to save your dataset. In this case, we want to save it in the Orion/OrionDB folder.

Click the <Next> button to continue.

(d)  Select Data in SAS Enterprise Guide - Select Data Source

Select all the default options and click the <Next> button to continue; it will check the rows.

It will import just less than 6 million rows.

(e)  Select Data in SAS Enterprise Guide - Define Field Attributes

SAS will define the field attributes based on what it found. Leave everything as default and click the <Next> button to continue.

(f)   Select Data in SAS Enterprise Guide - Advanced Options

Leave everything as default and click the <Finish> button to import the data.

Uploading the data as a SAS dataset file will take a while. So, please be patient!

Once the data is uploaded, you can see a screen with the imported data.

You can also find the SAS dataset generated in the Orion/OrionDB folder.

You can make a copy of this SAS dataset. I made a copy of the dataset and named it taxidata.sas7dat, as an example, leaving the original dataset as a backup.

(3)  Data Analysis

The manager of the NYC Yellow Taxi asked you to analyse the data and let the data speak for itself.” You  understand that the company wants to  grow the  market  further and  attract  more  customers.  Before they do it, they want to have some insights from the data:

“Using  Yellow  Taxis in New  York  City offers a reliable and efficient transportation option

backed by comprehensive data analysis. Studies show that Yellow Taxis provides consistent

service  across  all  boroughs,  with  high  availability  during  peak  hours,  ensuring  you  can

always find a ride when you need it most.The data reveals that Yellow Taxis are particularly effective for short to mid-distance trips, with 80% of rides being under 5 miles, making them ideal for quick commutes or errands.

The following are some suggestions that you may consider:

•    Location analysis: What locations are most popular (for start or destination)? At what times?

•    Trip analysis: For example, what routes are most popular? What is the average distance of trips? Are most trips within a few streets or across cities?

•    Time analysis for demand: What time of day has a higher demand?

•    Holiday analysis: How do holidays affect the demand, if any?

•    Weather analysis: How does weather influence demand, if any?

•    Customer Behaviour analysis: How do the customers like to travel?

SAS Enterprise Guide (EG)

You are required to use only the SAS Enterprise Guide (EG) for this project. To begin with the ETL

(extract, transform. and loading) process, you need to prepare your data in proper tables that will go

into SAS. That is, you need to create tables in the SAS environment. By following the previous step, you have done it.

Whenever you want to conduct an analysis (e.g., trip analysis), you must write a query to select relevant attributes for a specific analysis. Sometimes, you might want to retrieve only the needed data and put    it into another SAS dataset before you do your analysis. See the appendix for some common data

analysis functions of SAS EG.

Finally, please note you can assume that the management (or the LIC or the tutors) knows nothing    beyond this project statement. Therefore, you need to use your judgment and make necessary and  reasonable assumptions when doing this project. Make sure to present all assumptions made in the project. You have to make a judgement on the data and what to do with them.


热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图