I imported these libraries and trying to read a CSV file on my desktop
import pandas as pd
import numpy as np
df = pd.read_csv('/Users/yoshithKotla/Desktop/canal/verymimi_M.csv')
But I get an error saying
FileNotFoundError: [Errno 2] No such file or directory: '/Users/yoshithKotla/Desktop/canal/verymimi_onlytweets_M'