Quantcast
Channel: What is the correct pattern to DeleteCases from a list? - Mathematica Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by user1066 for What is the correct pattern to DeleteCases from a list?

In addition:DeleteCases[featureList, str_/;StringContainsQ[str, "HVAC"]]But perhaps combined with a regular expression is more powerful?For example (delete cases where str begins with 'HVAC' only):...

View Article



Answer by Chris Degnen for What is the correct pattern to DeleteCases from a...

featureList = {"ML #", "Property Type", "SubSpcSqFt", "Land Sz SF", "Building Type", "List Date", "Yr Blt", "Address", "Area", "Class","Clear Ceiling Ht (Feet)", "Lot Frontage (ft)", "Lot Depth (ft)",...

View Article

What is the correct pattern to DeleteCases from a list?

I'm trying to get better with pattern matching but even after years of using MMA it's still a murky concept. The docs are actually pretty good in this regard but I still struggle. In this situation I...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images