特斯拉最安全的车_特斯拉现在是最受欢迎的租车选择

特斯拉最安全的车

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.mzph.cn/news/391187.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

WebSocket入门

WebSocket前言  WebSocket是HTML5的重要特性,它实现了基于浏览器的远程socket,它使浏览器和服务器可以进行全双工通信,许多浏览器(Firefox、Google Chrome和Safari)都已对此做了支持。 在WebSocket出现之前&#xff…

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…

2017-2018-1 20179215《Linux内核原理与分析》第二周作业

20179215《Linux内核原理与分析》第二周作业 这一周主要了解了计算机是如何工作的,包括现在存储程序计算机的工作模型、X86汇编指令包括几种内存地址的寻址方式和push、pop、call、re等几个重要的汇编指令。主要分为两部分进行这周的学习总结。第一部分对学习内容进…

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…

重学TCP协议(6) 四次挥手

1. 四次挥手 客户端进程发出连接释放报文,并且停止发送数据。释放数据报文首部,FIN1,其序列号为sequ(等于前面已经传送过来的数据的最后一个字节的序号加1),此时,客户端进入FIN-WAIT-1&#xff…

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…

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

1. 数据库和文件系统的关系 像 InnoDB 、 MyISAM 这样的存储引擎都是把表存储在文件系统上的。当我们想读取数据的时候,这些存储引擎会从文件系统中把数据读出来返回给我们,当我们想写入数据的时候,这些存储引擎会把这些数据又写回文件系统。…

Digital River拉来Netconcepts站台 亚太营销服务升级

它是大洋彼岸的一家网络软件下载、分销商,很多重量级的软件行业领军企业都是其客户,它一直低调摸索亚太营销的路子,在今年九月份,它一改常态,高调宣布入华,三个月后,它带来了最新消息&#xff1…

按下按钮_按下

按下按钮Updated with the latest data: 23/8/2020更新最新数据:23/8/2020 As restrictions are lifted for Laois and Offaly, difficult times are set to continue for the people of Kildare, at least for another couple of weeks, as they continue to fight…

windows中怎么添加定时任务

linux中有crontab定时任务,很方便 其实windows也有类似的 需求:定时执行python脚本 1、Windows键R,调出此窗口,输入compmgmt.msc 2、 转载于:https://www.cnblogs.com/gcgc/p/11594467.html

重学TCP协议(7) Timestamps 选项

1.Timestamps 选项的组成部分 时间戳选项占10个字节 kind(1字节) + length(1字节) info (8字节),其中kind8,length10,info由timestamp(TS value)和timestamp echo(TS Echo Reply)两…

c++ 时间序列工具包_我的时间序列工具包

c 时间序列工具包When it comes to time series forecasting, I’m a great believer that the simpler the model, the better.关于时间序列预测,我坚信模型越简单越好。 However, not all time series are created equal. Some time series have a strongly defi…

bash 的相关配置

bash 参数自动补全 请安装 bash-completion bash 提示符 说明:参考文档 1. 简洁风格 if [[ ${EUID} 0 ]] ; then PS1\[\033[01;32m\][\[\033[01;35m\]\u\[\033[01;37m\] \w\[\033[01;32m\]]\$\[\033[00m\] else PS1\[\033[01;32m\][\u\[\033[01;37m\] \w\[\033[01;…

LINUX系统安装和管理

目录 一.应用程序 对比应用程序与系统命令的关系 典型应用程序的目录结构 常见的软件包装类型 二.RPM软件包管理 1.RPM是什么? 2.RPM命令的格式 查看已安装的软件包格式 查看未安装的软件包 3.RPM安装包从哪里来? 4.挂载的定义 挂载命令moun…

adobe 书签怎么设置_让我们设置一些规则…没有Adobe Analytics处理规则

adobe 书签怎么设置Originally published at Analyst Admin.最初发布于Analyst Admin 。 In my experience working with Adobe Analytics, I’ve found that Processing Rules help in some cases, but oftentimes they create more work. I try to avoid using Processing R…

详解linux下安装python3环境

1、下载python3.5源码包首先去python官网下载python3的源码包,网址:https://www.python.org/ 进去之后点击导航栏的Downloads,也可以鼠标放到Downloads上弹出菜单选择Source code,表示源码包,这里选择最新版本3.5.2&am…

重学TCP协议(8) TCP的11种状态

TCP的11种状态 为了逻辑更加清晰,假设主动打开连接和关闭连接皆为客户端,被动打开连接和关闭连接皆为服务端 客户端独有的:(1)SYN_SENT (2)FIN_WAIT1 (3)FIN_WAIT2 &…

肯尼亚第三方支付_肯尼亚的COVID-19病例正在Swift增加,我们不知道为什么。

肯尼亚第三方支付COVID-19 cases in Kenya are accelerating rapidly. New cases have increased 300% month-over-month since April of this year while global and regional media have reported on the economic toll of stringent lock-down measures and heavy-handed go…