Skip to content

Tag: dataframe

My dataframe is adding columns instead of rows

I’m trying to build a dataframe using for loop, below start works perfectly: And I got the correct one: Then I tried to make my implemetation as below: But the result I got was a horizontal dataframe, not a vertical one Even the data in the main hedears got posted as NAN? I tried using enforced header t…