特斯拉最安全的車_特斯拉現在是最受歡迎的租車選擇

特斯拉最安全的車

Have you been curious to know which cars are most popular in US and what are their typical rental fares in various cities? As the head of Product and Data Science at an emerging technology start-up, Ving Rides, these were some of the questions I was trying to answer. I gathered lot of insights through this exercise, but for the sake of time I will be presenting some of the most interesting ones for your consumption.

您是否想知道哪種汽車在美國最受歡迎,在各個城市的典型租金是多少? 作為新興技術創業公司Ving Rides的產品和數據科學負責人,這些是我要回答的一些問題。 通過此練習,我收集了很多見解,但是為了節省時間,我將介紹一些最有趣的見解供您使用。

Read on to know these answers presented using some beautiful visualizations.

繼續閱讀,以了解使用一些精美的可視化呈現的答案。

Image for post
Photo by Vlad Tchompalov on Unsplash
Vlad Tchompalov在Unsplash上的照片

見解: (The Insights:)

I’ll list some caveats and other details later, but first let’s dive straight into the findings from this exploration:

稍后我將列出一些注意事項和其他細節,但首先讓我們直接了解一下本次探索的結果:

1. Tesla is the most rented car:

1.特斯拉是租金最高的汽車:

Closely following Tesla is Toyota, BMW, Ford and Chevrolet. Below figure shows the make of cars against daily rental values and is arranged from top to bottom in the order their counts/numbers i.e. popularity. Each dot below represents a car from the dataset!

緊隨特斯拉之后的是豐田,寶馬,福特和雪佛蘭。 下圖顯示了按日租金計算的汽車制造商,并按其數量/數量(即受歡迎程度)從上到下排列。 下面的每個點代表數據集中的一輛汽車!

Image for post

2. Rarest Cars are: McLaren, Saab, Suzuki, Mercury and Genesis

2. 稀有汽車有:邁凱輪,薩博,鈴木,水星和創世紀

These results can be seen in the previous figure.

這些結果可以在上圖中看到。

Image for post
Photo by Jeff Tumale on Unsplash
Jeff Tumale在Unsplash上拍攝的照片

3. Majority of Car rental fare is between 35–60 Dollar per day range

3.大多數租車費每天在35–60美元之間

Image for post

2. Most expensive cities for car rentals: Newark, Atlanta, Las Vegas, Fort Lauderdale and San Francisco:

2.租車最昂貴的城市:紐瓦克,亞特蘭大,拉斯維加斯,勞德代爾堡和舊金山:

I only included cities which had at least 20 cars operational in the city for a fairer comparison. The cities are ranked from highest median car rental value to lowest. Median is a better metric here than a simple average.

為了更公平地比較,我只包括在該城市運營至少20輛汽車的城市。 這些城市的排名從最高的中位租車價格到最低的排名。 在這里,中位數是比簡單平均值更好的指標。

Image for post

3. Cheapest cities for car rentals: Richmond, Minneapolis, Oklahoma City, San Antonio and Indianapolis.

3.租車最便宜的城市:里士滿,明尼阿波利斯,俄克拉荷馬城,圣安東尼奧和印第安納波利斯。

The same figure as above shows these results.

上面相同的圖顯示了這些結果。

4. Most popular Car models are: Model 3, Mustang, Model S, Wrangler and Model X

4.最受歡迎的汽車模型是:模型3,野馬,模型S,牧馬人和模型X

Only top 50 models are shown below as number of models were too many.

由于型號太多,因此下面僅顯示前50個型號。

Image for post

One caveat: Because the data was scraped from a particular peer-to-peer car rental website, the dataset is likely skewed towards ‘tech’ workers or millennials who are more likely to use such platforms. But as most of the people in USA are now comfortable using such technology platforms, I think the skew should be tolerable. Moreover, as you — the Medium readers — are likely to fall in that demographic, the skew actually should not really matter.

一個警告:由于數據是從特定的點對點租車網站上抓取的,因此該數據集可能會偏向更可能使用此類平臺的“技術”工人或千禧一代。 但是,由于美國大多數人現在對使用這樣的技術平臺感到滿意,所以我認為這種偏斜應該是可以容忍的。 而且,由于您(中級讀者)可能會屬于該人群,因此偏斜實際上并不應該很重要。

