alex_bn_lee

导航

上一页 1 2 3 4 5 6 7 ··· 221 下一页

2024年5月10日 #

[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 阅读(4) 评论(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 阅读(1) 评论(0) 推荐(0) 编辑

[989] How to Use the Apply Method in Pandas

摘要: References: Tutorial: How to Use the Apply Method in Pandas pandas.Series.apply pandas.DataFrame.apply 1. pandas.Series.apply Apply a function to each 阅读全文

posted @ 2024-04-30 12:40 McDelfino 阅读(1) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 221 下一页