I\'m using Jupyterlab and trying to import a CSV file to convert it into a Pandas Dataframe.
df = pd.read_csv("../datasources/beam.csv")