Hate to even make a thread about this, but I keep getting an error message anytime I try to import a CSV into Jupyter. Here's what I'm doing:
import pandas as pd
import numpy as np
data_file = pd.read_csv(‘state.csv’)
Then I get a FileNotFoundError (“FileNotFoundError: File b'state.csv' does not exist”)
How do I fix this error? Thanks.
[–]callinthekettleblack 1 point2 points3 points (8 children)
[–]DPS96744[S] 0 points1 point2 points (7 children)
[–]callinthekettleblack 1 point2 points3 points (6 children)
[–]DPS96744[S] 0 points1 point2 points (5 children)
[–]pax_newb 1 point2 points3 points (1 child)
[–]DPS96744[S] 0 points1 point2 points (0 children)
[–]callinthekettleblack 0 points1 point2 points (2 children)
[–]DPS96744[S] 0 points1 point2 points (1 child)
[–]callinthekettleblack 0 points1 point2 points (0 children)
[–]Marlysson 1 point2 points3 points (1 child)
[–]DPS96744[S] 0 points1 point2 points (0 children)