alex_bn_lee

导航

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 229 下一页

2024年5月10日 #

[994] AWS Lambda Function for CC

该文被密码保护。 阅读全文

posted @ 2024-05-10 11:54 McDelfino 阅读(0) 评论(0) 推荐(0) 编辑

[993] Base64

摘要: ref: Base64-wiki ref: base64encoder.io ref: b64encode.com Base64 is a binary-to-text encoding scheme that allows binary data to be represented as a se 阅读全文

posted @ 2024-05-10 09:58 McDelfino 阅读(4) 评论(0) 推荐(0) 编辑

2024年5月6日 #

[992] Remove holes within polygons in a shapefile

摘要: To remove holes within polygons in a shapefile, you can use the geopandas library in Python. Here's how you can do it: import geopandas as gpd # Read 阅读全文

posted @ 2024-05-06 13:22 McDelfino 阅读(16) 评论(0) 推荐(0) 编辑

2024年5月3日 #

[991] Add calendars from New Outlook

该文被密码保护。 阅读全文

posted @ 2024-05-03 12:07 McDelfino 阅读(0) 评论(0) 推荐(0) 编辑

2024年4月30日 #

[990] Functions of pandas

摘要: Ref: pandas-cookbook Series.isxxxx() Series.isin(): Whether elements in Series are contained in values. top_oceania_wines = reviews[ (reviews.country. 阅读全文

posted @ 2024-04-30 13:09 McDelfino 阅读(2) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 229 下一页