數據集和工具: (The Dataset and Tools:)

I built this data-set by web-scraping using Python. An actual discussion of the same is being left our here for the sake of brevity and time. If you are interested, then do let me know in the comments below.

我通過使用Python進行網頁抓取來構建此數據集。 為了簡潔和節省時間,我們將在此處進行實際討論。 如果您有興趣,請在下面的評論中告訴我。

After scraping the data, I used Jupyter Notebook to do some data wrangling and cleaning. The plots and visualizations themselves have been made using Seaborn and Matplotlib libraries. If you are interested in looking at the code and can wade through some messy details, then have a look at my Github repo.

抓取數據后,我使用Jupyter Notebook進行了一些數據整理和清理。 繪圖和可視化本身是使用Seaborn和Matplotlib庫制作的。 如果您對查看代碼感興趣并且可以瀏覽一些凌亂的細節,請查看我的Github回購 。

康奈爾租車數據集 (Cornell Car Rental Dataset)

With this post I am also introducing, what I am going to call as, the Cornell Car Rental Dataset: A Dataset of 5,851 Cars with fields such as Vehicle Make, Model, Year, Daily Fare, Location Details and more. Many of the unnecessary fields and fields with private information have already been removed from this dataset. This will be my small contribution, among others that i have made, to the open source community that I have benefitted tremendously over the course of time.

在這篇文章中,我還將介紹康奈爾汽車租賃數據集:一個5,851輛汽車的數據集,其中包含諸如車輛制造,型號,年份,每日車費,位置詳細信息等字段。 許多不必要的字段和帶有私人信息的字段已從此數據集中刪除。 這將是我對開源社區的一小筆貢獻,而這是我長期以來受益匪淺的。

You can download the dataset from my Kaggle repo. Download it and have fun exploring.

您可以從我的Kaggle存儲庫下載數據集。 下載并享受探索的樂趣。

翻譯自: https://medium.com/@kushlesh.iitb/tesla-is-now-the-most-popular-car-rental-choice-9b47ce18c9c8

特斯拉最安全的車

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/391187.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/391187.shtml
英文地址,請注明出處:http://en.pswp.cn/news/391187.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

leetcode 740. 刪除并獲得點數(dp)

給你一個整數數組 nums ,你可以對它進行一些操作。 每次操作中,選擇任意一個 nums[i] ,刪除它并獲得 nums[i] 的點數。之后,你必須刪除每個等于 nums[i] - 1 或 nums[i] 1 的元素。 開始你擁有 0 個點數。返回你能通過這些操作…

WebSocket入門

WebSocket前言  WebSocket是HTML5的重要特性,它實現了基于瀏覽器的遠程socket,它使瀏覽器和服務器可以進行全雙工通信,許多瀏覽器(Firefox、Google Chrome和Safari)都已對此做了支持。 在WebSocket出現之前&#xff…

安卓游戲開發推箱子_保持冷靜并砍箱子-開發

安卓游戲開發推箱子Hack The Box (HTB) is an online platform allowing you to test your penetration testing skills. It contains several challenges that are constantly updated. Some of them simulating real world scenarios and some of them leaning more towards …

自定義TabLayout

本文為kotlin仿開眼視頻Android客戶端的后續補充內容,本篇為大家介紹如何對TabLayout進行定制使用,基于項目需求,本篇主要對部分功能進行了定制,如:指示器距離文字的距離、文字選中加粗、文字選中變大等 本文部分代碼參…

ml dl el學習_DeepChem —在生命科學和化學信息學中使用ML和DL的框架

ml dl el學習Application of Machine Learning and Deep Learning for Drug Discovery, Genomics, Microsocopy and Quantum Chemistry can create radical impact and holds the potential to significantly accelerate the process of medical research and vaccine developm…

響應式網站設計_通過這個免費的四小時課程,掌握響應式網站設計

響應式網站設計This video tutorial from Kevin Powell teaches you to build responsive websites from scratch. 凱文鮑威爾(Kevin Powell)的這段視頻教程教您從頭開始構建響應式網站。 The course starts with explaining the core concepts needed to start thinking resp…

2017-2018-1 20179215《Linux內核原理與分析》第二周作業

