当前位置:网站首页>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 ')]
边栏推荐
- MPLS experiment
- 浅谈镜头滤镜的类型及作用
- Postman关联
- Three methods of Oracle two table Association update
- Ad20 is set with through-hole direct connection copper sheet, and the bonding pad is cross connected
- 几种RS485隔离通讯的方案介绍
- Ora-01779: the column corresponding to the non key value saving table cannot be modified
- web工程导入了mysql驱动jar包却无法加载到驱动的问题
- idea一键导包
- 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
猜你喜欢
Basic knowledge and examples of binary tree
MPLS experiment
SQL注入漏洞(MSSQL注入)
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
Compilation and connection of shader in games202 webgl (learn from)
nacos-高可用seata之TC搭建(02)
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
Introduction of several RS485 isolated communication schemes
麥斯克電子IPO被終止:曾擬募資8億 河南資產是股東
Postman assertion
随机推荐
Mysql高级篇学习总结9:创建索引、删除索引、降序索引、隐藏索引
RT thread analysis - object container implementation and function
Hometown 20 years later (primary school exercises)
也算是學習中的小總結
Lepton 无损压缩原理及性能分析
浅谈镜头滤镜的类型及作用
Cve-2019-11043 (PHP Remote Code Execution Vulnerability)
The web project imported the MySQL driver jar package but failed to load it into the driver
Request (request object) and response (response object)
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
關於Unity Inspector上的一些常用技巧,一般用於編輯器擴展或者其他
Flody的应用
力扣(LeetCode)186. 翻转字符串里的单词 II(2022.07.05)
Postman Association
Three.js学习-光照和阴影(了解向)
Quatre méthodes de redis pour dépanner les grandes clés sont nécessaires pour optimiser
Biscuits (examination version)
Leetcode dynamic planning day 16
A blog to achieve embedded entry
项目经理,你会画原型嘛?项目经理需要做产品设计了?