Hi yall,
I have a lot of columns (5144) to load into my graph and they are all of type Float. Is there a way to import them all as float apart from first column without having to toInteger(row[0]) for every single column?
sorry for the late reply and thanks for the help!
Why would I need to transpose? I want to do joins on the shared key of temperature, humidity, Dew point, etc to form my graph?
are you talking about columns before or after the transform?