Learn practical skills, build real-world projects, and advance your career
import numpy as np
import pandas as pd
import seaborn as sns
open("wine.csv")
--------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) <ipython-input-34-ce08c9c06115> in <module> ----> 1 open("wine.csv") FileNotFoundError: [Errno 2] No such file or directory: 'wine.csv'