Update values in DataFrame with values from another DataFrame
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 01:43 AM
Hi, I have to data sources: "admin table" which contains active and inactive employees and I have "hr table" which contains only active employees.
I need to update admin table with data from hr table:
You can see that I need to update employee with number 153, so manager should be update from David to Laura.
I use method update(), but I get error
How can I solve the problem?
Thanks
0 REPLIES 0

