alex_bn_lee

导航

#

[置顶] 【089】◀▶ Microsoft Office 技巧

摘要: 目录: 一、Word 篇: 二、Excel 篇: 三、Visio 篇: 四、Power Point 篇: 一、Word 篇: 二、Excel 篇: 三、Visio 篇: 【中文版】连接线格式->行为->连接线->跨线->添加->从不 【英文版】format->behavior…->Connector 阅读全文

posted @ 2012-10-25 15:35 McDelfino 阅读(1482) 评论(0) 推荐(0) 编辑

2024年11月19日 #

[1078] To import an existing Python environment in Visual Studio Code (VSCode)

摘要: To import an existing Python environment in Visual Studio Code, follow these steps: 1. **Open Visual Studio Code**. 2. **Open the Command Palette**: - 阅读全文

posted @ 2024-11-19 13:07 McDelfino 阅读(2) 评论(0) 推荐(0) 编辑

2024年11月15日 #

[1077] Address history

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

posted @ 2024-11-15 20:56 McDelfino 阅读(0) 评论(0) 推荐(0) 编辑

2024年11月11日 #

[1076] Clauses with the pattern "prep + which"

摘要: Clauses with the pattern "prep + which" are often used to add additional information or clarify a relationship between two parts of a sentence. These 阅读全文

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

2024年11月6日 #

[1075] Groupby method in pandas

摘要: You can achieve this using the groupby method along with agg to join the values of other columns with a newline character (\n). Here’s a step-by-step  阅读全文

posted @ 2024-11-06 08:42 McDelfino 阅读(7) 评论(0) 推荐(0) 编辑

[1074] Using an if...else statement within the apply function in pandas

摘要: Here's an example of using an if...else statement within the apply function in pandas: Example Import Pandas: import pandas as pd Create a Sample Data 阅读全文

posted @ 2024-11-06 06:55 McDelfino 阅读(3) 评论(0) 推荐(0) 编辑