You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as expected. If the line that converts ds1 to iterable is uncommented so that the ds2 is a map of an IterableDataset, the result is
[{},{}]
I expected the output to be the same as before. It seems that in the second case the removed column is not added back into the output.
The issue seems to be here: the columns are removed after the mapping which is not what we want (or what the documentation says) because we want the columns removed from the transformed example but then added if the map produced them.