Hi I have made a python code for running an operation on a csv file ,But when i am getting error ie:the csv file not found, where should i save the csv file

You can save it in same directory as your code, or you can use os.path.expanduser('~') as base of your data directories, like os.path.expanduser('~/data')

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.