Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dataframe Comparison
#1
Hi all. I am pretty new to this language. I have a dataframe of 18col x 36k rows containing SKU data. Within this data there are Category and Subcategory columns. Then I have a second dataframe with the valid combinations of Category and Subcategory. What is the best approach for auditing the SKU dataframe to ensure that all Category and Subcategory pairs used are valid according to second dataframe master list? The second dataframe only has about 15 rows of data as it only contains the valid combinations.

Thank you!
Ted
Reply


Messages In This Thread
Dataframe Comparison - by tdbozarth - Dec-03-2022, 09:02 PM
RE: Dataframe Comparison - by perfringo - Dec-04-2022, 10:03 AM
RE: Dataframe Comparison - by tdbozarth - Dec-05-2022, 12:44 PM
RE: Dataframe Comparison - by tdbozarth - Dec-05-2022, 01:01 PM
RE: Dataframe Comparison - by perfringo - Dec-06-2022, 08:32 AM
RE: Dataframe Comparison - by tdbozarth - Dec-06-2022, 03:10 PM
RE: Dataframe Comparison - by perfringo - Dec-06-2022, 03:45 PM
RE: Dataframe Comparison - by tdbozarth - Dec-06-2022, 03:55 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020