
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
一、找到防火墙界面二、选择高级设置 -入站规格三、新建规格 - 端口-允许连接
一、自定义Python函数import redef Data_cleaning(arguments):#数据清洗函数arguments=str(arguments)arguments=re.sub('[ \s]+',' ',arguments)#去掉多余空格,保留一个arguments=re.sub('[\n\t\r]','',arguments)#去掉回车换...
https://pypi.org/project/selenium/https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/DISM.exe /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0PS C:\Wind...
Navicat官网:http://www.navicat.com.cn/简介:Navicat Premium 是一套数据库开发工具,让你从单一应用程序中同时连接 MySQL、MariaDB、MongoDB、SQL Server、Oracle、PostgreSQL 和 SQLite 数据库。它与 Amazon RDS、Amazon Aurora、Amazon Redshift、Microsoft A
安装Python库snownlppip install snownlp定义PostgreSQL的Python函数-- 情感分析CREATE OR REPLACE FUNCTION "pysentiments"("text" text)RETURNS "text" AS $BODY$global textfrom snownlp import SnowNLP...
一、安装tencentcloud-sdk-pythonPS C:\WINDOWS\system32> pip install tencentcloud-sdk-pythonCollecting tencentcloud-sdk-pythonDownloading https://files.pythonhosted.org/packages/cb/ee/e21ccba2b6a5...
1、需求,将第一行作为标题arr=ddf[1].valuesdf = pd.DataFrame(arr[1:,1:], index=arr[1:,0], columns=arr[0,1:])df.index.name = arr[0,0]df2、将过程封装为函数def change_df(df):arr=df.valuesnew_df = pd.DataFrame(arr[1:,1:], inde







