Jan-09-2019, 02:03 PM
Hello all,
I'm wondering if you may be able to help...
I'm trying to import this .csv file, so I can view the data in columns under each heading, however when imported the format is not coming into a nice table.
Instead of the columns being populated with the data underneath they are being populated with NaN values (not a number). The data seems to be bunched in the second column under 'Reading values'
shape is: 6949 rows, 12 columns
type is: pandas.core.frame.DataFrame
I am using
Has anyone seen this before, any suggestions would be appreciated.
Thanks
sorry you cant see my image at this time as ive only just registered
I'm wondering if you may be able to help...
I'm trying to import this .csv file, so I can view the data in columns under each heading, however when imported the format is not coming into a nice table.
Instead of the columns being populated with the data underneath they are being populated with NaN values (not a number). The data seems to be bunched in the second column under 'Reading values'
shape is: 6949 rows, 12 columns
type is: pandas.core.frame.DataFrame
I am using
rawdata=pd.read_csv("Desktop/rawdata.csv")
print(rawdata)
Has anyone seen this before, any suggestions would be appreciated.
Thanks
sorry you cant see my image at this time as ive only just registered