Watts-College / cpp-527-spr-2022

https://watts-college.github.io/cpp-527-spr-2022/
0 stars 1 forks source link

Final Project: memory exhausted #29

Closed dholford closed 2 years ago

dholford commented 2 years ago

Hello,

In part 1 step 3 of the final project it says to combine the gender data table and the salary data table. When trying to do this, I'm getting the following error:

Question

In my initial searching it seems like there's not much that I can do, other than getting a computer with more RAM. I'm also thinking I can individually add the two columns I need (Unique First Name and Gender) to the salary table. But, this was a new issue I'd never run into, so I figured it was a good question to post.

Thanks, Dylan