alex_bn_lee

导航

随笔分类 -  Python Study

上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页

Study of Python.
[974] Amazon S3 related stuff
摘要:📋 - Prerequisite: Setting up Amazon S3 📋 - Getting started with Amazon S3 📺 - Getting started with Amazon S3 - Demo | Amazon Web Services 📋 - What 阅读全文

posted @ 2024-02-16 12:08 McDelfino 阅读(8) 评论(0) 推荐(0)

[973] FME related trainings
摘要:2019 FME Desktop Basic Training Course 2019 FME Desktop Basic Training Course FME Desktop Basic Training Manual 2019 FME Desktop Advanced Training Cou 阅读全文

posted @ 2024-02-15 10:59 McDelfino 阅读(8) 评论(0) 推荐(0)

[972] Remove specific sheets from an Excel file
摘要:To remove specific sheets from an Excel file, you can use the openpyxl library in Python. Here's how you can do it: from openpyxl import load_workbook 阅读全文

posted @ 2024-02-13 06:20 McDelfino 阅读(19) 评论(0) 推荐(0)

[971] [Keep original formats] Combine multiple Excel files into one Excel file with multiple sheets
摘要:If the existing Excel file has special formatting that prevents reading it directly with Pandas, you can use a library like openpyxl to handle the app 阅读全文

posted @ 2024-02-12 14:15 McDelfino 阅读(8) 评论(0) 推荐(0)

[970] Combine multiple Excel files into one Excel file with multiple sheets
摘要:You can combine multiple Excel files into one Excel file with multiple sheets using the Pandas library in Python. Here's a general approach: Read each 阅读全文

posted @ 2024-02-12 14:13 McDelfino 阅读(26) 评论(0) 推荐(0)

[969] Add a spatial reference (a coordinate reference system, CRS) to a GeoDataFrame in GeoPandas
摘要:To add a spatial reference (a coordinate reference system, CRS) to a GeoDataFrame in GeoPandas, you can set the crs attribute of the GeoDataFrame to t 阅读全文

posted @ 2024-02-08 14:04 McDelfino 阅读(35) 评论(0) 推荐(0)

[968] Pandas, Data Frame, dtypes
摘要:In Pandas, you can use the dtypes attribute of a DataFrame to get the data type of each column. Here's how you can do it: import pandas as pd # Create 阅读全文

posted @ 2024-02-08 14:01 McDelfino 阅读(49) 评论(0) 推荐(0)

[967] Merge multiple polygons into a single unified polygon
摘要:In Shapely, you can use the unary_union method to merge a list of polygons into a single, unified polygon. Here's an example: from shapely.geometry im 阅读全文

posted @ 2024-02-08 13:58 McDelfino 阅读(72) 评论(0) 推荐(0)

[966] Merge two DataFrames horizontally
摘要:In Pandas, you can use the pd.concat function to merge two DataFrames horizontally (i.e., along columns). Here's an example: import pandas as pd # Sam 阅读全文

posted @ 2024-02-08 13:56 McDelfino 阅读(15) 评论(0) 推荐(0)

[965] Generate a new empty DataFrame with the same columns as an existing DataFrame in Pandas
摘要:To generate a new empty DataFrame with the same columns as an existing DataFrame in Pandas, you can use the pd.DataFrame constructor and pass the colu 阅读全文

posted @ 2024-02-08 13:54 McDelfino 阅读(21) 评论(0) 推荐(0)

[964] Convert a DataFrame to a GeoDataFrame
摘要:To convert a DataFrame to a GeoDataFrame in Pandas, you can use the geopandas.GeoDataFrame constructor and provide the geometry column. Here's an exam 阅读全文

posted @ 2024-02-08 13:51 McDelfino 阅读(59) 评论(0) 推荐(0)

[963] DataFrame to GeoDataFrame, GeoDataFrame.to_file() raises ValueError: Invalid field type <class 'numpy.int64'>
该文被密码保护。

posted @ 2024-02-08 13:45 McDelfino 阅读(0) 评论(0) 推荐(0)

[962] ArcGIS Pro - Calculate Field by Python
摘要:ref: Calculate Field Python examples An example: 阅读全文

posted @ 2024-02-05 08:12 McDelfino 阅读(22) 评论(0) 推荐(0)

[960] API Deployment - Contamination Certificate
该文被密码保护。

posted @ 2024-01-25 12:48 McDelfino 阅读(0) 评论(0) 推荐(0)

[959] Automation of Contamination Certificates
该文被密码保护。

posted @ 2024-01-24 08:45 McDelfino 阅读(0) 评论(0) 推荐(0)

[958] Update the attachments (from the Google Drive or the local disk) in a table of the Airtable
该文被密码保护。

posted @ 2024-01-24 08:25 McDelfino 阅读(0) 评论(0) 推荐(0)

[957] Upload files to Google Drive by Python
该文被密码保护。

posted @ 2024-01-23 13:55 McDelfino 阅读(0) 评论(0) 推荐(0)

[955] Contamination certificate, extend the extent, layer is visible, intersection, select layer by location
该文被密码保护。

posted @ 2024-01-19 07:32 McDelfino 阅读(0) 评论(0) 推荐(0)

[953] Find contours within a polygon
该文被密码保护。

posted @ 2023-11-29 08:13 McDelfino 阅读(0) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页