Substring Queries in Pandas (SQL LIKE & ILIKE) | Data Analyst Skill Tutorial #2

preview_player
Показать описание
This tutorial will teach you how to query and analyze Pandas data frames in Python with substrings -- including how to manage case sensitivity and multiple "OR" inputs with basic regular expressions (regex).

List of functions in the tutorial:

Contact me:

Intro: 0:00
Рекомендации по теме
Комментарии
Автор

Hey Alex thanks for this video...

as i followed this "Tutorial" type video, i was wondering if there was a way to set up something like a lookup table and match those values to conduct a search...
for example if you had items in this dataset for sale lets say under the catergory of Soft drinks and snacks and each item(s) was being sold by independent vendors
so each vendor gets an ID. and sells multiple items and the same items can be assigned to all vendors, so
Main Vendor Department belongs to the TEAM

Laker's Vendors (Top ID 1000L, L for Lakers or something)
Cocacola sold by Vendor1...ID = 2000
Cheetos sold by Vendor1...ID = 2001

Cocacola sold by Vendor2...ID = 3001
Cheetos sold by Vendor2...ID = 3002..etc

is there a way to create a look up type table so i can search vendors and filter by ID so i can get the name of the vendor and item they sell?

i hope this makes sense, your videos are awesome and create lots of ideas and questions...
Thanks for your videos as always..

FredyArg