There is a transitive dependency of Pandas on sqlite3 via SqlAlchemy. Hence, if you don't have sqlite3 installed on Linux or Windows, Pandas won't run. It will show this error.
ModuleNotFoundError: No module named ‘_sqlite3’
Since I don't need SQLite3 in my project, want to run / use Pandas without SQLite3 ?