Search code examples
pythoncsvpycharm

I get file of an unkown type error when I try to open csv file in Pycharm


I don't know how to solve this problem because I'm new to Python. Here's my problem; I want to open the csv file in the Pycharm editor to examine it as seen in the screenshot, but nothing happens when I click on it

I would appreciate your help enter image description here


Solution

  • Please try to open this file in notepad++ to validate its format is correct. If that works, you can try upgrading your pycharm version, pycharm supports csv formats pycharm csv. You can also try installing csv-editor plugin in pycharm. Go to File-->Setting-->Plugins.