Talk:Merge and aggregate datasets: Difference between revisions

Content added Content deleted
(→‎Cleaned Note: The example does need completing though.)
Line 22: Line 22:
I removed the note about generalized programming languages. The solutions may not be as clean as a specialized language but it should still be possible. I also hard coded the data for the C++ entry. To me, the interesting part of this task is joining two tables and dealing with nulls.
I removed the note about generalized programming languages. The solutions may not be as clean as a specialized language but it should still be possible. I also hard coded the data for the C++ entry. To me, the interesting part of this task is joining two tables and dealing with nulls.
[[User:Garbanzo|Garbanzo]] ([[User talk:Garbanzo|talk]]) 03:05, 4 January 2021 (UTC)
[[User:Garbanzo|Garbanzo]] ([[User talk:Garbanzo|talk]]) 03:05, 4 January 2021 (UTC)

: If you don't complete the task by being able to read the files, then the C++ solution is not as comparable to the solutions that implement the task. Yes it is setup, but reading from csv files is a pretty common way of getting data for your "interesting bits".
:If a very well known and easy to use source of C++ libraries, (Boost?), has a csv reader then you could employ that, but I'm not a great C++ programmer. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 14:29, 4 January 2021 (UTC)