In this tutorial, you’ll learn how to use basic pandas functionality to select and manipulate data from a spatially enabled dataframe in a python notebook. Pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on...
This is a short tutorial where we use ArcGIS Notebooks inside ArcGIS Pro to do data exploration and analysis. In this tutorial you’ll learn the following: How to create a new Notebook inside an ArcGIS Pro projectHow to reference a local workspace using arcpyHow to...
ArcPy doesn´t have an option to export shapefile attribute tables to pandas DataFrame objects. Fortunately, there are number of workarounds available to make this happen. Pandas DataFrame objects are comparable to Excel spreadsheet or a relational database table. They...
This blog post covers GeoPandas, a Python package that makes working with geospatial data easier. What is GeoPandas? GeoPandas is an open source project for working with geospatial data in Python. It is designed to work with existing tools, such as desktop GIS,...