alex_bn_lee

导航

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

2025年2月21日 #

[1110] GeoPandas - Merging Data

摘要: References: https://geopandas.org/en/stable/docs/user_guide/mergingdata.html#merging-data There are two ways to combine datasets in GeoPandas - attrib 阅读全文

posted @ 2025-02-21 12:08 McDelfino 阅读(49) 评论(0) 推荐(0)

2025年2月19日 #

[1099] Extract the text from HTML

摘要: Here's an example using Python with the BeautifulSoup library to get the text inside the <option> tags: from bs4 import BeautifulSoup html = ''' <opti 阅读全文

posted @ 2025-02-19 10:17 McDelfino 阅读(7) 评论(0) 推荐(0)

2025年2月18日 #

[1098] Getting Started with the DeepSeek API

摘要: References: Getting Started with the DeepSeek API Making API Requests with Python Now that you have your API key and necessary dependencies, you’re re 阅读全文

posted @ 2025-02-18 12:21 McDelfino 阅读(40) 评论(0) 推荐(0)

2025年2月14日 #

[1097] Converting 3D geometries to 2D geometries in a GeoDataFrame

摘要: MultiPolygon import geopandas as gpd from shapely.geometry import MultiPolygon, Polygon # Sample GeoDataFrame with 3D multipolygons data = {'geometry' 阅读全文

posted @ 2025-02-14 13:46 McDelfino 阅读(16) 评论(0) 推荐(0)

2025年1月20日 #

[1096] Japanese Learning Materials

摘要: Learning Japanese by yourself can be a rewarding journey. Here are some steps and resources to help you get started: 1. Learn the Basics Hiragana and 阅读全文

posted @ 2025-01-20 07:30 McDelfino 阅读(82) 评论(0) 推荐(0)

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