会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
myrj
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
188
下一页
2023年7月18日
python 图像拼接
摘要: import cv2 import math import os # 文件夹所有图片 path = "Images/ROIRun" images = [] for filename in os.listdir(path): # listdir的参数是文件夹的路径 filenames = path +
阅读全文
posted @ 2023-07-18 09:43 myrj
阅读(127)
评论(0)
推荐(0)
2023年7月15日
stata table命令
摘要: //频率 总计和命令结果 webuse nhanes2 //根据变量agegrp分别显示对应的不同类型的样本数量及总数 table agegrp //根据变量agegrp分别显示对应的不同类型的样本占比及总百分比 table agegrp, stat(percent)
阅读全文
posted @ 2023-07-15 17:09 myrj
阅读(186)
评论(0)
推荐(0)
2023年7月13日
CHARGPT收集
摘要: CHATGPT发现了一个AI应用聚合的宝藏网站,AI写文案,AI编程,AI高效办公,AI修改论文样样精通,开放猫真心好用,极力推荐给大家!
阅读全文
posted @ 2023-07-13 06:56 myrj
阅读(73)
评论(0)
推荐(0)
python 保存stata
摘要: 如果你在Python中尝试保存数据为Stata文件时遇到了报错,可能有几个原因导致这种情况。以下是一些常见的问题和解决方法: 请确保你已经安装了pandas库和pyreadstat库。pandas用于数据处理,而pyreadstat用于与Stata文件交互。 确认你使用的是正确的函数来保存为Stat
阅读全文
posted @ 2023-07-13 06:52 myrj
阅读(325)
评论(0)
推荐(0)
PYTHON 读取特别大的EXCEL
摘要: 在Python中,你可以使用pandas库来处理大型的Excel文件。下面是一个使用pandas读取特别大的Excel文件的例子: python import pandas as pd # 读取Excel文件,指定sheet名称和要读取的列范围 df = pd.read_excel('your_fi
阅读全文
posted @ 2023-07-13 06:49 myrj
阅读(1334)
评论(3)
推荐(0)
2023年7月12日
stata joinby merge 默认选项,update,update replace
摘要: joinby命令介绍:按分组对数据进行交叉合并。 1、命令语法: joinby [varlist] using filename [, options] 2、选项介绍 update:当master数据集中存在缺失值时,指定此选项可以使得using数据集中的非缺失值对其进行更新覆盖。replace:这
阅读全文
posted @ 2023-07-12 08:19 myrj
阅读(1691)
评论(0)
推荐(0)
2023年7月9日
stata 方法收集
摘要: rename 容积率 x gen lower =ustrregexs(0) if ustrregexm(x,"(?<=\≥)[\d\.]+") replace lower =ustrregexs(0) if ustrregexm(x,"(?<=\>)[\d\.]+")&lower=="" repla
阅读全文
posted @ 2023-07-09 21:02 myrj
阅读(34)
评论(0)
推荐(0)
学习EXCEL
摘要: 懒人EXCEL
阅读全文
posted @ 2023-07-09 20:49 myrj
阅读(19)
评论(0)
推荐(0)
db数据表编辑工具sqlite expert personal5.3
摘要: 下载链接
阅读全文
posted @ 2023-07-09 20:23 myrj
阅读(75)
评论(0)
推荐(0)
2023年7月7日
自动学习出错关键代码
摘要: bz = wd.find_element(By.CLASS_NAME,'logged-link').text
阅读全文
posted @ 2023-07-07 16:12 myrj
阅读(17)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
188
下一页
公告