06 2021 档案

摘要:########## Bathrooms train_df.columns all_df = train_df.loc[:, ["Sold Price", "Bathrooms"]] plt.figure(figsize = (20, 6)) sns.scatterplot(data=all_df, 阅读全文 »
posted @ 2021-06-21 19:43 哈哈哈喽喽喽 阅读(50) 评论(0) 推荐(0) 编辑
摘要:#! /usr/bin/env python import os,sys import time def main(): url_dnsrbl3=r'curl -connect-timeout 100 -m 900 -X GET https://dgarchive.caad.fkie.fraunho 阅读全文 »
posted @ 2021-06-11 18:24 哈哈哈喽喽喽 阅读(26) 评论(0) 推荐(0) 编辑
摘要:Figure,Axes,Axis 关系 Figure: 红色的外框,其实可以把它理解为一个大画板,我们所有的内容都会画在这个“画板”上 Axes: 蓝色的内框,Axis 指 x、y 坐标轴等(如果有三维那就还有 z 轴),代表的是 “坐标轴”。而 Axes 在英文里是 Axis 的复数形式,也就是说 阅读全文 »
posted @ 2021-06-10 10:52 哈哈哈喽喽喽 阅读(108) 评论(0) 推荐(0) 编辑
摘要:import pandas as pd train_pd = pd.read_csv("train.csv") # print(train_pd) select_pd = train_pd.loc[:,['Sold Price', 'Listed Price']] select_pd = selec 阅读全文 »
posted @ 2021-06-09 18:06 哈哈哈喽喽喽 阅读(19) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示