We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have checked the directory the python file is stored in and the csv file is present but I still get this error in android studio.
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.smartrevisionschedule2, PID: 10880 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.smartrevisionschedule2/com.example.smartrevisionschedule2.subject_and_grades}: com.chaquo.python.PyException: FileNotFoundError: [Errno 2] File b'final_dataset.csv' does not exist: b'final_dataset.csv'
The text was updated successfully, but these errors were encountered:
See #144, and please search for existing issues before creating new ones.
Sorry, something went wrong.
I was wondering if I could still use pandas to do this, rather than a different file handler?
You can generate the filename using the method in #144, then pass that filename to whatever function you like.
ok, thanks I will try that.
No branches or pull requests
I have checked the directory the python file is stored in and the csv file is present but I still get this error in android studio.
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.smartrevisionschedule2, PID: 10880
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.smartrevisionschedule2/com.example.smartrevisionschedule2.subject_and_grades}: com.chaquo.python.PyException: FileNotFoundError: [Errno 2] File b'final_dataset.csv' does not exist: b'final_dataset.csv'
The text was updated successfully, but these errors were encountered: