摘要: pandas读取MySql/SqlServer数据 读取MySql数据1 import MySQLdb2 import pandas as pd4 conn = MySQLdb.connect(host = host,port = port,user = username,passwd = pass 阅读全文
posted @ 2021-03-25 16:56 yongqi-911 阅读(120) 评论(0) 推荐(0) 编辑
摘要: import re a = '''asdfsafhellopass: 234455worldafdsf ''' b = re.findall('hello(.*?)world',a) c = re.findall('hello(.*?)world',a,re.S|re.I ) print('b is 阅读全文
posted @ 2021-03-25 16:11 yongqi-911 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 学习网址 https://www.bilibili.com/video/BV1L5411W7wD?p=7 阅读全文
posted @ 2021-03-25 15:59 yongqi-911 阅读(28) 评论(0) 推荐(0) 编辑