当前位置:网站首页>Implementing fuzzy query with dataframe
Implementing fuzzy query with dataframe
2022-07-06 05:03:00 【Sheep sheep pig】
Example
1. contains function
- str contain XX
attr[attr.a_attr_single.str.contains(' coat ')]
- str With XX start
# Regular expressions
attr[attr.a_attr_single.str.contains('^ Ordinary ')]
- str With XX ending
# Regular expressions
attr[attr.a_attr_single.str.contains(' shirt $')]
2. startwith / endwith function
# With XXX start
attr[attr.a_attr_single.str.startswith(' Ordinary ')]
# With XXX ending
attr[attr.a_attr_single.str.endswith(' vest ')]
边栏推荐
猜你喜欢
The underlying structure of five data types in redis
Why does MySQL need two-phase commit
Pagoda configuration mongodb
麦斯克电子IPO被终止:曾拟募资8亿 河南资产是股东
Application of Flody
从0到1建设智能灰度数据体系:以vivo游戏中心为例
Fuzzy -- basic application method of AFL
L'introduction en bourse de MSK Electronics a pris fin: 800 millions de RMB d'actifs de Henan étaient des actionnaires
[lgr-109] Luogu may race II & windy round 6
Fuzzy -- basic application method of AFL
随机推荐
优秀PM必须经历这3层蜕变!
[lgr-109] Luogu may race II & windy round 6
RTP gb28181 document testing tool
MySQL time processing
MPLS experiment
行业专网对比公网,优势在哪儿?能满足什么特定要求?
[buuctf.reverse] 159_ [watevrCTF 2019]Watshell
Principle and performance analysis of lepton lossless compression
Pagoda configuration mongodb
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
[noip2008 improvement group] stupid monkey
F12 solve the problem that web pages cannot be copied
RTP GB28181 文件测试工具
浅谈镜头滤镜的类型及作用
项目经理,你会画原型嘛?项目经理需要做产品设计了?
Imperial cms7.5 imitation "D9 download station" software application download website source code
Postman test report
树莓派3.5寸屏幕白屏显示连接
集合详解之 Collection + 面试题
GAMES202-WebGL中shader的编译和连接(了解向)