I\'m working with pandas and need to read some csv files, the structure is something like this:
folder/folder2/scripts_folder/script.py folder/fol
folder/folder2/scripts_folder/script.py
folder/fol
import pandas as pd df = pd.read_csv('C:/data_folder/data.csv')