I have an array X that I\'d like to convert to a dataframe. Upon recommendation from the web, I tried converting to a dataframe and get the following error.
j
So I found this online and honestly felt dumb.
using CSV WhatIWant = DataFrame(WhatIHave)
this was adapted from an R guide, but it works so heck