10 2024 档案
摘要:命令如:pip install pandas --index-url https://mirrors.aliyun.com/pypi/simple 清华大学镜像源:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云镜像源:http://mirrors.aliyu
阅读全文
摘要:如何在数据量大的时候找到重复的数据? select id,SchemeId as s from orderaction GROUP BY SchemeId HAVING COUNT(s)>1 ***要是上面看不懂,可以添加count()函数计数*** select id,count(SchemeId
阅读全文
摘要:DBeaver下载地址:https://dbeaver.io/download/ 1、打开DBeaver,搜impala 2、下载impala驱动,然后解压ClouderaImpalaJDBC-2.6.34.1065 1)impala驱动下载地址:https://www.cloudera.com/d
阅读全文
摘要:pandas读取Excel,默认转换文本类型数字为int类型,破坏原数据类型,用converters处理,保留文本类型数字 converters: dict[str, Callable] | dict[int, Callable] | None = ...,说明:conveters={"字段名":类
阅读全文
posted @ 2024-10-11 14:56
茫茫人海中的一颗沙尘

浙公网安备 33010602011771号