Skip to content
Advertisement

Tag: one-to-many

One to many mapping with a ChainMap Dictionary

I would like do a one to many mapping with the following list and mapping dictonary: This is my dataframe: When I do the mapping as follows: The problem is that I want to do a one to many mapping and I don’t capture the relationship. The desired outcome would be something like this. Which creates a new line when

Advertisement