自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

静静的博客

学习笔记

  • 博客(4)
  • 资源 (3)
  • 收藏
  • 关注

翻译 python练习笔记(4)-制作地图

Mapping Tools地图映射工具geopandas provides a high-level interface to the matplotlib library for making maps. Mapping shapes is as easy as using the plot() method on a GeoSeries or GeoDataFrame.geopanda...

2018-09-17 18:07:36 2436

翻译 PYTHON 练习笔记(三)索引和选择数据

Indexing and Selecting DataGeoPandas inherits the standard pandas methods for indexing/selecting data. This includes label based indexing with .loc and integer position based indexing with .iloc, wh...

2018-09-17 17:50:30 585

翻译 PYTHON 联系笔记 GeoPandas(二)空间数据的读与写

Reading and Writing Files读写文件Reading Spatial Data 读取空间数据geopandas can read almost any vector-based spatial data format including ESRI shapefile, GeoJSON files and more using the command:geopanda...

2018-09-17 17:45:59 5382

翻译 Python 的一些练习(1)加载shapefile

pandas简介 Pandas是Python的一个结构化数据分析的利器。其中,DataFrame是比较常用的处理数据的对象,类似于一个数据库里的table或者excel中的worksheet,可以非常方便的对二维数据读取(xls,csv,hdf等)、增删改查、基本绘图等。pandas应该是用python做数据分析必不可少的工具。下图是一个dataframe的实例geopandas简介 ...

2018-09-17 17:32:57 28216

用PyQt5 Pthon3.3创建一个简单的Win窗口例子

用PyQt5 Pthon3.3创建一个简单的Win窗口例子,简单易学的小例子,

2018-02-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除