so i am relatively new to python and i want to analyze a dataset (name: file.csv) with klib. I have my dataset as a csv file on my desktop. I launched a jupyter notebook and typed in:
pip install klib
Now i want klib to read my csv file in jupyter and i can´t figure out how to do that.
I typed in:
import panda as pd
dataset = pd.read.csv(“C:usersXXXDesktopfile.csv”)
If i click Shift+Enter i get a SyntaxError.
There are probably a few other steps to do as well. I am just hoping someone has done that before and can help me out! I would be really happy! 🙂
Thank you in advance!
I tried finding out how to convert my csv file into something different and i could not manage to find out how to do that or if that is necessary for klib.
Then i wanted to find out how klib can read my csv file.
idontknowmyname is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.