20179215《Linux內核原理與分析》第二周作業 這一周主要了解了計算機是如何工作的,包括現在存儲程序計算機的工作模型、X86匯編指令包括幾種內存地址的尋址方式和push、pop、call、re等幾個重要的匯編指令。主要分為兩部分進行這周的學習總結。第一部分對學習內容進…

python:單例模式--使用__new__(cls)實現

單例模式:即一個類有且僅有一個實例。 那么通過python怎么實現一個類只能有一個實例呢。 class Earth:"""假如你是神,你可以創造地球"""print 歡迎來到地球# 生成一個地球 a Earth() print id(a)# 再生成一個地球 b Ear…

重學TCP協議(5) 自連接

1.自連接是什么 在發起連接時,TCP/IP的協議棧會先選擇source IP和source port,在沒有顯示調用bind()的情況下,source IP由路由表確定,source port由TCP/IP協議棧從local port range中選取尚未使用的port。 如果destination IP正…

Gradle復制文件/目錄方法

2019獨角獸企業重金招聘Python工程師標準>>> gradle復制文件/文件夾方法 復制文件 //復制IDE生成的classes.jar文件到build/libs中,并改名為FileUtils.jar. task copyFile(type:Copy) {delete build/libs/FileUtils.jarfrom(build/intermediates/bundles…

用戶參與度與活躍度的區別_用戶參與度突然下降

用戶參與度與活躍度的區別disclaimer: I don’t work for Yammer, this is a public data case study, I’ve written it in a narrative format to make this case study more engaging to read.免責聲明:我不為Yammer工作,這是一個公共數據案例研究&am…

python:__new__()與__init__()

參考:https://blog.csdn.net/qq_41020281/article/details/79638370 轉載于:https://www.cnblogs.com/gcgc/p/11585599.html

重學TCP協議(6) 四次揮手

1. 四次揮手 客戶端進程發出連接釋放報文,并且停止發送數據。釋放數據報文首部,FIN1,其序列號為sequ(等于前面已經傳送過來的數據的最后一個字節的序號加1),此時,客戶端進入FIN-WAIT-1&#xff…

mysql數據庫部分操作指令

用cmd開啟服務時拒絕訪問. 原因:不是管理員用戶,沒有權限 將服務中的 MySQL設置為手動啟動, 否則 開機自動啟動. 啟動mysql服務,用管理員權限打開dos界面 windowsX A 打開開始界面 點擊管理員開啟cmd 啟動服務:net start …

推箱子2-向右推!_保持冷靜并砍箱子-嗶

推箱子2-向右推!Hack The Box (HTB) is an online platform allowing you to test your penetration testing skills. It contains several challenges that are constantly updated. Some of them simulating real world scenarios and some of them leaning more towards a C…

UML建模圖實戰筆記

一、前言 UML:Unified Modeling Language(統一建模語言),使用UML進行建模的作用有哪些: 可以更好的理解問題可以及早的發現錯誤或者被遺漏的點可以更加方便的進行組員之間的溝通支持面向對象軟件開發建模,可…

數據草擬:使您的團隊熱愛數據的研討會

Learn the rules to Data Draw Up; a fun way to get your teams invested in data.了解數據收集的規則; 一種讓您的團隊投入數據的有趣方式。 Let’s keep things short. Metrics are one of the most important things in Product Management. They help us to u…

python:列表推導式

python中有種獨特的語法:推導式,可以將代碼壓縮到1行,但是不使用也不影響。 有三種:列表、字典、集合(注意沒有元組推導式) 列表推導式 # 1、一行代碼實現1—100之和(知識點:列表推導式) print(…

WPF中刪除打開過的圖片

WPF中刪除打開過的圖片 原文:WPF中刪除打開過的圖片在WPF中,當我們刪除打開過的圖片時,往往會遇到"...無法刪除,文件正在被另一個進程使用"的異常。即使當前文件是打開后關閉過的也不行。 這個問題的原因很簡單,是因為W…

深入理解InnoDB(5)-文件系統

1. 數據庫和文件系統的關系 像 InnoDB 、 MyISAM 這樣的存儲引擎都是把表存儲在文件系統上的。當我們想讀取數據的時候,這些存儲引擎會從文件系統中把數據讀出來返回給我們,當我們想寫入數據的時候,這些存儲引擎會把這些數據又寫回文件系統。…