You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
very well organized code, the different files makes it very understandable.
The code can't be read in the file data_cleaning it can't read minutes.csv, the file does not exist.
Another problem could produce the import in the DataSelection file of the line 4 : from src.MergeMinutes import MergeMinutes.The server is trying to import a module but pylance can't find this module.Here is the problem message : Import "src.MergeMinutes" could not be resolved