I have a DataTable as an input which contains many columns and rows,
this is a sample table:

I want get only the column Weather(sunny rows) with the column Play (any value)
so the output can be another DataTable like this:

So any idea can help me a lot, thank you :)