Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2024 10:36 AM
I have three data frames that I create in python. I want to write all three of these to the same delta table. In code I bring the three of them together using the union operation.
When I do this the data in the columns is no longer aligned correctly.
I can bring two of the data frames together successfully. Adding the third data frame causes the misalignment.
I've verified that all of the columns are identically named.
What else should I be looking at? Is there a simpler approach to achieving this result?
Thanks,
Shawn