Home > other >  In python represent different fields, and to operate?
In python represent different fields, and to operate?

Time:10-11

I now to do the data processing in PYTHON, now I have to pick out some of the data available, now need all the available data and match my own data, such as carrying my data (19700-29000), and is my own data (10000-19800) [19900-21000] [25000-30000], excuse me how should I get my [19700-29000] and [10000-19800] [19900-21000] [25000-30000] repeated fields? And these fields how should I say? Pray god to help

CodePudding user response:

Formatting rules matching with positive side expression

CodePudding user response:

Take the intersection feeling you say not clear

CodePudding user response:

Your data and standard data, make two set respectively, and then two set do intersection operation, specific to python set operation
  • Related