What to do

0 votes

df = pd_csv.(r"C\Users\sushant.pradhan\Downloads\Test-taking-process.csv")

File "<ipython-input-59-2650f913338f>", line 1
    df = pd_csv.(r"C\Users\sushant.pradhan\Downloads\Test-taking-process.csv")
                ^
SyntaxError: invalid syntax
Oct 6, 2020 in Python by Aashi
• 120 points

reshown Oct 6, 2020 by Aashi 341 views

1 answer to this question.

0 votes

Hello @Aashi,

pd_csv.(...)
the dot after csv

For more information related to your query you can refer this:https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html

Hope it helps!!
Thank you!!

answered Oct 6, 2020 by Niroj
• 82,880 points

Related Questions In Python

0 votes
5 answers

What to study in Python to do freelancing using this?

Hello, you are on the right track. ...READ MORE

answered Feb 27, 2019 in Python by Priyaj
• 58,090 points
729 views
0 votes
1 answer
0 votes
1 answer

What to do when I get and error saying python not recognized as internal or external command?

You need to set up the path ...READ MORE

answered May 28, 2019 in Python by Fata
• 1,050 points
2,223 views
0 votes
1 answer

What to do when len() does not return the number of integers in range(1,100)?

You can use the following code block: x=range(1,100) len(x) Output: ...READ MORE

answered May 28, 2019 in Python by Fata
• 1,050 points
564 views
0 votes
1 answer

what is vm options ? I installed Pycharm on my pc but it shows no vm options file found . What should i do please help me to fix it

Hi, @Mushfiqkhantrial, It is important to run pycharm.sh from the bin folder. The VM ...READ MORE

answered Oct 4, 2020 in Python by Gitika
• 65,910 points
1,512 views
+4 votes
7 answers
+1 vote
7 answers
0 votes
1 answer

What exactly does the .join() method do?

Look carefully at your output: 5wlfgALGbXOahekxSs9wlfgALGbXOahekxSs5 ^ ...READ MORE

answered May 31, 2018 in Python by charlie_brown
• 7,720 points
389 views
0 votes
1 answer

I have created python chatbot using flask framework using yml file now i want to use json file what should i do now ?

Hello @golu , Try something like this: with open(yaml_file, 'r') ...READ MORE

answered Nov 19, 2020 in Python by Niroj
• 82,880 points
1,382 views
0 votes
1 answer

How do I parse a string to a float or int?

Hii, Python method to check if a string ...READ MORE

answered Apr 13, 2020 in Python by Niroj
• 82,880 points
696 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP