python - Opening .csv on online Jupyter Notebook
https://stackoverflow.com/questions/62597633/opening-csv-on-online-jupyter-notebook
Jun 26, 2020 · Show activity on this post. I am trying to open a .csv file, I uploaded it into Jupyter Notebook online. I want to open it using pandas with the following code: import pandas as pd df = pd.read_csv ('demo/big.csv') Outputs an error: FileNotFoundError: [Errno 2] File b'/demo/big.csv' does not exist: b'/demo/big.csv'.
DA: 69 PA: 62 MOZ Rank: 1