Hi. Based on the little I know.
I think you should check the third line of your code again.
It should be:
df_data = pd.read_csv('some_file.csv') not
df_data = pd.read_csv('some_file.csv', index_col=0)
##
Kindly exclude index_col=0, in the code.
---
[Visit
Topic](https://discuss.mxnet.apache.org/t/load-data-from-csv-file-with-pandas-and-feed-to-nn-models/6787/2)
or reply to this email to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.mxnet.apache.org/email/unsubscribe/afa5484235dfd5fe5b0b9f1bcb79e4a3a85b0796e17813ee8fe1b5f49340ff31).